More actions
Created page with "{{Staff}}" |
saving |
||
| Line 1: | Line 1: | ||
{{Staff}} | Welcome to Eenza's Quick Reference Staff Guide!! If it is missing something go ahead and add it. :) | ||
=== '''TICKETS''' === | |||
<code>/next</code> - ''Go to the next ticket in the queue'' | |||
<code>/close</code> - ''Close your current ticket'' | |||
<code>/ticket tp</code> - ''Teleport to the player you are on a ticket with'' | |||
<code>/ticket drop</code> - ''Closes the ticket without the survey, for if a player is AFK or trolling'' | |||
<code>/ticket hpstats</code> - ''Check your ticket stats!'' | |||
<small><code>/ticket hpstats <player></code> - ''Check other people's ticket stats!''</small> | |||
<small><code>/ticket hptop 160</code> - ''Check the leaderboard... don't compare yourself.''</small> | |||
<code>/punish</code> - ''For issuing punishments. Stick to temp versions unless banning alts.'' | |||
=== VAULTING === | |||
<code>/staff-vault</code> - ''To send a message to someone you just vaulted stuff for(Not used anymore)'' | |||
<code>/openinv <player></code> - ''Shows you the specified player's current inventory'' | |||
<code>/openender <player></code> - ''Shows you the specified player's enderchest'' | |||
- if there are only a few items to be vaulted, you may be able to shove them in the player’s inventory! | |||
==== PLOT CLAIMING & MERGING ==== | |||
These work in both the Vault world and the Build world. | |||
<code>/plot auto</code> - ''Claims a plot, setting you as the owner'' | |||
+<code>/plot auto <num1>,<num2></code> - ''Claims + merges num1\num2 plots. Useful if you're vaulting a massive building or if a player wants a huge build plot.'' | |||
<small>+ /plot auto 2,2 would claim a 2 plot x 2 plot area.</small> | |||
<code>/plot setowner [username]</code> - ''Sets the plot owner of the plot you're standing on to the specified player'' | |||
<code>/plot merge all</code> - ''Merges all adjacent plots owned by the same player as the plot you're standing on'' | |||
=== WORLDEDIT === | |||
<code>//wand</code> - ''Get a wooden axe.'' | |||
<code>//count #yaxis</code> - ''Count all the blocks in the y-axis, helpful for setting up plots.'' | |||
<code>//sel cuboid</code> - ''Rectangles'' | |||
<code>//sel poly</code> - ''Weird shapes'' | |||
<small>Use clockwise/counterclockwise selection for poly.</small> | |||
<small>You can only expand/contract poly selections up and down.</small> | |||
<code>/;</code> - ''Clear selection'' | |||
<code>//pos1</code> - ''Sets position 1 without using the wand.'' | |||
<code>//pos2</code> - ''Sets position 2 without using the wand.'' | |||
<code>//expand # direction</code> - ''Expand a selection.'' | |||
<code>//contract # direction</code> - ''Make a selection smaller.'' | |||
<code>//undo</code> - ''Undo your last WorldEdit action.'' | |||
<code>//redo</code> - ''Redo your last WorldEdit action.'' | |||
<code>//cut</code> - ''Cut out your selection to your clipboard.'' | |||
<small>+ //cut -e ''gets rid of entities''</small> | |||
<code>//paste</code> - ''Paste your clipboard.'' | |||
<small>+ //paste -e ''paste your clipboard with entities''</small> | |||
<code>//replace <original block> <new block></code> - ''Replaces one block with another in your selection.'' | |||
<small>+ //replace magenta_wool air - ''easy staff wool cleanup!''</small> | |||
<code>//rotate [90, 180, 270]</code> - ''Rotates your clipboard.'' | |||
More information about WorldEdit commands [https://worldedit.enginehub.org/en/latest/commands/ here]. | |||
=== REGIONING === | |||
<code>/rg define <name></code> - ''Creates a region encompassing your current selection.'' | |||
<code>/rg remove <region></code> - ''Removes the specified region.'' | |||
<code>/rg redefine <name></code> - ''Re-sets an existing region to your current selection.'' | |||
<code>/rg setparent <region> <parent></code> - ''Sets the specified region to be a child of the second given region. Used for when creating all regions (except Wild plots).'' | |||
<small>+ You need to parent new city/town plots to the city/town as well!</small> | |||
<code>/rg bypass</code> - ''Use this command to turn on and off your Staff region bypass.''{{Staff}} | |||
[[Category:Staff]] | |||
Revision as of 15:48, 2 January 2026
Welcome to Eenza's Quick Reference Staff Guide!! If it is missing something go ahead and add it. :)
TICKETS
/next - Go to the next ticket in the queue
/close - Close your current ticket
/ticket tp - Teleport to the player you are on a ticket with
/ticket drop - Closes the ticket without the survey, for if a player is AFK or trolling
/ticket hpstats - Check your ticket stats!
/ticket hpstats <player> - Check other people's ticket stats!
/ticket hptop 160 - Check the leaderboard... don't compare yourself.
/punish - For issuing punishments. Stick to temp versions unless banning alts.
VAULTING
/staff-vault - To send a message to someone you just vaulted stuff for(Not used anymore)
/openinv <player> - Shows you the specified player's current inventory
/openender <player> - Shows you the specified player's enderchest
- if there are only a few items to be vaulted, you may be able to shove them in the player’s inventory!
PLOT CLAIMING & MERGING
These work in both the Vault world and the Build world.
/plot auto - Claims a plot, setting you as the owner
+/plot auto <num1>,<num2> - Claims + merges num1\num2 plots. Useful if you're vaulting a massive building or if a player wants a huge build plot.
+ /plot auto 2,2 would claim a 2 plot x 2 plot area.
/plot setowner [username] - Sets the plot owner of the plot you're standing on to the specified player
/plot merge all - Merges all adjacent plots owned by the same player as the plot you're standing on
WORLDEDIT
//wand - Get a wooden axe.
//count #yaxis - Count all the blocks in the y-axis, helpful for setting up plots.
//sel cuboid - Rectangles
//sel poly - Weird shapes
Use clockwise/counterclockwise selection for poly.
You can only expand/contract poly selections up and down.
/; - Clear selection
//pos1 - Sets position 1 without using the wand.
//pos2 - Sets position 2 without using the wand.
//expand # direction - Expand a selection.
//contract # direction - Make a selection smaller.
//undo - Undo your last WorldEdit action.
//redo - Redo your last WorldEdit action.
//cut - Cut out your selection to your clipboard.
+ //cut -e gets rid of entities
//paste - Paste your clipboard.
+ //paste -e paste your clipboard with entities
//replace <original block> <new block> - Replaces one block with another in your selection.
+ //replace magenta_wool air - easy staff wool cleanup!
//rotate [90, 180, 270] - Rotates your clipboard.
More information about WorldEdit commands here.
REGIONING
/rg define <name> - Creates a region encompassing your current selection.
/rg remove <region> - Removes the specified region.
/rg redefine <name> - Re-sets an existing region to your current selection.
/rg setparent <region> <parent> - Sets the specified region to be a child of the second given region. Used for when creating all regions (except Wild plots).
+ You need to parent new city/town plots to the city/town as well!
/rg bypass - Use this command to turn on and off your Staff region bypass.