IStar's Death Logger

Quick rating

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.

Adventure/Exploration
Mod Loaders
Fabric
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Where It Runs
Server Only

Runs entirely on the server. Also works in singleplayer.

About

Project Details

Type
Mod
License
All Rights Reserved
Latest Version
1.0.1
Authors

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.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

Source Issues Wiki Discord

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.

📂 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

This project has no gallery images yet.

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

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
CurseForge
Modrinth
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works