mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-29 17:44:04 +00:00
Changed pyramid command usage
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user