
Wiki
Dead Body Wiki
Public setup, corpse visuals, loot rules, integrations, and troubleshooting for Dead Body.
Getting Started
Start here for install, first boot, generated files, and the main runtime settings to review first.
Core Corpse Setup
Choose the right corpse visual mode, set loot rules, and tune mob-body behavior without guessing from raw YAML.
Optional Systems
Add combat logging, external integrations, and troubleshooting only after the main corpse loop is already stable.
Use this page when you are setting Dead Body up on a server for the first time.
Requirements and soft dependencies
Dead Body is built for modern Paper 1.21.4+ servers and Java 21.
Optional integrations:
WorldGuardLibsDisguisesProtocolLibMythicMobsDeathPlusCitizensNexo
If those plugins are missing, Dead Body still boots. Optional bridges and render paths simply stay inactive.
Basic install flow
- Stop the server.
- Drop the Dead Body jar into
plugins/. - Start the server once.
- Let Dead Body generate its folder and defaults.
- Stop the server again before doing serious config work.
Files Dead Body writes on first boot
The first boot creates the main plugin folder and installs the starter defaults. The important public files are:
dead-body.ymlcombat-bodies.ymldead-body.db.ymlonly after persistence is enabled and corpses are saved
First boot checklist
Confirm the plugin actually loaded
Look for the Dead Body startup output in console. If the plugin does not load:
- check the Paper version
- check the Java version
- check whether another plugin is failing before or during startup
- check for YAML syntax damage in edited files
Test the base commands
Dead Body registers:
/deadbody/body/combatbodies/logout
If /deadbody or /body do not exist, the plugin did not load correctly yet.
Force a simple live test
After first boot, test the default loop before you touch advanced settings:
- die once as a normal player
- confirm a corpse actually spawns
- confirm the container opens
- confirm the corpse despawns on the expected timer
Do that before you spend time on visuals, MythicMobs, or CombatBodies.
Safe first edits
These are the best low-risk changes to review early:
worlds-enabledmax-corpseslifetime-minutescontainer-sizeinteraction.loot-access.*visuals.modevisuals.nameplate.enabled
Generated defaults matter
Dead Body is designed around fresh generated defaults. If you delete the plugin folder and reboot, the plugin will regenerate the default YAML files.
That means server owners should expect new settings to appear in the generated defaults with clear comments when the plugin is updated.
What to review before launch
Before opening the server to real players, review:
- corpse lifetime and cleanup behavior
- loot access rules
- your chosen visual mode
- whether mob corpses are enabled
- whether CombatBodies is enabled
- WorldGuard region behavior in protected areas
After install
When the plugin boots cleanly, move into:

