diff --git a/core/src/main/java/com/sk89q/worldedit/command/GenerationCommands.java b/core/src/main/java/com/sk89q/worldedit/command/GenerationCommands.java index 8e5872ee..6d876b74 100644 --- a/core/src/main/java/com/sk89q/worldedit/command/GenerationCommands.java +++ b/core/src/main/java/com/sk89q/worldedit/command/GenerationCommands.java @@ -119,7 +119,7 @@ public class GenerationCommands extends MethodCommands { desc = "Generate an image", usage = " [randomize=true] [complexity=100] [dimensions]", min = 1, - max = 3 + max = 4 ) @CommandPermissions("worldedit.generation.image") @Logging(PLACEMENT)