Never lose track of what you lost — ever again.
DeathInventoryTracker is a powerful PaperMC plugin that saves a complete snapshot of every player death — inventory, armor, offhand, XP, killer info, and death message and lets admins browse, inspect, and restore them through a clean in-game GUI. Full offline player support, Discord notifications, and tab completion included.
Every death is recorded with:
All item data is preserved with full fidelity enchantments, durability, custom names, lore, and NBT all survive the round-trip.
Open any player's death history in a clean 54-slot chest GUI:
Click any entry to open a full 54-slot detail view showing:
PlayerName_uuid.json)| Command | Description | Permission |
|---|---|---|
/deathinv | Open your own death browser | deathinv.view.self |
/deathinv view <player> | Browse a player's deaths | deathinv.view.others |
/deathinv latest <player> | Show the most recent death details | deathinv.view.others |
/deathinv list <player> | List last 10 deaths | deathinv.view.others |
/deathinv reload | Reload config and all data | deathinv.admin |
/deathinv cleanup [days] | Delete records older than N days | deathinv.admin |
All commands work from the server console with formatted plain-text output.
| Permission | Default | Description |
|---|---|---|
deathinv.view.self | Everyone | Open your own death inventory |
deathinv.view.others | OP | View another player's deaths |
deathinv.admin | OP | Reload, cleanup |
Get notified in Discord every time a player dies:
config.ymlDeaths are saved as compact JSON files in plugins/DeathInventoryTracker/deaths/:
PlayerName_uuid.json{ "0": "<base64>", "7": "<base64>" }# Discord Integration
discord:
enabled: false
webhook-url: "https://discord.com/api/webhooks/YOUR_ID/TOKEN"
# General Settings
settings:
auto-cleanup-days: 30 # delete deaths older than N days (0 = never)
log-deaths: true # log each death to console
| Requirement | Version |
|---|---|
| Server software | PaperMC |
| Minecraft | 1.20.4+ |
| Java | 17+ |
This plugin uses Paper-specific APIs and will not work on Spigot or CraftBukkit.
.jar fileplugins/ folderplugins/DeathInventoryTracker/config.yml as needed/deathinv reload to apply config changes without restartingMade by rradajbi

Ultimate Death Inventory tracking, know how and when players died and what they had in their invenotry