Fix //image arguments
This commit is contained in:
parent
89bd2c0025
commit
90713991a9
@ -119,7 +119,7 @@ public class GenerationCommands extends MethodCommands {
|
|||||||
desc = "Generate an image",
|
desc = "Generate an image",
|
||||||
usage = "<imgur> [randomize=true] [complexity=100] [dimensions]",
|
usage = "<imgur> [randomize=true] [complexity=100] [dimensions]",
|
||||||
min = 1,
|
min = 1,
|
||||||
max = 3
|
max = 4
|
||||||
)
|
)
|
||||||
@CommandPermissions("worldedit.generation.image")
|
@CommandPermissions("worldedit.generation.image")
|
||||||
@Logging(PLACEMENT)
|
@Logging(PLACEMENT)
|
||||||
|
Loading…
Reference in New Issue
Block a user