Chunk Pregeneration
World pregeneration helps improve performance and reduce lag spikes by generating chunks before players explore them. This prevents real-time world generation from consuming CPU and I/O during gameplay.
This guide explains how to pregenerate your Minecraft worlds depending on whether you’re using Spigot/Paper (plugin-based) or Forge/Fabric (mod-based) servers.
Pregeneration tools are available only for Java-based servers such as:
Spigot
Paper
Purpur
Forge
Fabric
NeoForge
Plugin Method
Recommended Plugin: Chunky
Chunky – a fast, efficient world pregenerator that works across most Bukkit-compatible servers.
Installation via One-Click Plugin Installer
Log into your Pterodactyl panel.
Open your server and go to the “Plugins” tab.
Search for Chunky.
Click Install Plugin to add it automatically.
Restart the server once installation completes.
How to Pregenerate with Chunky
After the plugin is installed:
Join your server as an operator (OP) or via the console.
Use the following commands:
/chunky radius 5000
/chunky startradiusdefines how far from spawn chunks will be generated.Example:
5000blocks creates a 10,000×10,000 area.
You can monitor progress with:
/chunky statusTo pause or cancel pregeneration:
/chunky pause
/chunky cancelDisk Space Considerations
2,500 blocks
~1 GB
5,000 blocks
~4 GB
10,000 blocks
~16 GB
Mod Method
If you are running a Forge, Fabric, or NeoForge server, use a mod instead of a plugin.
Recommended Mod: Chunky
Installation
Visit Modrinth.
Download the version compatible with your Minecraft and Forge/Fabric build.
Upload the
.jarfile to your server’s/mods/directory using the File Manager or SFTP.Restart your server.
Pregeneration Commands
Once in-game or using console:
/chunky radius 5000
/chunky startTips and Warnings
Always backup your world before pregeneration.
Pregeneration can cause high CPU and disk I/O, run it during low player activity.
Do not pregenerate dimensions you don’t need (e.g., Nether, End) unless necessary.
Stop pregeneration before shutting down to prevent corruption.
Last updated