Skip to content
pop4959 edited this page Sep 10, 2022 · 2 revisions

Tasks

Each world being pre-generated using chunky is run as its own task. The tasks are stored in the tasks subfolder of chunky. Each world may only have one task saved at any given time.

In some cases it can be useful to manually edit these files, however you should only do this if you understand exactly what you are doing.

The properties saved under each task are documented below.

# The world identifier
world=world
# If the task was cancelled or completed
cancelled=false
# The x and z coordinates of the center
center-x=0.0
center-z=0.0
# The distance from the center to generate chunks
radius=500.0
# The selected shape to fill
shape=square
# The generation pattern being used
pattern=concentric
# The number of chunks generated so far
chunks=2203
# The total time taken in milliseconds so far
time=28108

Note: When editing these files while the server is running, it will be necessary to run the chunky reload tasks command to reload the modified data. All tasks should be paused before editing or reloading to avoid changes being overwritten.