HomeJavaModsRecoverMobs
RecoverMobs

A Minecraft plugin that automatically saves mob data and allows recovery of dead mobs with comprehensive entity information preservation.

Features

Requirements

Installation

  1. Download the plugin JAR file
  2. Place it in your server's plugins folder
  3. Restart your server
  4. Configure the plugin in plugins/RecoverMobs/config.yml

Commands

/recovermobs [world]

Recovers all saved mobs for a specific world.

Usage:

Examples:

/recovermob <subcommand>

Manages individual mobs with various subcommands.

/recovermob spawn <ID> [x] [y] [z] [world]

Spawns a specific mob by its unique ID at a custom location.

Usage:

Examples:

/recovermob recover <ID>

Recovers a specific mob to its original saved location.

Usage:

Examples:

/recovermob listmobs [page]

Lists all saved mobs with their IDs and information.

Usage:

Examples:

/recovermob reload <type>

Reloads plugin configuration and/or mob data without restarting the server.

Usage:

Examples:

Permissions

Configuration

config.yml

# How often to save mob data (in seconds)
save-interval: 25

# Whitelist of mobs to save (leave empty to save all mobs)
whitelist:
  - ZOMBIE
  - SKELETON
  - CREEPER
  # Add more mob types as needed

# Blacklist of mobs to NOT save
blacklist:
  - PLAYER
  - ARMOR_STAND
  - ITEM_FRAME
  # Add more mob types as needed

# Debug mode (set to true for more detailed logging)
debug: false

Whitelist vs Blacklist

Troubleshooting

  1. No mobs being saved: Check your whitelist/blacklist configuration
  2. Permission denied: Make sure you have the recovermobs.recover permission
  3. World not found: Ensure the world name is correct and the world is loaded
  4. No saved data: Wait for the save interval or check if mobs exist in loaded chunks
Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

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

Explore more