{"id":18558,"date":"2026-05-31T23:04:34","date_gmt":"2026-05-31T20:04:34","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/areareloader\/"},"modified":"2026-05-31T23:04:34","modified_gmt":"2026-05-31T20:04:34","slug":"areareloader","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/areareloader\/","title":{"rendered":"AreaReloader"},"content":{"rendered":"<p># Features<br \/>\nThis plugin lets you turn any WorldEdit selection into a restorable region.<br \/>\nAreaReloader creates a schematic copy of the selection, split in smaller sections in order to distribute server&#8217;s load, allowing smoother pasting\/regeneration.<br \/>\nEach saved area can be restored manually with a command or automatically on a timed schedule.<br \/>\nThe restore interval is fully customizable, making it ideal for regenerating resource areas, PvP arenas, dungeons, or any place that needs resetting.<\/p>\n<p># Compatibility<br \/>\nThis version of the plugin will only work with WorldEdit, if you use FastAsyncWorldEdit (FAWE) you must use the mirror plugin, AreaReloader-FAWE.<\/p>\n<details>\n<summary>Commands<\/summary>\n<p># Commands<br \/>\n&#8211; \/ar &#8211; Shows plugin&#8217;s help lines<br \/>\n&#8211; \/ar help <Command> &#8211; Shows general help or specific help when a command is specified<br \/>\n&#8211; \/ar version &#8211; Shows the current plugin&#8217;s version<br \/>\n&#8211; \/ar create <AreaName> <CopyEntities> &#8211; Creates a new copy of the selected area.<br \/>\nThe copy entities parameter will accept a true or false value, which will decide whether or not to copy entities inside the selected area at the moment of creation.<br \/>\nIf set to true, whenever the area gets loaded, saved entities will be respawned.<br \/>\n&#8211; \/ar load <AreaName> &#8211; Loads an existing area<br \/>\n&#8211; \/ar delete <AreaName> &#8211; Deletes an existing area<br \/>\n&#8211; \/ar list &#8211; Lists all existing areas<br \/>\n&#8211; \/ar hook &#8211; Shows a help interface for the plugin&#8217;s hooks and<br \/>\ndependencies<br \/>\n&#8211; \/ar info &#8211; Shows information about a specific existing area<br \/>\n&#8211; \/ar reload &#8211; Reloads AreaReloader&#8217;s configuration file<br \/>\n&#8211; \/ar display <AreaName> &#8211; Displays particles around areas<br \/>\n&#8211; \/ar cancel <AreaName, ALL> &#8211; Cancels the loading of one or all areas.<br \/>\n&#8211; \/ar location <AreaName> <set, teleport> &#8211; Allows you to create a safe location for players.<\/p>\n<\/details>\n<details>\n<summary>Permissions<\/summary>\n<p># Permissions<br \/>\n&#8211; areareloader.command.help &#8211; Gives access to the \/ar help command<br \/>\n&#8211; areareloader.command.version &#8211; Gives access to the \/ar version command<br \/>\n&#8211; areareloader.command.create &#8211; Gives access to the \/ar create command<br \/>\n&#8211; areareloader.command.load &#8211; Gives access to the \/ar load command<br \/>\n&#8211; areareloader.command.delete &#8211; Gives access to the \/ar delete command<br \/>\n&#8211; areareloader.command.list &#8211; Gives access to the \/ar list command<br \/>\n&#8211; areareloader.command.hook &#8211; Gives access to the \/ar hook command<br \/>\n&#8211; areareloader.command.info &#8211; Gives access to the \/ar info command<br \/>\n&#8211; areareloader.command.reload &#8211; Gives access to the \/ar reload command<br \/>\n&#8211; areareloader.command.display &#8211; Gives access to \/ar display command<br \/>\n&#8211; areareloader.command.cancel- Gives access to \/ar cancel command<br \/>\n&#8211; areareloader.command.location &#8211; Gives access to \/ar location command<br \/>\n&#8211; areareloader.command.admin &#8211; Gives access to all commands<\/p>\n<\/details>\n<p># Configuration<br \/>\nThere are two main configuration files;<br \/>\n**config.yml** allows you to customise language and general settings, whereas the **areas.yml** config contains all the areas&#8217; details and custom settings per area, such as auto loading and intervals.<\/p>\n<details>\n<summary>config.yml<\/summary>\n<table>\n<tr>\n<th>Setting<\/th>\n<th>Default value<\/th>\n<th>Values<\/th>\n<th>Description<\/td>\n<\/tr>\n<tr>\n<td><strong>Debug<\/strong><\/td>\n<td>true<\/td>\n<td>true\/false<\/td>\n<td>If enabled prints all the plugin&#8217;s processes to the debug file located at \/AreaRealoder\/debug.txt.<\/td>\n<\/tr>\n<tr>\n<td><strong>Updater<\/strong><\/td>\n<td>true<\/td>\n<td>true\/false<\/td>\n<td>If enabled, automatically checks for plugin updates.<\/td>\n<\/tr>\n<tr>\n<td><strong>Metrics<\/strong><\/td>\n<td>true<\/td>\n<td>true\/false<\/td>\n<td>If enabled retrieves anonymous server&#8217;s statistics to help keep track of the plugin&#8217;s usage.<\/td>\n<\/tr>\n<tr>\n<td><strong>Announcer<\/strong><\/td>\n<td>true<\/td>\n<td>true\/false<\/td>\n<td>If enabled announces the plugin&#8217;s branding message.<\/td>\n<\/tr>\n<\/table>\n<p>**AreaLoading settings**<\/p>\n<table>\n<tr>\n<th>Setting<\/th>\n<th>Default value<\/th>\n<th>Values<\/th>\n<th>Description<\/td>\n<\/tr>\n<tr>\n<td><strong>Global interval<\/strong><\/td>\n<td>500<\/td>\n<td>Any value above 0<\/td>\n<td>Sets an interval <strong>(in milliseconds)<\/strong> all areas use to wait between section loads if using the global option.<\/td>\n<\/tr>\n<tr>\n<td><strong>Fast mode<\/strong><\/td>\n<td>true<\/td>\n<td>true\/false<\/td>\n<td>Whether or not to use FAWE&#8217;s fast mode; depending on your server performance you may enable or disable this function.<\/td>\n<\/tr>\n<tr>\n<td><strong>Percentage<\/strong><\/td>\n<td>15<\/td>\n<td>Any value above 0<\/td>\n<td>Sets the area loading progress percentage to broadcast to the player when loading an area.<\/td>\n<\/tr>\n<\/table>\n<p>  **AutoReload settings**<\/p>\n<table>\n<tr>\n<th>Setting<\/th>\n<th>Default value<\/th>\n<th>Values<\/th>\n<th>Description<\/td>\n<\/tr>\n<tr>\n<td><strong>Checker<\/strong><\/td>\n<td>true<\/td>\n<td>true\/false<\/td>\n<td>Enable or disable the area scheduler function.<\/td>\n<\/tr>\n<tr>\n<td><strong>Notify admins<\/strong><\/td>\n<td>true<\/td>\n<td>true\/false<\/td>\n<td>Whether or not to notify players with the admin permission whenever an area automatically loads.<\/td>\n<\/tr>\n<tr>\n<td><strong>Notify console<\/strong><\/td>\n<td>true<\/td>\n<td>true\/false<\/td>\n<td>Whether or not to notify console whenever an area automatically loads.<\/td>\n<\/tr>\n<\/table>\n<\/details>\n<details>\n<summary>areas.yml<\/summary>\n<p>  <strong>Loading interval settings<\/strong><\/p>\n<table>\n<tr>\n<th>Setting<\/th>\n<th>Default value<\/th>\n<th>Values<\/th>\n<th>Description<\/td>\n<\/tr>\n<tr>\n<td><strong>Global<\/strong><\/td>\n<td>true<\/td>\n<td>true\/false<\/td>\n<td>Whether or not the area should use the global interval between section loads.<\/td>\n<\/tr>\n<tr>\n<td><strong>Time<\/strong><\/td>\n<td>200<\/td>\n<td>Any value above 0<\/td>\n<td>The time interval <strong>(in milliseconds)<\/strong> the area must wait between section loads.<br \/>\n      <strong>Note:<\/strong> Global interval must be disabled for this area to use its custom interval.<\/td>\n<\/tr>\n<\/table>\n<p>  <strong> Auto reload settings<\/strong><\/p>\n<table>\n<tr>\n<th>Setting<\/th>\n<th>Default value<\/th>\n<th>Values<\/th>\n<th>Description<\/td>\n<\/tr>\n<tr>\n<td>Enabled<\/td>\n<td>true<\/td>\n<td>true\/false<\/td>\n<td>Enables\/disables the area to automatically reload.<\/td>\n<\/tr>\n<tr>\n<td>Time<\/td>\n<td>200000<\/td>\n<td>Any value above 0<\/td>\n<td>Sets the interval (in milliseconds) for the area to automatically reload.<\/td>\n<\/tr>\n<\/table>\n<\/details>\n<p># Issues<br \/>\nOpen a new issue here.<br \/>\n<br \/>\nWhen opening a new issue please add and specify:<\/p>\n<p>&#8211; Debug&#8217;s file (located at AreaReloaderdebug.txt, can be enabled through the config).<br \/>\n&#8211; Provider&#8217;s version (spigot, paper, bukkit) &#8211; \/version;<br \/>\n&#8211; AreaReloader&#8217;s version &#8211; \/ar version;<br \/>\n&#8211; WorldEdit&#8217;s version;<br \/>\n&#8211; Where\/when you met the issue, as in what action had been fired at the time (command, auto reloading, etc.).<br \/>\n&#8211; Error log (either from console or debug file).<\/p>\n<p># Dependencies<br \/>\nThe plugin depends on WorldEdit, it will work with any WE&#8217;s version your server supports.<\/p>\n<p># Support<\/p>\n<p align=\"center\">\n<p>        <img decoding=\"async\" src=\"https:\/\/i.imgur.com\/JgDt1Fl.png\" width=\"300\" alt=\"discord\"><\/p>\n<p>\n    <i>I do my best to provide support for my projects over discord.<br \/>If you&#8217;d have questions or support requests feel free to join!<\/i>\n<\/p>\n<p># Metrics<br \/>\nThis plugin collects anonymous server statistics which helps me keep track of the plugin&#8217;s usage.<br \/>\nI invite you to keep this setting on as it contributes to boosting my dedication and work towards my projects!<br \/>\nProvided by bStats.<br \/>\n<img decoding=\"async\" src=\"https:\/\/bstats.org\/signatures\/bukkit\/AreaReloader.svg\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Create and restore areas at any time at the glance of a command or set them to automatically regenerate!<\/p>\n","protected":false},"featured_media":18559,"template":"","meta":{"_minecraft_slug":"areareloader","_minecraft_project_id":"EIaWmcXP","_minecraft_author":"Hedario","_minecraft_license":"GPL-3.0-only","_minecraft_downloads":146,"_minecraft_follows":3,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"areareloader.zip","_minecraft_size_bytes":105483,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-15T18:42:26.540793Z","_minecraft_date_created":"2025-10-12T21:00:15.199172Z","_minecraft_date_modified":"2025-10-09T11:05:16.766432Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/areareloader","_minecraft_icon_attachment_id":18559,"_minecraft_imported_at":"2026-05-31T20:04:34+00:00","_minecraft_import_hash":"b62213d925723380ed816b5123b39509","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,89,126,90,127,129,123,92],"mod_loader":[130,132,134],"minecraft_version":[54,55,56,57,58,59,36,60,93,94,101,102,62,37,73,74,38,78,79,80,81,82],"class_list":["post-18558","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-game-mechanics","mod_category-management","mod_category-optimization","mod_category-paper","mod_category-spigot","mod_category-technology","mod_category-utility","mod_loader-bukkit","mod_loader-paper","mod_loader-spigot","minecraft_version-1-19","minecraft_version-1-19-1","minecraft_version-1-19-2","minecraft_version-1-19-3","minecraft_version-1-19-4","minecraft_version-1-20","minecraft_version-1-20-1","minecraft_version-1-20-2","minecraft_version-1-20-3","minecraft_version-1-20-4","minecraft_version-1-20-5","minecraft_version-1-20-6","minecraft_version-1-21","minecraft_version-1-21-1","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>AreaReloader - 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\/areareloader\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"AreaReloader - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Create and restore areas at any time at the glance of a command or set them to automatically regenerate!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/areareloader\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta property=\"og:image\" content=\"https:\/\/i.imgur.com\/JgDt1Fl.png\" \/>\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=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/areareloader\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/areareloader\\\/\",\"name\":\"AreaReloader - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/areareloader\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/areareloader\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/areareloader-icon-c300e5fa5ea2949a29619f3fb6d3865824fd7357_96.webp\",\"datePublished\":\"2026-05-31T20:04:34+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/areareloader\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/areareloader\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/areareloader\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/areareloader-icon-c300e5fa5ea2949a29619f3fb6d3865824fd7357_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/areareloader-icon-c300e5fa5ea2949a29619f3fb6d3865824fd7357_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/areareloader\\\/#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\":\"AreaReloader\"}]},{\"@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":"AreaReloader - 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\/areareloader\/","og_locale":"en_US","og_type":"article","og_title":"AreaReloader - Minecraft","og_description":"Create and restore areas at any time at the glance of a command or set them to automatically regenerate!","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/areareloader\/","og_site_name":"Minecraft","og_image":[{"url":"https:\/\/i.imgur.com\/JgDt1Fl.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/areareloader\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/areareloader\/","name":"AreaReloader - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/areareloader\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/areareloader\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/05\/areareloader-icon-c300e5fa5ea2949a29619f3fb6d3865824fd7357_96.webp","datePublished":"2026-05-31T20:04:34+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/areareloader\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/areareloader\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/areareloader\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/05\/areareloader-icon-c300e5fa5ea2949a29619f3fb6d3865824fd7357_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/05\/areareloader-icon-c300e5fa5ea2949a29619f3fb6d3865824fd7357_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/areareloader\/#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":"AreaReloader"}]},{"@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\/18558","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\/18559"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=18558"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=18558"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=18558"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=18558"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}