ChunkyFast is a high-performance chunk pregenerator for Paper 1.21.x. It provides a clean, predictable workflow for pregenerating terrain, supports running multiple world jobs in parallel, and includes built-in scheduling and load control.
ChunkyFast.jar into your server plugins/ folder.plugins/ChunkyFast/config.yml if needed.Main command: /chunkyfast
Aliases: /cf, /cfast
All coordinates and radii are in CHUNKS (not blocks).
/chunkyfast start <world> circle <radiusChunks> [centerX centerZ]
/chunkyfast start <world> square <radiusChunks> [centerX centerZ]
/chunkyfast start <world> rect <minX> <minZ> <maxX> <maxZ>
/chunkyfast start <world> worldborder
ChunkyFast and Chunky aim at the same outcome (pregenerating terrain), but they emphasize different things.
ChunkyFast focuses on
Chunky focuses on
Practical takeaway: ChunkyFast is built around multi-world scheduling and MSPT-based control, while Chunky is a feature-complete, widely adopted solution with deep tooling and history.

ChunkyFast is a high-performance chunk pregenerator for Paper 1.21.x. It provides a clean, predictable workflow for pregenerating terrain, supports running multiple world jobs in parallel, and includes built-in scheduling and load control.