A server-side utility that logs death inventories to JSON files and tracks dropped items, alerting players with interactive chat notifications before their items despawn.
Never lose track of your items again.
Death Logger is a lightweight, server-side utility mod designed for Fabric 1.21.10. It creates detailed records of player deaths and actively monitors dropped items, alerting players before their items despawn.
Perfect for SMPs and admin monitoring, no client installation required!
📜 Comprehensive Death Logs
death_logs/PlayerName/).⏳ Active Despawn Tracking
🔍 Interactive Tooltips
🗑️ Despawn Records
despawns.json, proving exactly when and where the items were lost.Logs are stored in your server root under death_logs/. Here is what a generated file looks like:
{
"player": "Steve",
"deathId": "550e8400-e29b-41d4-a716-446655440000",
"time": "2025-12-07T14:30:00",
"dimension": "minecraft:overworld",
"x": 100.5,
"y": 64.0,
"z": -250.0,
"items": [
"diamond_sword x1",
"golden_apple x5",
"cobblestone x64"
]
}
⚙️ Installation & Compatibility
Loader: Fabric
Dependencies: Requires Fabric API.
Side: Server-Side Only.
Install this on the server.
Clients do not need to install the mod to see chat messages or tooltips.