diff --git a/src/main/java/com/volmit/iris/core/command/pregen/CommandIrisPregenCreate.java b/src/main/java/com/volmit/iris/core/command/pregen/CommandIrisPregenCreate.java index 53f7f682d..d1437e41f 100644 --- a/src/main/java/com/volmit/iris/core/command/pregen/CommandIrisPregenCreate.java +++ b/src/main/java/com/volmit/iris/core/command/pregen/CommandIrisPregenCreate.java @@ -21,9 +21,9 @@ public class CommandIrisPregenCreate extends MortarCommand { setDescription(""" Create a new pregeneration task. Command usage & examples: - /iris pregen [radius=] [width=] [height=] [x=] [z=] [world=] [-here] - /iris pregen radius=5000 x=10r z=10r world=IrisWorld - /iris pregen 5k -here + /iris pregen create [radius=] [width=] [height=] [x=] [z=] [world=] [-here] + /iris pregen create radius=5000 x=10r z=10r world=IrisWorld + /iris pregen create 5k -here : Sets both width and height to a value. & : Give the center point of the pregeneration.