Code (Text):
preloaded-chunks:
respect-force-loaded: true
respect-plugin-tickets: true
pause-unload-during-pregen: true
pregen-detect-seconds: 5
pregen-chunk-threshold: 12
Stops ChunkManager from fighting other plugins that keep chunks loaded on purpose. Works with
Chunky,
WorldBorder, vanilla /forceload, spawn chunks and redstone chunk-loaders.
- respect-force-loaded - never unload a chunk that is marked force-loaded.
- respect-plugin-tickets - never unload a chunk another plugin is holding open with a chunk ticket.
- pause-unload-during-pregen - while a pre-generator is busy making chunks in a world, ChunkManager stops unloading in that world so it does not undo the work.
- pregen-detect-seconds - how many seconds of quiet before a world counts as "done generating".
- pregen-chunk-threshold - how many fresh chunks (made away from players) within that window mean a pre-gen is running. Lower = more sensitive.
Tip: stand in a chunk and use
/cminspect to see exactly why it is being kept loaded.