Chunky is a plugin (for Paper/Spigot/Bukkit) or mod (for Forge/Fabric platforms) that pre-generates chunks in a Minecraft world to prevent lag spikes caused by real-time chunk loading when players explore.
Install Chunky
.jar
into the plugins
folder. Restart the server to enable it.mods
folder and restart.Set Up Pre‑Generation
Select the world (if not default):
/chunky world world — for Overworld (default)
/chunky world world_nether — for the Nether, etc.
Define the area:
Option 1: Set center coordinates:
/chunky center <x> <z>
(e.g., /chunky center 0 0
)(mcserverhost.com)
Option 2: Align with world border (if you use a border):
/chunky worldborder
Set radius (distance from center in blocks):
/chunky radius <blocks>
E.g., /chunky radius 5000
for a 10,000 × 10,000 area.
Start Generation
/chunky start
Watch for console messages indicating progress (chunks processed, percentage, ETA, speed).
Control the Process
/chunky pause
/chunky continue
/chunky cancel
/chunky progress
Step | Command Example | Notes |
---|---|---|
Install Chunky | Place .jar in plugins or mods |
Restart server |
Select world | /chunky world world_nether |
Default is Overworld |
Set center | /chunky center 0 0 |
Or align to world border |
Set radius | /chunky radius 5000 |
Adjust based on server capacity |
Start | /chunky start |
Watch console for progress logs |
Pause | /chunky pause |
Useful mid-process |
Resume | /chunky continue |
Pick up exactly where you paused |
Cancel | /chunky cancel |
Stop and discard the process |
Check progress | /chunky progress |
Percentage, ETA, chunks per second |