An adaptive chunk pre-generator that paces generation to your server's disk - build large areas ahead of time without saturating I/O or freezing the server. A maintained fork of Chunky.
Chunksmith is a Minecraft chunk pre-generator that paces generation to keep your server healthy — it builds large areas ahead of time without saturating your disk or freezing the server.
A hardened fork of Chunky by pop4959, GPL-3.0, maintained by Kishku7.
A heavy pre-generation can peg disk I/O and leave a server unresponsive to pause/stop — or, on an empty server, send it to sleep mid-run. Chunksmith is built to generate safely under real-world conditions:
pause/stop stay instant and a crash can't strand a huge write queue.Pre-generating a multi-million-chunk overworld on a spinning HDD:
| Stock Chunky | Chunksmith | |
|---|---|---|
| Disk during pre-gen | ~95-100% (pegged) | ~2-5% |
pause under load |
seconds-to-minutes of lag | instant |
| Generation rate | choked by disk thrash | higher |
Same hardware, same world — Chunksmith generates faster while leaving the disk almost idle.
/cs (with /chunksmith as a full alias).
/cs start — pre-generate the selected area/cs pause — pause (resumable)/cs continue — resume a paused task/cs progress — rate / ETA / throttle statusLicensed under GPL-3.0. Original work by pop4959; Chunksmith maintained by Kishku7.