Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-08 04:20:06 +01:00
Changed pyramid command usage
Dieser Commit ist enthalten in:
Ursprung
23c9a66c80
Commit
868fef813f
@ -272,7 +272,7 @@ public class GenerationCommands {
|
|||||||
|
|
||||||
@Command(
|
@Command(
|
||||||
aliases = { "/pyramid" },
|
aliases = { "/pyramid" },
|
||||||
usage = "<block> <range>",
|
usage = "<block> <size>",
|
||||||
desc = "Generate a filled pyramid",
|
desc = "Generate a filled pyramid",
|
||||||
min = 2,
|
min = 2,
|
||||||
max = 2
|
max = 2
|
||||||
@ -295,7 +295,7 @@ public class GenerationCommands {
|
|||||||
|
|
||||||
@Command(
|
@Command(
|
||||||
aliases = { "/hpyramid" },
|
aliases = { "/hpyramid" },
|
||||||
usage = "<block> <range>",
|
usage = "<block> <size>",
|
||||||
desc = "Generate a hollow pyramid",
|
desc = "Generate a hollow pyramid",
|
||||||
min = 2,
|
min = 2,
|
||||||
max = 2
|
max = 2
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren