This commit is contained in:
CocoTheOwner 2021-08-06 22:22:56 +02:00
parent 705c5ce790
commit ef51aa7e98

View File

@ -21,9 +21,9 @@ public class CommandIrisPregenCreate extends MortarCommand {
setDescription(""" setDescription("""
Create a new pregeneration task. Create a new pregeneration task.
Command usage & examples: Command usage & examples:
/iris pregen [radius=<radius>] [width=<width>] [height=<height>] [x=<centerX>] [z=<centerZ>] [world=<world>] [-here] /iris pregen create [radius=<radius>] [width=<width>] [height=<height>] [x=<centerX>] [z=<centerZ>] [world=<world>] [-here]
/iris pregen radius=5000 x=10r z=10r world=IrisWorld /iris pregen create radius=5000 x=10r z=10r world=IrisWorld
/iris pregen 5k -here /iris pregen create 5k -here
<radius>: Sets both width and height to a value. <radius>: Sets both width and height to a value.
<x> & <z>: Give the center point of the pregeneration. <x> & <z>: Give the center point of the pregeneration.