Chunky pre-generates chunks for your server, reducing CPU usage and lag spikes since players move through already-generated chunks.Documentation Index
Fetch the complete documentation index at: https://docs.berrybyte.net/llms.txt
Use this file to discover all available pages before exploring further.
Installation
Bukkit-based servers:- Download from SpigotMC
- Place the JAR in the
pluginsfolder - Restart your server
- Download from CurseForge or Modrinth
- Place the JAR in the
/modsfolder - Restart your server
Usage
Basic commands:/chunky radius <size>- Set radius to pre-generate/chunky center <x> <z>- Set center point (default is usually fine)/chunky start- Start generation/chunky pause- Pause generation/chunky resume- Resume generation/chunky stop- Stop generation/chunky status- Check progress
Example
Pre-generate a 5000x5000 chunk area centered at0,0:
/chunky radius 5000/chunky center 0 0/chunky start