mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-16 17:16:11 +00:00
Fixed the help for /editstack and /editstackair.
This commit is contained in:
parent
204cfc1452
commit
eb70ac391a
@ -68,8 +68,8 @@ public class WorldEdit extends Plugin {
|
||||
commands.put("/editcopy", "Copies the currently selected region");
|
||||
commands.put("/editpaste", "Pastes the clipboard");
|
||||
commands.put("/editpasteair", "Pastes the clipboard (with air)");
|
||||
commands.put("/editstack", "[Dir] <Count> - Stacks the clipboard");
|
||||
commands.put("/editstackair", "[Dir] <Count> - Stacks the clipboard (with air)");
|
||||
commands.put("/editstack", "[Dir] <Count> - Stacks the selection");
|
||||
commands.put("/editstackair", "[Dir] <Count> - Stacks the selection (with air)");
|
||||
commands.put("/editload", "[Filename] - Load .schematic into clipboard");
|
||||
commands.put("/editsave", "[Filename] - Save clipboard to .schematic");
|
||||
commands.put("/editfill", "[ID] [Radius] <Depth> - Fill a hole");
|
||||
|
Loading…
Reference in New Issue
Block a user