Shortened and improved some command descriptions.
This commit is contained in:
@@ -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
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -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
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user