Fix //image arguments

This commit is contained in:
Jesse Boyd 2018-05-03 08:39:33 +10:00
parent 89bd2c0025
commit 90713991a9
No known key found for this signature in database
GPG Key ID: 59F1DE6293AF6E1F
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ public class GenerationCommands extends MethodCommands {
desc = "Generate an image",
usage = "<imgur> [randomize=true] [complexity=100] [dimensions]",
min = 1,
max = 3
max = 4
)
@CommandPermissions("worldedit.generation.image")
@Logging(PLACEMENT)