Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-13 22:50:06 +01:00
Shortened /schematic command descriptions.
Dieser Commit ist enthalten in:
Ursprung
0a5a1e1b01
Commit
d1f5beb961
@ -54,8 +54,8 @@ public class SchematicCommands {
|
|||||||
@Command(
|
@Command(
|
||||||
aliases = { "load", "l" },
|
aliases = { "load", "l" },
|
||||||
usage = "[format] <filename>",
|
usage = "[format] <filename>",
|
||||||
desc = "Load a schematic into your clipboard",
|
desc = "Load a file into your clipboard",
|
||||||
help = "Load a schematic into your clipboard\n" +
|
help = "Load a schematic file into your clipboard\n" +
|
||||||
"Format is a format from \"//schematic formats\"\n" +
|
"Format is a format from \"//schematic formats\"\n" +
|
||||||
"If the format is not provided, WorldEdit will\n" +
|
"If the format is not provided, WorldEdit will\n" +
|
||||||
"attempt to automatically detect the format of the schematic",
|
"attempt to automatically detect the format of the schematic",
|
||||||
@ -121,8 +121,8 @@ public class SchematicCommands {
|
|||||||
@Command(
|
@Command(
|
||||||
aliases = { "save", "s" },
|
aliases = { "save", "s" },
|
||||||
usage = "[format] <filename>",
|
usage = "[format] <filename>",
|
||||||
desc = "Save a schematic into your clipboard",
|
desc = "Save your clipboard to file",
|
||||||
help = "Save a schematic into your clipboard\n" +
|
help = "Save your clipboard to file\n" +
|
||||||
"Format is a format from \"//schematic formats\"\n",
|
"Format is a format from \"//schematic formats\"\n",
|
||||||
min = 1,
|
min = 1,
|
||||||
max = 2
|
max = 2
|
||||||
@ -181,7 +181,7 @@ public class SchematicCommands {
|
|||||||
@Command(
|
@Command(
|
||||||
aliases = { "delete", "d" },
|
aliases = { "delete", "d" },
|
||||||
usage = "<filename>",
|
usage = "<filename>",
|
||||||
desc = "Delete a schematic from the schematic list",
|
desc = "Delete a saved schematic",
|
||||||
help = "Delete a schematic from the schematic list",
|
help = "Delete a schematic from the schematic list",
|
||||||
min = 1,
|
min = 1,
|
||||||
max = 1
|
max = 1
|
||||||
@ -210,7 +210,7 @@ public class SchematicCommands {
|
|||||||
|
|
||||||
@Command(
|
@Command(
|
||||||
aliases = {"formats", "listformats", "f"},
|
aliases = {"formats", "listformats", "f"},
|
||||||
desc = "List available schematic formats",
|
desc = "List available formats",
|
||||||
max = 0
|
max = 0
|
||||||
)
|
)
|
||||||
@CommandPermissions("worldedit.schematic.formats")
|
@CommandPermissions("worldedit.schematic.formats")
|
||||||
@ -235,7 +235,7 @@ public class SchematicCommands {
|
|||||||
|
|
||||||
@Command(
|
@Command(
|
||||||
aliases = {"list", "all", "ls"},
|
aliases = {"list", "all", "ls"},
|
||||||
desc = "List available schematics",
|
desc = "List saved schematics",
|
||||||
max = 0,
|
max = 0,
|
||||||
flags = "dn",
|
flags = "dn",
|
||||||
help = "List all schematics in the schematics directory\n" +
|
help = "List all schematics in the schematics directory\n" +
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren