BetterChunkLoader [26.1 ➟ 26.1.2]
SpigotMCMinecraft plugin for keeping selected chunks loaded.
76 downloads
latest v1.0.1 SpigotMC
BetterChunkLoader
BetterChunkLoader is a Minecraft server plugin that lets administrators place special chunk loader blocks to keep an area loaded even when players are not nearby.
The plugin is useful for servers that need important areas to keep running, such as farms, machines, storage systems, or technical builds that should continue working without requiring a player to stand nearby.
Features
- Chunk loader blocks
Place a special block to keep the surrounding server-defined chunk area loaded.
- Persistent chunk loaders
Chunk loaders are saved to plugin storage and restored after a server restart.
- Owner tracking
Every chunk loader stores the UUID of the player who placed it.
- Admin control
Administrators can give chunk loader blocks, open the admin menu, view active loaders, and manage access through permissions.
- Admin GUI
The admin menu shows a list of active chunk loaders with their world and coordinates.
- Teleport from GUI
Admins can click a listed chunk loader to teleport directly to its location.
- Custom language file
Plugin messages, item names, lore, and GUI text are stored in lang.yml and support Minecraft color formatting.
- An administrator gives a player a chunk loader block.
- The player places the block at the center of the area they want to keep active.
- BetterChunkLoader saves the chunk loader location and owner.
- The plugin creates a fake server player at that location, so the server loads chunks around it using the same distance rules configured in server.properties.
- When the block is removed by the owner or an administrator, the chunk loader is removed from storage.
- Download or build the plugin jar.
- Place the jar file into your server's plugins folder.
- Restart the server.
- Configure generated files if needed:
- plugins/BetterChunkLoader/lang.yml
- plugins/BetterChunkLoader/chunks/
/chunkloader admin
Opens the BetterChunkLoader admin menu.
Use this menu to view active chunk loaders and teleport to their locations.
Permission: chunkloader.admin
/chunkloader giveblock <player> <amount>
Gives chunk loader blocks to an online player.
Example:
Code (Text):
/chunkloader giveblock Steve 3
Permission: chunkloader.admin
Permissions
chunkloader.admin
Grants access to BetterChunkLoader admin features.
Players with this permission can:
- Use the admin menu
- Give chunk loader blocks
- Place chunk loader blocks
- Break chunk loaders owned by other players
Usage Guide
Giving a Chunk Loader Block
Use:
Code (Text):
/chunkloader giveblock <player> <amount>
Code (Text):
/chunkloader giveblock Alex 1
Placing a Chunk Loader
Place the chunk loader block at the center of the area you want to keep loaded.
Once placed, the plugin registers the block, saves it to storage, and loads nearby chunks according to your server's configured distance settings.
Removing a Chunk Loader
Break the chunk loader block.
The loader can be removed by:
- The player who placed it
- A player with chunkloader.admin
Viewing Active Chunk Loaders
Use:
Code (Text):
/chunkloader admin
- World name
- X coordinate
- Y coordinate
- Z coordinate
Language Customization
BetterChunkLoader creates a lang.yml file in the plugin folder.
You can edit this file to customize:
- Plugin prefix
- Command messages
- Placement and removal messages
- Chunk loader item name
- Chunk loader item lore
- GUI titles
- GUI item descriptions
Notes
- Chunk loaders are stored as individual files inside the plugin's chunks folder.
- The loaded area is controlled by the server's chunk loading rules, such as the distances configured in server.properties.
- Removing a chunk loader block also removes its saved data.
- Only players with the correct permission can place chunk loader blocks.
- Server operators have admin permission by default.
Comments 0
No comments yet. Be the first to share your thoughts.