diff --git a/src/WorldEdit.java b/src/WorldEdit.java index c03c7a7f1..95e24f79b 100644 --- a/src/WorldEdit.java +++ b/src/WorldEdit.java @@ -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] - Stacks the clipboard"); - commands.put("/editstackair", "[Dir] - Stacks the clipboard (with air)"); + commands.put("/editstack", "[Dir] - Stacks the selection"); + commands.put("/editstackair", "[Dir] - 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] - Fill a hole");