HomeJavaModsUltimate Chunk Loader
Ultimate Chunk Loader
ModsJava

Ultimate Chunk Loader

by m2b-creator · on Modrinth

Powerful chunk loader with GUI management, coordinate & WorldEdit support, and persistent storage. Free Minecraft Java mod for 1.21, 1.21.1, 1.21.2.

⬇ Download on Modrinth
Ultimate Chunk Loader — screenshot 1Ultimate Chunk Loader — screenshot 2Ultimate Chunk Loader — screenshot 3Ultimate Chunk Loader — screenshot 4

A powerful plugin for Paper and Spigot that keeps chunks loaded using coordinate-based regions or WorldEdit selections.

Features

Installation

  1. Download the latest UltimateChunkLoader.jar
  2. Place it in your server's plugins/ folder
  3. (Optional) Install WorldEdit for selection-based chunk loading
  4. Restart your server
  5. Configure permissions if needed (all commands default to OP)

Commands

All commands can be used with /chunkloader, /cl, or /cloader

Permissions

Usage Examples

Using the GUI (Recommended)

The easiest way to manage your chunk loaders is through the GUI:

/chunkloader gui

In the GUI:

Create a chunk loader using coordinates

/chunkloader create spawn 0 0 64 64

This creates a chunk loader named "spawn" that keeps all chunks loaded between block coordinates (0, 0) and (64, 64).

Create a chunk loader using WorldEdit selection

  1. Make a WorldEdit selection (//wand, then left-click and right-click)
  2. Run: /chunkloader create myregion worldedit

List all chunk loaders

/chunkloader list

View information about a specific chunk loader

/chunkloader info spawn

Remove a chunk loader

/chunkloader remove spawn

Disable a chunk loader temporarily

/chunkloader disable spawn

This unloads the chunks but keeps the region configuration saved, so you can re-enable it later.

Enable a previously disabled chunk loader

/chunkloader enable spawn

Configuration

The plugin creates a config.yml file in plugins/ChunkLoader/ with the following options:

settings:
  debug: false
  auto-save-interval: 5

messages:
  prefix: "&6[ChunkLoader]&r "
  no-permission: "&cYou don't have permission to do that."
  reload-success: "&aPlugin reloaded successfully!"

Data Storage

Chunk loader data is stored in plugins/ChunkLoader/data.yml and persists across server restarts. The plugin automatically saves when:

Requirements

How It Works

The plugin uses Minecraft's chunk ticket system to keep chunks loaded:

Chunks remain loaded even when no players are nearby, making this perfect for farms, redstone contraptions, or any automated systems.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more