From d1f5beb961b9d4d847cf7e2543bc0b1141b21b6c Mon Sep 17 00:00:00 2001 From: sk89q Date: Mon, 30 Jun 2014 21:48:26 -0700 Subject: [PATCH] Shortened /schematic command descriptions. --- .../sk89q/worldedit/command/SchematicCommands.java | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/main/java/com/sk89q/worldedit/command/SchematicCommands.java b/src/main/java/com/sk89q/worldedit/command/SchematicCommands.java index 61ea46fb8..2b0d25526 100644 --- a/src/main/java/com/sk89q/worldedit/command/SchematicCommands.java +++ b/src/main/java/com/sk89q/worldedit/command/SchematicCommands.java @@ -54,8 +54,8 @@ public class SchematicCommands { @Command( aliases = { "load", "l" }, usage = "[format] ", - desc = "Load a schematic into your clipboard", - help = "Load a schematic into your clipboard\n" + + desc = "Load a file into your clipboard", + help = "Load a schematic file into your clipboard\n" + "Format is a format from \"//schematic formats\"\n" + "If the format is not provided, WorldEdit will\n" + "attempt to automatically detect the format of the schematic", @@ -121,8 +121,8 @@ public class SchematicCommands { @Command( aliases = { "save", "s" }, usage = "[format] ", - desc = "Save a schematic into your clipboard", - help = "Save a schematic into your clipboard\n" + + desc = "Save your clipboard to file", + help = "Save your clipboard to file\n" + "Format is a format from \"//schematic formats\"\n", min = 1, max = 2 @@ -181,7 +181,7 @@ public class SchematicCommands { @Command( aliases = { "delete", "d" }, usage = "", - desc = "Delete a schematic from the schematic list", + desc = "Delete a saved schematic", help = "Delete a schematic from the schematic list", min = 1, max = 1 @@ -210,7 +210,7 @@ public class SchematicCommands { @Command( aliases = {"formats", "listformats", "f"}, - desc = "List available schematic formats", + desc = "List available formats", max = 0 ) @CommandPermissions("worldedit.schematic.formats") @@ -235,7 +235,7 @@ public class SchematicCommands { @Command( aliases = {"list", "all", "ls"}, - desc = "List available schematics", + desc = "List saved schematics", max = 0, flags = "dn", help = "List all schematics in the schematics directory\n" +