- Ensure your server is running Spigot or Paper compatible with the plugin.
- Java 8 or higher is recommended for better performance.
Download the .jar
file compatible with your version here.
Once downloaded, place the .jar
file into the plugins
folder.
Check the config.yml
file inside the plugin's folder for additional settings (if applicable).
To start Fast Chunk Pregenerator, launch your server. Once it’s running, you have access to several commands.
To pre-generate chunks, use the following command:
/fcp fillvanilla <chunkbuffer> [world]
<chunkbuffer>
: Sets the number of chunks to be loaded into memory at once. Example:32
.[world]
: Optional. Specifies the world where the chunks should be generated. Default is the current world.
Note
It is recommended to set a world border to prevent excessive chunk generation. Example:
/worldborder set 50000
If you want to stop chunk generation, use the following command:
/fcp cancel
Check your server logs to confirm that the chunk generation has started correctly. Look for messages indicating progress, errors, or completion.
- Adjust the
<chunkbuffer>
size based on your server's available RAM. A lower value reduces memory usage but may take longer to complete. - Ensure that your world border is correctly configured to avoid generating unnecessary chunks.