IStar's Death Logger
No reviews yet
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.
Includes a large focus on traversing worlds with enhanced world generation, structures, dungeons, and more for players to find unique loot.
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
Runs entirely on the server. Also works in singleplayer.
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
Description
💀 Death Logger
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!
✨ Key Features
-
📜 Comprehensive Death Logs
- Automatically generates a JSON file for every death.
- Records Timestamp, Coordinates (X, Y, Z), Dimension, and a full Inventory List.
- Files are organized neatly by player name (
death_logs/PlayerName/).
-
⏳ Active Despawn Tracking
- The mod "tags" items dropped on death and tracks their age.
- Chat Alerts: Players receive warnings every minute as their items approach the despawn limit.
- Final Countdown: An urgent countdown (10s, 5, 4, 3...) appears in chat right before items vanish.
-
🔍 Interactive Tooltips
- Hover over the chat warning message to see exactly which items are in that specific pile without needing to open the log files.
-
🗑️ Despawn Records
- If items remain on the ground until they despawn, the mod logs the event in
despawns.json, proving exactly when and where the items were lost.
- If items remain on the ground until they despawn, the mod logs the event in
📂 Example Log Output
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.
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources