How to install and use Chunky [Java]
In this article, I will be showing you how to install chunky on your Minecraft server, as well as how to use chunky to pre-generate chunks on your server and reduce lag.
You probably already know what chunky is, but I'll explain here anyways. Chunky is a spigot plugin that pre-generates chunks for you. Chunky is very useful because it decreases the load on your server's CPU.
Whenever a player enters a completely new chunk, your server will have to load that chunk Immediately. This isn't a problem when only 1 or 2 players are playing, but it does become a problem when multiple players are simultaneously generating chunks in different parts of your world.
Chunky can help fix that problem by pre-generating chunks in advance for you so that your players do not experience any lag while playing. Keep reading to find out how to use chunky...
Installation Guide
- To get started, download Chunky from here.
- Then, drag and drop the jar file into the
/home/container/plugins
folder, on witherpanel. - After uploading the plugin, restart your server and type "/chunky" in the server console to see if the plugin has been properly loaded
Getting Started
To start using Chunky, you have to do the following things:
- Choose the world
- Setup the center
- Set the radius
Chunky is very easy to use, and the section below will teach you how to setup all of the things mentioned above!
Basic Selection
1. World
Usage: /chunky world <world>
Description: Choose the world where you want to start pregenerating.
Permission Required: chunky.command.world
2. Center
Usage: chunky center [ <x> <z> ]
Description: Set the center block location.
Example: chunky center 12 50
- sets the center location to 12, 50
Permission Required: chunky.command.center
chunky center
to set your current position as the center block3. Radius
Usage: chunky radius <radius> [radius]
Description: Set the radius (or radii).
**Example: **chunky radius 100
- sets the radius to 100 blockschunky radius 69 420
- sets the radius to 69 blocks in the X direction, and 420 blocks in the Y direction.
chunky radius 100c
- Sets the radius to 100 chunks.Permission Required: chunky.command.radius
Now that we have setup everything, it is finally time to start pregenerating!
Commands
1. Start
Usage: chunky start
Description: This command starts a new pregeneration task.
Examples:
chunky start
- Starts pre-generation for the currently selected world, shape, center, and radius.
chunky start <world> [shape] <center> <radius>
Example: chunky start world circle 0 0 1000
- Starts pre-generation of a circular region in "world", centered at 0, 0 with radius 1000.
Permission Required: chunky.command.start
2. Pause
Usage: /chunky pause <world>
Description: This command pauses a pregeneration task and saves progress. You can resume a paused task by using the /chunky continue <world>
command.
Examples:
/chunky pause
- Pauses pre-generation for all worlds./chunky pause world
- Pauses pre-generation only for "world".
Permission Required: chunky.command.pause
3. Continue
Usage: chunky continue <world>
Description: You can use this command to continue a task that you paused earlier. If you do not specify a world, this command will continue pre-generation for all worlds.
Examples:
chunky continue
- Continues pregeneration for all worlds.chunky continue world
- Continues the pre-generation task only for "world".
4. Cancel
Usage: chunky cancel <world>
Description: This command cancels/deletes the pre-generation task for the specified world. The cancelled task cannot be continued. Please remember that chunks that have already been pre-generated will NOT be deleted.
Examples:
chunky cancel
- Cancel pre-generation progress for all worlds.chunky cancel world
- Cancel pre-generation progress only for "world".
And that's it! You are now ready to start pre-generating chunks on your server! But remember, this is only a basic guide, and there are some things that have not been mentioned here. You can read more about Chunky here
Article made by FoxyTail 04#3742 ( ID 718710286596702220 ) with improvements from MrRazamataz#6614 (ID: 611976655619227648)
Updated on: 17/01/2023
Thank you!