Compatibility
Minecraft: Java Edition
1.21.4ā1.21.11
1.20ā1.20.4
1.19.x
Platforms
Tags
Creators
Details
Licensed MIT
Published 4 days ago
FastChunk
A high-performance chunk pre-generator that uses less CPU/RAM than alternative options on the market.
Features
- Fully async loading ā uses
getChunkAtAsync, never blocks the main thread - Adaptive TPS throttling ā monitors server TPS in real time and automatically scales speed up or down
- Bounded concurrency ā caps the number of chunks loading simultaneously to prevent RAM spikes
- Spiral ordering ā reduces disk I/O by walking chunks in region-file order
- Auto-unload ā frees RAM immediately after generation if no players are nearby
Commands
| Command | Description |
|---|---|
/fastchunk start <world> <radius> |
Start pre-generation |
/fastchunk pause [world] |
Pause temporarily |
/fastchunk resume [world] |
Resume |
/fastchunk stop <world> |
Stop and clear the task |
/fastchunk status |
View progress |
Permissions
fastchunk.use(default: op)
Supported Versions
1.19 ā 1.20.x (see the Versions tab for each release)


