{"id":130461,"date":"2026-06-07T19:27:22","date_gmt":"2026-06-07T16:27:22","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/recovermobs\/"},"modified":"2026-06-07T19:27:22","modified_gmt":"2026-06-07T16:27:22","slug":"recovermobs","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/recovermobs\/","title":{"rendered":"RecoverMobs"},"content":{"rendered":"<p>A Minecraft plugin that automatically saves mob data and allows recovery of dead mobs with comprehensive entity information preservation.<\/p>\n<p>## Features<\/p>\n<p>&#8211; **Automatic Mob Saving**: Saves all mobs in loaded chunks at configurable intervals<br \/>\n&#8211; **World-Specific Files**: Each world gets its own JSON file (e.g., `world_mobs.json`, `the_end_mobs.json`)<br \/>\n&#8211; **Whitelist\/Blacklist System**: Configure which mobs to save or exclude<br \/>\n&#8211; **Individual Mob Recovery**: Each mob gets a unique ID for selective spawning<br \/>\n&#8211; **Multiple Recovery Commands**:<br \/>\n  &#8211; `\/recovermobs` &#8211; Recover all mobs in a world<br \/>\n  &#8211; `\/recovermob spawn <ID> [x] [y] [z] [world]` &#8211; Spawn specific mob by ID at custom location<br \/>\n  &#8211; `\/recovermob recover <ID>` &#8211; Recover specific mob to original location<br \/>\n  &#8211; `\/recovermob listmobs` &#8211; List all saved mobs with IDs<br \/>\n  &#8211; `\/recovermob reload` &#8211; Reload plugin configuration and mob data<br \/>\n&#8211; **Permission System**: Control who can use the recovery commands<br \/>\n&#8211; **Enhanced Mob Data**: Saves and restores comprehensive mob information, including:<br \/>\n  &#8211; **Equipment**: Armor, weapons, and items with enchantments and metadata<br \/>\n  &#8211; **Entity Properties**: Health, custom names, glowing effects, etc.<br \/>\n  &#8211; **Villager Data**: Profession, level, and experience<br \/>\n  &#8211; **NBT Data**: Persistent data container information<\/p>\n<p>## Requirements<br \/>\n&#8211; **JAR:** Java **21** or newer<br \/>\n&#8211; **Version:** **1.19.4** or newer<\/p>\n<p>## Installation<\/p>\n<p>1. Download the plugin JAR file<br \/>\n2. Place it in your server&#8217;s `plugins` folder<br \/>\n3. Restart your server<br \/>\n4. Configure the plugin in `plugins\/RecoverMobs\/config.yml`<\/p>\n<p>## Commands<\/p>\n<p>### `\/recovermobs [world]`<\/p>\n<p>Recovers all saved mobs for a specific world.<\/p>\n<p>**Usage:**<br \/>\n&#8211; `\/recovermobs` &#8211; Shows available worlds with saved data<br \/>\n&#8211; `\/recovermobs <world>` &#8211; Recovers mobs in the specified world<\/p>\n<p>**Examples:**<br \/>\n&#8211; `\/recovermobs world` &#8211; Recovers mobs in the &#8220;world&#8221; dimension<br \/>\n&#8211; `\/recovermobs the_end` &#8211; Recovers mobs in the End dimension<br \/>\n&#8211; `\/recovermobs world_nether` &#8211; Recovers mobs in the Nether dimension<\/p>\n<p>### `\/recovermob <subcommand>`<\/p>\n<p>Manages individual mobs with various subcommands.<\/p>\n<p>#### **`\/recovermob spawn <ID> [x] [y] [z] [world]`**<\/p>\n<p>Spawns a specific mob by its unique ID at a custom location.<\/p>\n<p>**Usage:**<br \/>\n&#8211; `\/recovermob spawn <ID>` &#8211; Spawns a mob at your current location<br \/>\n&#8211; `\/recovermob spawn <ID> <x> <y> <z>` &#8211; Spawns mob at specified coordinates<br \/>\n&#8211; `\/recovermob spawn <ID> <x> <y> <z> <world>` &#8211; Spawns mob at coordinates in specific world<\/p>\n<p>**Examples:**<br \/>\n&#8211; `\/recovermob spawn abc123-def456` &#8211; Spawns a mob at your location<br \/>\n&#8211; `\/recovermob spawn abc123-def456 100 64 -200` &#8211; Spawns mob at coordinates<br \/>\n&#8211; `\/recovermob spawn abc123-def456 100 64 -200 world_nether` &#8211; Spawns in Nether<\/p>\n<p>#### **`\/recovermob recover <ID>`**<\/p>\n<p>Recovers a specific mob to its original saved location.<\/p>\n<p>**Usage:**<br \/>\n&#8211; `\/recovermob recover <ID>` &#8211; Recovers mob to its original location<\/p>\n<p>**Examples:**<br \/>\n&#8211; `\/recovermob recover abc123-def456` &#8211; Recovers mob to where it was originally saved<\/p>\n<p>#### **`\/recovermob listmobs [page]`**<\/p>\n<p>Lists all saved mobs with their IDs and information.<\/p>\n<p>**Usage:**<br \/>\n&#8211; `\/recovermob listmobs` &#8211; Shows first page of saved mobs<br \/>\n&#8211; `\/recovermob listmobs <page>` &#8211; Shows specific page of saved mobs<\/p>\n<p>**Examples:**<br \/>\n&#8211; `\/recovermob listmobs` &#8211; Shows first 10 mobs<br \/>\n&#8211; `\/recovermob listmobs 2` &#8211; Shows mobs 11-20<\/p>\n<p>#### **`\/recovermob reload <type>`**<\/p>\n<p>Reloads plugin configuration and\/or mob data without restarting the server.<\/p>\n<p>**Usage:**<br \/>\n&#8211; `\/recovermob reload config` &#8211; Reloads only the configuration file<br \/>\n&#8211; `\/recovermob reload mobsdata` &#8211; Reloads only the saved mob data from files<br \/>\n&#8211; `\/recovermob reload all` &#8211; Reloads both configuration and mob data<\/p>\n<p>**Examples:**<br \/>\n&#8211; `\/recovermob reload config` &#8211; Reloads config.yml changes<br \/>\n&#8211; `\/recovermob reload mobsdata` &#8211; Reloads mob data if files were modified externally<br \/>\n&#8211; `\/recovermob reload all` &#8211; Reloads everything<\/p>\n<p>## Permissions<\/p>\n<p>&#8211; `recovermobs.recover` &#8211; Allows players to use the `\/recovermobs` command (default: op)<br \/>\n&#8211; `recovermobs.spawn` &#8211; Allows players to use the `\/recovermob` command (default: op)<br \/>\n&#8211; `recovermobs.list` &#8211; Allows players to use the `\/recovermob listmobs` subcommand (default: op)<br \/>\n&#8211; `recovermobs.reload` &#8211; Allows players to use the `\/recovermob reload` subcommand (default: op)<\/p>\n<p>## Configuration<\/p>\n<p>### config.yml<\/p>\n<p>&#8220;`yaml<br \/>\n# How often to save mob data (in seconds)<br \/>\nsave-interval: 25<\/p>\n<p># Whitelist of mobs to save (leave empty to save all mobs)<br \/>\nwhitelist:<br \/>\n  &#8211; ZOMBIE<br \/>\n  &#8211; SKELETON<br \/>\n  &#8211; CREEPER<br \/>\n  # Add more mob types as needed<\/p>\n<p># Blacklist of mobs to NOT save<br \/>\nblacklist:<br \/>\n  &#8211; PLAYER<br \/>\n  &#8211; ARMOR_STAND<br \/>\n  &#8211; ITEM_FRAME<br \/>\n  # Add more mob types as needed<\/p>\n<p># Debug mode (set to true for more detailed logging)<br \/>\ndebug: false<br \/>\n&#8220;`<\/p>\n<p>### Whitelist vs Blacklist<\/p>\n<p>&#8211; **Whitelist**: If not empty, only mobs in this list will be saved<br \/>\n&#8211; **Blacklist**: Mobs in this list will never be saved, regardless of whitelist<br \/>\n&#8211; **Empty Whitelist**: All mobs will be saved (except those in blacklist)<\/p>\n<p>## Troubleshooting<\/p>\n<p>1. **No mobs being saved**: Check your whitelist\/blacklist configuration<br \/>\n2. **Permission denied**: Make sure you have the `recovermobs.recover` permission<br \/>\n3. **World not found**: Ensure the world name is correct and the world is loaded<br \/>\n4. **No saved data**: Wait for the save interval or check if mobs exist in loaded chunks<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Did you accidentally kill all the mobs with \/kill? It&#8217;s now recoverable<\/p>\n","protected":false},"featured_media":130462,"template":"","meta":{"_minecraft_slug":"recovermobs","_minecraft_project_id":"WVT89rvi","_minecraft_author":"breadaise","_minecraft_license":"LicenseRef-All-Rights-Reserved","_minecraft_downloads":376,"_minecraft_follows":0,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"recovermobs.zip","_minecraft_size_bytes":25646,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-16T11:03:36.037641Z","_minecraft_date_created":"2025-08-19T20:15:30.607904Z","_minecraft_date_modified":"2025-08-19T04:36:57.492462Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/recovermobs","_minecraft_icon_attachment_id":130462,"_minecraft_imported_at":"2026-06-07T16:27:23+00:00","_minecraft_import_hash":"86c846a0a987cd832534c80d2f87f08b","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,89,127,128,129,91,92],"mod_loader":[130,132,133,134],"minecraft_version":[54,55,56,57,58,59,36,60,93,94,101,102,62,37,73,74,38,78,79,80,81],"class_list":["post-130461","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-game-mechanics","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_category-storage","mod_category-utility","mod_loader-bukkit","mod_loader-paper","mod_loader-purpur","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"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>RecoverMobs - 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\/recovermobs\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"RecoverMobs - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Did you accidentally kill all the mobs with \/kill? It&#039;s now recoverable\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/recovermobs\/\" \/>\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=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/recovermobs\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/recovermobs\\\/\",\"name\":\"RecoverMobs - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/recovermobs\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/recovermobs\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/recovermobs-icon-597cb615091cbc426ea2608e8877104868dfdd63_96.webp\",\"datePublished\":\"2026-06-07T16:27:22+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/recovermobs\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/recovermobs\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/recovermobs\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/recovermobs-icon-597cb615091cbc426ea2608e8877104868dfdd63_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/recovermobs-icon-597cb615091cbc426ea2608e8877104868dfdd63_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/recovermobs\\\/#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\":\"RecoverMobs\"}]},{\"@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":"RecoverMobs - 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\/recovermobs\/","og_locale":"en_US","og_type":"article","og_title":"RecoverMobs - Minecraft","og_description":"Did you accidentally kill all the mobs with \/kill? It's now recoverable","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/recovermobs\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/recovermobs\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/recovermobs\/","name":"RecoverMobs - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/recovermobs\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/recovermobs\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/recovermobs-icon-597cb615091cbc426ea2608e8877104868dfdd63_96.webp","datePublished":"2026-06-07T16:27:22+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/recovermobs\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/recovermobs\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/recovermobs\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/recovermobs-icon-597cb615091cbc426ea2608e8877104868dfdd63_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/recovermobs-icon-597cb615091cbc426ea2608e8877104868dfdd63_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/recovermobs\/#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":"RecoverMobs"}]},{"@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\/130461","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\/130462"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=130461"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=130461"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=130461"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=130461"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}