Minecraft plugin for keeping selected chunks loaded.
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 in the chunk.
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.
server.properties.plugins folder.plugins/BetterChunkLoader/lang.ymlplugins/BetterChunkLoader/chunks//chunkloader adminOpens 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:
/chunkloader giveblock Steve 3
This gives Steve 3 chunk loader blocks.
Permission: chunkloader.admin
chunkloader.adminGrants access to BetterChunkLoader admin features.
Players with this permission can:
By default, this permission is available to server operators.
Use:
/chunkloader giveblock <player> <amount>
Example:
/chunkloader giveblock Alex 1
The target player will receive a special chunk loader block.
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.
Break the chunk loader block.
The loader can be removed by:
chunkloader.adminAfter removal, the plugin deletes the loader from storage.
Use:
/chunkloader admin
Open the chunk loader list from the admin menu. Each listed loader displays:
Click a listed loader to teleport to it.
BetterChunkLoader creates a lang.yml file in the plugin folder.
You can edit this file to customize:
The language file supports Minecraft color codes and gradient formatting through the Liba MinecraftColor.format() system.
chunks folder.server.properties.