The ChunkLoader plugin is designed for Minecraft servers to allow players to manually force-load or unload specific chunks. This can be useful for ensuring certain areas of your server remain active and loaded, even if no players are nearby.
- Manual Chunk Loading/Unloading: Players can load or unload chunks on demand.
- Persistent Chunk Data: Loaded chunks are saved in a configuration file and are reloaded when the server restarts.
- Reset Functionality: Easily reset all chunks to their normal loading mode.
- Interactive Commands: Utilize clickable commands for easy chunk management.
- Player Join Message: New players receive a welcome message with guidance on how to use the plugin.
- Download the latest release of the ChunkLoader plugin from the GitHub repository.
- Place the
ChunkLoader.jarfile in thepluginsdirectory of your Minecraft server. - Restart the server to enable the plugin.
-
/chunk
Displays clickable options to either load or unload the current chunk. -
/chunk load
Forces the current chunk the player is standing in to be loaded. -
/chunk load [x] [z]
Forces the specified chunk at coordinates (x, z) to be loaded. -
/chunk unload
Unloads the current chunk the player is standing in. -
/chunk unload [x] [z]
Unloads the specified chunk at coordinates (x, z). -
/chunk reset
Resets all chunks to their normal loading state, removing all forced loading. -
/chunk help
Shows the help message with all commands and usage instructions.
-
Loading a Chunk:
- Use
/chunk loadto force-load the chunk you're currently in. - Alternatively, use
/chunk load [x] [z]to load a specific chunk by its coordinates.
- Use
-
Unloading a Chunk:
- Use
/chunk unloadto unload the chunk you're currently in. - Use
/chunk unload [x] [z]to unload a specific chunk by its coordinates.
- Use
-
Resetting All Chunks:
- Use
/chunk resetto revert all chunks back to their normal loading behavior.
- Use
-
Getting Help:
- Type
/chunk helpto display a help message with all commands and their explanations.
- Type
The plugin creates a config.yml file in the plugins/ChunkLoader directory. This file stores information about which chunks are force-loaded. You don't need to manually edit this file; all changes should be made via the in-game commands.
By Mr_JB
GitHub Repository