{"id":161329,"date":"2026-06-09T18:24:37","date_gmt":"2026-06-09T15:24:37","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/ultimate-chunk-loader\/"},"modified":"2026-06-09T18:24:37","modified_gmt":"2026-06-09T15:24:37","slug":"ultimate-chunk-loader","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/ultimate-chunk-loader\/","title":{"rendered":"Ultimate Chunk Loader"},"content":{"rendered":"<p>A powerful plugin for Paper and Spigot that keeps chunks loaded using coordinate-based regions or WorldEdit selections.<\/p>\n<p>**Features**<\/p>\n<p>&#8211; **Interactive GUI** &#8211; Easy-to-use graphical interface for managing chunk loaders<br \/>\n&#8211; Keep chunks loaded permanently across server restarts<br \/>\n&#8211; Create chunk loaders using coordinates (x1, z1, x2, z2)<br \/>\n&#8211; Create chunk loaders from WorldEdit selections (optional)<br \/>\n&#8211; Name your chunk loader regions for easy management<br \/>\n&#8211; Enable\/disable chunk loaders without removing them<br \/>\n&#8211; Persistent data storage (survives server restarts)<br \/>\n&#8211; Permission-based access control<br \/>\n&#8211; List and view information about all chunk loaders with their status<\/p>\n<p>**Installation**<\/p>\n<p>1. Download the latest `UltimateChunkLoader.jar`<br \/>\n2. Place it in your server&#8217;s `plugins\/` folder<br \/>\n3. (Optional) Install WorldEdit for selection-based chunk loading<br \/>\n4. Restart your server<br \/>\n5. Configure permissions if needed (all commands default to OP)<\/p>\n<p>**Commands**<\/p>\n<p>All commands can be used with `\/chunkloader`, `\/cl`, or `\/cloader`<\/p>\n<p>&#8211; `\/chunkloader gui` or `\/chunkloader menu` &#8211; **Open the GUI management menu**<br \/>\n&#8211; `\/chunkloader create <name> <x1> <z1> <x2> <z2>` &#8211; Create a chunk loader using block coordinates<br \/>\n&#8211; `\/chunkloader create <name> worldedit` &#8211; Create a chunk loader from your WorldEdit selection<br \/>\n&#8211; `\/chunkloader remove <name>` &#8211; Remove a chunk loader<br \/>\n&#8211; `\/chunkloader enable <name>` &#8211; Enable a disabled chunk loader<br \/>\n&#8211; `\/chunkloader disable <name>` &#8211; Disable a chunk loader without removing it<br \/>\n&#8211; `\/chunkloader list` &#8211; List all chunk loaders with their status<br \/>\n&#8211; `\/chunkloader info <name>` &#8211; View detailed information about a chunk loader<br \/>\n&#8211; `\/chunkloader reload` &#8211; Reload the plugin configuration and data<\/p>\n<p>**Permissions**<\/p>\n<p>&#8211; `chunkloader.*` &#8211; Access to all commands (default: op)<br \/>\n&#8211; `chunkloader.create` &#8211; Create chunk loaders (default: op)<br \/>\n&#8211; `chunkloader.remove` &#8211; Remove chunk loaders (default: op)<br \/>\n&#8211; `chunkloader.enable` &#8211; Enable chunk loaders (default: op)<br \/>\n&#8211; `chunkloader.disable` &#8211; Disable chunk loaders (default: op)<br \/>\n&#8211; `chunkloader.list` &#8211; List chunk loaders (default: op)<br \/>\n&#8211; `chunkloader.info` &#8211; View chunk loader information (default: op)<br \/>\n&#8211; `chunkloader.gui` &#8211; Use the GUI menu (default: op)<br \/>\n&#8211; `chunkloader.reload` &#8211; Reload the plugin (default: op)<\/p>\n<p>**Usage Examples**<\/p>\n<p>**_Using the GUI (Recommended)_**<\/p>\n<p>The easiest way to manage your chunk loaders is through the GUI:<\/p>\n<p>&#8220;`<br \/>\n\/chunkloader gui<br \/>\n&#8220;`<\/p>\n<p>**In the GUI:**<br \/>\n&#8211; **Green wool** = Enabled chunk loader<br \/>\n&#8211; **Red wool** = Disabled chunk loader<br \/>\n&#8211; **Left Click** &#8211; View detailed information<br \/>\n&#8211; **Right Click** &#8211; Toggle enable\/disable<br \/>\n&#8211; **Shift + Left Click** &#8211; Remove (with confirmation)<\/p>\n<p>**_Create a chunk loader using coordinates_**<\/p>\n<p>&#8220;`<br \/>\n\/chunkloader create spawn 0 0 64 64<br \/>\n&#8220;`<\/p>\n<p>This creates a chunk loader named &#8220;spawn&#8221; that keeps all chunks loaded between block coordinates (0, 0) and (64, 64).<\/p>\n<p>**_Create a chunk loader using WorldEdit selection_**<\/p>\n<p>1. Make a WorldEdit selection (`\/\/wand`, then left-click and right-click)<br \/>\n2. Run: `\/chunkloader create myregion worldedit`<\/p>\n<p>**_List all chunk loaders_**<\/p>\n<p>&#8220;`<br \/>\n\/chunkloader list<br \/>\n&#8220;`<\/p>\n<p>**_View information about a specific chunk loader_**<\/p>\n<p>&#8220;`<br \/>\n\/chunkloader info spawn<br \/>\n&#8220;`<\/p>\n<p>**_Remove a chunk loader_**<\/p>\n<p>&#8220;`<br \/>\n\/chunkloader remove spawn<br \/>\n&#8220;`<\/p>\n<p>**_Disable a chunk loader temporarily_**<\/p>\n<p>&#8220;`<br \/>\n\/chunkloader disable spawn<br \/>\n&#8220;`<\/p>\n<p>This unloads the chunks but keeps the region configuration saved, so you can re-enable it later.<\/p>\n<p>**_Enable a previously disabled chunk loader_**<\/p>\n<p>&#8220;`<br \/>\n\/chunkloader enable spawn<br \/>\n&#8220;`<\/p>\n<p>**Configuration**<\/p>\n<p>The plugin creates a `config.yml` file in `plugins\/ChunkLoader\/` with the following options:<\/p>\n<p>&#8220;`yaml<br \/>\nsettings:<br \/>\n  debug: false<br \/>\n  auto-save-interval: 5<\/p>\n<p>messages:<br \/>\n  prefix: &#8220;&#038;6[ChunkLoader]&#038;r &#8221;<br \/>\n  no-permission: &#8220;&#038;cYou don&#8217;t have permission to do that.&#8221;<br \/>\n  reload-success: &#8220;&#038;aPlugin reloaded successfully!&#8221;<br \/>\n&#8220;`<\/p>\n<p>**Data Storage**<\/p>\n<p>Chunk loader data is stored in `plugins\/ChunkLoader\/data.yml` and persists across server restarts. The plugin automatically saves when:<br \/>\n&#8211; A chunk loader is created<br \/>\n&#8211; A chunk loader is removed<br \/>\n&#8211; The server shuts down<\/p>\n<p>**Requirements**<\/p>\n<p>&#8211; Paper 1.21+ or Spigot 1.21+ (or compatible forks)<br \/>\n&#8211; WorldEdit (optional, for selection-based loading)<\/p>\n<p>**How It Works**<\/p>\n<p>The plugin uses Minecraft&#8217;s chunk ticket system to keep chunks loaded:<br \/>\n&#8211; `addPluginChunkTicket()` &#8211; Registers the plugin&#8217;s interest in a chunk<br \/>\n&#8211; `setForceLoaded(true)` &#8211; Ensures the chunk stays loaded<\/p>\n<p>Chunks remain loaded even when no players are nearby, making this perfect for farms, redstone contraptions, or any automated systems.<\/p>\n<p>**License**<\/p>\n<p>This project is licensed under the MIT License &#8211; see the [LICENSE](LICENSE) file for details.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Powerful chunk loader with GUI management, coordinate &#038; WorldEdit support, and persistent storage.<\/p>\n","protected":false},"featured_media":161330,"template":"","meta":{"_minecraft_slug":"ultimate-chunk-loader","_minecraft_project_id":"IJnC7mXM","_minecraft_author":"m2b-creator","_minecraft_license":"MIT","_minecraft_downloads":495,"_minecraft_follows":0,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"ultimate-chunk-loader.zip","_minecraft_size_bytes":899011,"_minecraft_version_count":2,"_minecraft_updated_at":"2026-05-16T10:33:56.227980Z","_minecraft_date_created":"2025-11-18T00:18:36.064112Z","_minecraft_date_modified":"2025-11-12T15:36:37.891482Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/ultimate-chunk-loader","_minecraft_icon_attachment_id":161330,"_minecraft_imported_at":"2026-06-09T15:24:37+00:00","_minecraft_import_hash":"57ae6bc2f751db15d88cde1764a30b64","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[89,126,127,129,92,159],"mod_loader":[132,134],"minecraft_version":[62,37,40,73,74,38,78,79,80,81,82],"class_list":["post-161329","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-game-mechanics","mod_category-management","mod_category-paper","mod_category-spigot","mod_category-utility","mod_category-worldgen","mod_loader-paper","mod_loader-spigot","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-10","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-6","minecraft_version-1-21-7","minecraft_version-1-21-8","minecraft_version-1-21-9"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Ultimate Chunk Loader - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/ultimate-chunk-loader\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Ultimate Chunk Loader - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Powerful chunk loader with GUI management, coordinate &amp; WorldEdit support, and persistent storage.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/ultimate-chunk-loader\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/ultimate-chunk-loader\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/ultimate-chunk-loader\\\/\",\"name\":\"Ultimate Chunk Loader - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/ultimate-chunk-loader\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/ultimate-chunk-loader\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/ultimate-chunk-loader-icon-fa2476f3922366ba6dc028c9420959022371779c_96.webp\",\"datePublished\":\"2026-06-09T15:24:37+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/ultimate-chunk-loader\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/ultimate-chunk-loader\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/ultimate-chunk-loader\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/ultimate-chunk-loader-icon-fa2476f3922366ba6dc028c9420959022371779c_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/ultimate-chunk-loader-icon-fa2476f3922366ba6dc028c9420959022371779c_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/ultimate-chunk-loader\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Ultimate Chunk Loader\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Ultimate Chunk Loader - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/ultimate-chunk-loader\/","og_locale":"en_US","og_type":"article","og_title":"Ultimate Chunk Loader - Minecraft","og_description":"Powerful chunk loader with GUI management, coordinate & WorldEdit support, and persistent storage.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/ultimate-chunk-loader\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/ultimate-chunk-loader\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/ultimate-chunk-loader\/","name":"Ultimate Chunk Loader - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/ultimate-chunk-loader\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/ultimate-chunk-loader\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/ultimate-chunk-loader-icon-fa2476f3922366ba6dc028c9420959022371779c_96.webp","datePublished":"2026-06-09T15:24:37+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/ultimate-chunk-loader\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/ultimate-chunk-loader\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/ultimate-chunk-loader\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/ultimate-chunk-loader-icon-fa2476f3922366ba6dc028c9420959022371779c_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/ultimate-chunk-loader-icon-fa2476f3922366ba6dc028c9420959022371779c_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/ultimate-chunk-loader\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"Ultimate Chunk Loader"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/161329","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/161330"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=161329"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=161329"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=161329"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=161329"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}