Four Seasons Hosting
Client Portal Server StatusDiscord
  • Overview
  • FAQ
    • 🖥️VPS Hosting
    • 🎮Game Server
    • 🌐Web Hosting
    • 💰Billing
    • ❓General Questions
    • 🖥️Dedicated Server
    • Server Hardware
  • Panel Knowledge Base
    • 💼Client Area
      • Discord Linking
      • How to pay with Cashapp
      • 🤑Affiliate Program
      • How to Cancel A Service
      • How to upgrade/downgrade your service
    • 🎮Game Server Panel
      • Staff Request
      • Minecraft Features
      • How to change the game?
      • How to reset your Game Panel Password
      • Creating A Schedule
      • Your Server Node
      • Uploading Files Via SFTP
      • Adding Dev/ Sub Users
      • Subdomain
      • Server Importer
  • Service Knowledge Base
    • 🕸️Web Hosting
      • Common Website Errors
      • Four Seasons Name Servers (DNS)
    • ☁️Virtual Private Servers
      • Creating Your VPS
      • Logging into your VPS (Windows)
      • Developers and your VPS
      • How to connect to your VPS from any Linux/Debian Distro
      • Opening Ports on a VPS
      • Resetting your VPS Password
      • SSH Client Setup
      • Change Window Server Password (Locked Out)
    • 💲Reseller
    • 🖥️Dedicated Servers
      • Managing Your Server
      • Creating Backups
  • Game Knowledge Base
    • Ark
      • ARK: SA GameUserSettings.ini
      • ARK: SA Game.ini
      • ARK: SA Command /Server Startline
      • ARK: Survival Ascended VPS Set Up
    • 🚘FiveM
      • Set up a FiveM Server on a VPS
    • 🧊Minecraft
      • How much ram do I need for my Minecraft server?
      • Helpful Info!
        • What is the difference between Spigot, Paper, and PurPur?
        • Using .sh to start your server
        • How to Install Datapacks to your server?
      • Plugins
        • Bluemap
        • Chunky
        • Dynmap
        • Simple Voice Chat
      • Managing your Server
        • How to set a custom seed on your Minecraft Server
        • How to Set a Custom Minecraft Server Icon
        • Changing Your Version
        • Add Add-ons to your Bedrock Server!
        • Running Version 1.17 or below
        • Using Chunker to Convert Minecraft Worlds Across Editions
        • How to Optimize Your Server
        • How To Enable/Disable/Manage Your Whitelist/Allowlist?
      • Common Issues
        • Server Connection Timed Out
        • Exception Server Tick Loop
        • Failed to check session lock
        • How to Fix: Authentication servers are down. Please try again later
      • Reducing Lag
        • Reduce Lag on FabricMC server!
        • Reduce Lag on ForgeMC server!
    • 🐣Palworld
      • How to direct connect to your Palworld Server
    • Soul Mask
      • Soul Mask How-to's
        • How to change the game mode on your Soulmask Server
        • How to Update Your Soulmask Server
        • How to Change Soulmask Server Settings
      • Admin Commands Guide
    • 🪨Rust
    • Sons of the Forest
      • Configuring custom settings on your Sons of the Forest server
      • Setting up a Sons of the Forest server
    • Valheim
      • How to Add Mods to Your Valheim Server
      • How to fix Valheim server saying "missing world"
      • How to add admins on your Valheim server
      • Updating your Valheim Server
      • Debugging basic errors on your Valheim server
    • V Rising
      • How to Configure V Rising Server Settings
    • Arma Reforger
      • Server Requirements
      • Complete config.json guide
Powered by GitBook
On this page
  • Chunky Plugin: Pre-Generating Your Minecraft Server World
  • Installation

Was this helpful?

  1. Game Knowledge Base
  2. Minecraft
  3. Plugins

Chunky

Last updated 3 months ago

Was this helpful?

Chunky Plugin: Pre-Generating Your Minecraft Server World

Chunky is a powerful Bukkit plugin (and mod) designed to pre-generate chunks on your Minecraft server. Pre-generating your server’s world can significantly reduce CPU usage over time, ensuring smoother gameplay, optimized performance, and fewer lag spikes.

This guide explains how to install and use Chunky to prepare your server for peak performance.


Installation

For Bukkit-Based Servers

  1. Download the Plugin: Get the latest .jar file from .

  2. Install the Plugin: Place the downloaded .jar file into your server’s plugins folder. You can do this via your file manager or SFTP.

  3. Restart the Server: Start your server to activate Chunky.

For Forge or Fabric-Based Servers

  1. Download the Mod: Obtain the mod file from or .

  2. Install the Mod: Place the downloaded .jar file into the /mods folder using your file manager or SFTP.

  3. Restart the Server: Once restarted, Chunky will be ready to use.


Usage

Important: Pre-generating your world can significantly increase its size, so ensure your server has enough disk space. Use tools like to estimate the size of your world before proceeding. Always back up your server before starting pre-generation.

Chunky offers several commands to control world pre-generation. Here are the key commands you’ll need:

  • /chunky radius <chunk-size> Defines the radius (in chunks) to be pre-generated, measured from the center. Example: 5000 means 5000 blocks in all directions.

  • /chunky center <x> <z> Sets the center point for pre-generation. By default, this is (0, 0).

  • /chunky setcorners <x1> <z1> <x2> <z2> Defines rectangular corners for a custom pre-generation area.

  • /chunky start Starts the pre-generation process.

  • /chunky pause Temporarily pauses the process.

  • /chunky resume Resumes a paused generation process.

  • /chunky stop Stops the pre-generation process entirely.

  • /chunky status Displays the progress and status of the current pre-generation.


Example: Pre-Generating a 5000x5000 Area

To pre-generate a 5000x5000 block area centered at (0, 0), follow these steps:

  1. Set the radius:

    /chunky radius 5000
  2. Set the center (optional, default is (0, 0)):

    /chunky center 0 0
  3. Start the pre-generation process:

    /chunky start

Tips for Efficient Pre-Generation

  • Be Mindful of the Radius: Large radii can take hours to complete. Start with a reasonable size based on your server’s needs.

  • Run It During Off-Hours: Pre-generating chunks consumes server resources and may cause lag. Run it overnight or during downtime for minimal disruption.

  • Check the Status: Use /chunky status to monitor progress.


What Happens After Pre-Generation?

Once Chunky finishes, the specified area (e.g., from X 5000, Z 5000 to X -5000, Z -5000) will be fully generated and ready for players. This ensures smoother gameplay as players explore pre-generated chunks instead of forcing the server to generate them on the fly.

With Chunky, you’ll enhance your server’s performance and provide a seamless experience for your players!

For additional commands and tips, refer to .

🧊
SpigotMC
CurseForge
Modrinth
onlinemo.de/world
Chunky’s documentation