minecraft:overworld, minecraft:the_nether, and minecraft:the_endsafety mode for users who want a more careful pregeneration pathMost commands work the same, but world names are now based on the new dimension format.
Example:
/pregen 16 5s minecraft:the_nether 2r
Optional safety mode:
/pregen 16 5s minecraft:the_nether 2r safety
Note: A lot changed in this version behind the scenes, especially around world detection, Java 25, and the pregeneration safety path. Please report any bugs you find here. You can also check the full release notes here.
This update does not change how you use Chunker. Same commands, same config, just smoother and faster.
Note: Tested on Paper 1.21.11 so far. Please report any issues you encounter here. If you are interested you can check out the more detailed updated release notes
center setting per world in settings.ymlsettings.yml setupCustom centers for two worlds, for example a lobby and a survival world:
# center: Sets where the pregen spiral starts.
# - 'default' uses the world border center, or the world spawn if no border center is set.
# - '~ ~' always uses the current world spawn.
# - 'x z' uses fixed block coordinates, for example: "0 0" or "1500 -500".
lobby:
auto_run: false
task_queue_timer: 60
parallel_tasks_multiplier: auto
print_update_delay: 5s
radius: 3000b
center: 0 0
survival:
auto_run: false
task_queue_timer: 60
parallel_tasks_multiplier: auto
print_update_delay: 10s
radius: 15000b
center: 1500 -500
Note: Tested only on Paper, and Purpur 1.21.10 so far. Please report any issues you encounter here.
If you are interested you can check out the more detailed updated release notes here
For Server Owners: Your existing settings will be automatically migrated. Check the new optimizations.yml file to customize which features get disabled during pregeneration for maximum speed.
Note: This is a significant update with lots of changes. Tested on Folia 1.21.8 and Leaf 1.21.8 so far. Please report any issues you encounter.
/pregen reset <world> lets you restart pregeneration for a world without messing with files.
Fast and Efficient Async Minecraft World Pre-generator