3
0
Mirror von https://github.com/IntellectualSites/FastAsyncWorldEdit.git synchronisiert 2024-12-26 11:00:04 +01:00

Shortened and improved some command descriptions.

Dieser Commit ist enthalten in:
sk89q 2014-06-28 18:44:09 -07:00
Ursprung edb6c56aab
Commit 723b8b6e63
2 geänderte Dateien mit 5 neuen und 5 gelöschten Zeilen

Datei anzeigen

@ -488,7 +488,7 @@ public class UtilityCommands {
@Command( @Command(
aliases = { "/help" }, aliases = { "/help" },
usage = "[<command>]", usage = "[<command>]",
desc = "Displays help for the given command or lists all commands.", desc = "Displays help for WorldEdit commands",
min = 0, min = 0,
max = -1 max = -1
) )

Datei anzeigen

@ -71,7 +71,7 @@ public class WorldEditCommands {
@Command( @Command(
aliases = { "reload" }, aliases = { "reload" },
usage = "", usage = "",
desc = "Reload WorldEdit", desc = "Reload configuration",
min = 0, min = 0,
max = 0 max = 0
) )
@ -84,7 +84,7 @@ public class WorldEditCommands {
@Command( @Command(
aliases = { "cui" }, aliases = { "cui" },
usage = "", usage = "",
desc = "Complete CUI handshake", desc = "Complete CUI handshake (internal usage)",
min = 0, min = 0,
max = 0 max = 0
) )
@ -96,7 +96,7 @@ public class WorldEditCommands {
@Command( @Command(
aliases = { "tz" }, aliases = { "tz" },
usage = "[timezone]", usage = "[timezone]",
desc = "Set your timezone", desc = "Set your timezone for snapshots",
min = 1, min = 1,
max = 1 max = 1
) )
@ -111,7 +111,7 @@ public class WorldEditCommands {
@Command( @Command(
aliases = { "help" }, aliases = { "help" },
usage = "[<command>]", usage = "[<command>]",
desc = "Displays help for the given command or lists all commands.", desc = "Displays help for WorldEdit commands",
min = 0, min = 0,
max = -1 max = -1
) )