Death Logger
๐ก Updated this yearโ ๏ธ Install Order ยท 2 steps
Install in this order, then this mod last โ most mods fail to load without their framework and dependencies in place.
๐ผ๏ธ Gallery (2 images)
๐ Analysis
- ๐ 1.2% endorsement rate โ high engagement, a strong quality signal
- ๐ #371 of 874 fabric mods in this game by downloads
๐ About This Mod
>๐ก **Inspired by (https://modrinth.com/mod/deathlog) by glisco03 โ not a fork.** DeathLogger is written from scratch: its own storage format, networking, GUI and multiloader build, with no code carried over. (https://img.shields.io/github/v/release/pamquale/deathlogger?logo=github&style=for-the-badge)](https://github.com/pamquale/deathlogger/releases) (https://img.shields.io/badge/Minecraft-1.21.3%20--%2026.2-green?style=for-the-badge)](https://minecraft.net) (https://img.shields.io/badge/Fabric%20%7C%20NeoForge%20%7C%20Forge-orange?style=for-the-badge)](https://modrinth.com/mod/death-logger) An advanced death history mod. Keeps track of your deaths, restores inventory layouts, and saves coordinates. Essential for any survival world. ## โจ Features - ๐ **Inventory Preview** โ Full inventory snapshot at the moment of death, including armor and offhand - ๐ **Death Coordinates** โ Exact location with dimension info for easy navigation back - ๐ **Searchable History** โ Filter deaths by time, death message, or location - ๐ **Inventory Restoration** โ Restore items via GUI - ๐ฆ **Container Preview** โ View contents of Shulker Boxes and Bundles - ๐ธ **Death Screenshots** โ A screenshot is captured at the moment of death and shown with the entry - ๐ **Copy as Command** โ Middle-click an item to copy a `/give` for it, enchantments and container contents included - ๐ฅ๏ธ **Server Support** โ Dedicated servers keep their own logs, with `/deathlogger` commands to inspect and restore them ## ๐ธ Screenshots !(https://github.com/user-attachments/assets/7154cc24-8a8d-4314-91dd-a34c3b7eb58c) !(https://github.com/user-attachments/assets/256d783f-d274-433b-ab19-fa0e7c29719a) Forge builds are published for 26.1.2 only. Forge has no recommended build for 26.1 or 26.1.1, and those versions fail to start regardless of which mods are installed. ### Requirements - **Fabric** โ (https://fabricmc.net/use/) and (https://modrinth.com/mod/fabric-api) - **NeoForge** โ nothing beyond the loader - **Forge** โ nothing beyond the loader - Java 25, which is what Minecraft 26.1+ ships with ### Optional integrations - **(https://modrinth.com/mod/better-stats)** โ adds a DeathLogger entry to its menu bar, next to File, View and About. Fabric and NeoForge only; there is no Forge build of it. - **(https://modrinth.com/mod/modmenu)** โ settings reachable from the mod list on Fabric. NeoForge and Forge use their built-in mod list for the same thing. ## โจ๏ธ Usage - Open from the **Statistics** screen, or bind a key in **Controls** (unbound by default) - Select a death on the left to see its details on the right - **Restore** returns the inventory and experience; **Delete** removes the entry - **Middle-click** an item to copy a `/give` command for it to the clipboard - **Settings** opens the screenshot and death-detection options ## โ๏ธ Configuration `config/deathlogger.json`, or the Settings button in the mod's own screen. | Option | Default | What it does | | :-- | :-- | :-- | | `screenshotsEnabled` | `true` | Capture a screenshot at the moment of death | | `useLegacyDeathDetection` | `false` | Record a death when health hits zero, for servers that never send a death message. No effect in singleplayer, and can produce false positives. | ## ๐ฅ๏ธ Server commands Operators only: - `/deathlogger list <player> ` โ print a player's recorded deaths - `/deathlogger view <player>` โ open that player's log in your own GUI - `/deathlogger restore <player> <index|latest>` โ restore a recorded inventory ## ๐จ Building ```bash ./gradlew build ``` Jars land in `fabric/build/libs`, `neoforge/build/libs` and `forge/build/libs`. The target Minecraft version and every dependency version live in `gradle.properties`. `common` holds the loader-agnostic code; each loader module only carries its own entry points and networking. ## ๐ License MIT โ see (LICENSE). ## ๐ Credits - **glisco03** โ author of (https://github.com/glisco03/deathlog), the mod that inspired this one - **pamquale** โ DeathLogger author and maintainer
>๐ก Inspired by (https://modrinth.com/mod/deathlog) by glisco03 โ not a fork. DeathLogger is written from scratch: its own storage format, networking, GUI and multiloader build, with no code carried over.
[!(https://img.shields.io/github/v/release/pamquale/deathlogger?logo=github&style=for-the-badge)](https://github.com/pamquale/deathlogger/releases) [!(https://img.shields.io/badge/Minecraft-1. 21. 3%20--%2026. 2-green?style=for-the-badge)](https://minecraft.net) [!(https://img.shields.io/badge/Fabric%20%7C%20NeoForge%20%7C%20Forge-orange?style=for-the-badge)](https://modrinth.com/mod/death-logger)
An advanced death history mod. Keeps track of your deaths, restores inventory layouts, and saves coordinates. Essential for any survival world.
## โจ Features
- ๐ Inventory Preview โ Full inventory snapshot at the moment of death, including armor and offhand
- ๐ Death Coordinates โ Exact location with dimension info for easy navigation back
- ๐ Searchable History โ Filter deaths by time, death message, or location
- ๐ Inventory Restoration โ Restore items via GUI
- ๐ฆ Container Preview โ View contents of Shulker Boxes and Bundles
- ๐ธ Death Screenshots โ A screenshot is captured at the moment of death and shown with the entry
- ๐ Copy as Command โ Middle-click an item to copy a `/give` for it, enchantments and container contents included
- ๐ฅ๏ธ Server Support โ Dedicated servers keep their own logs, with `/deathlogger` commands to inspect and restore them
## ๐ธ Screenshots !(https://github.com/user-attachments/assets/7154cc24-8a8d-4314-91dd-a34c3b7eb58c)
!(https://github.com/user-attachments/assets/256d783f-d274-433b-ab19-fa0e7c29719a)
Forge builds are published for 26. 1. 2 only. Forge has no recommended build for 26. 1 or 26. 1. 1, and those versions fail to start regardless of which mods are installed.
### Requirements
- Fabric โ (https://fabricmc.net/use/) and (https://modrinth.com/mod/fabric-api)
- NeoForge โ nothing beyond the loader
- Forge โ nothing beyond the loader
- Java 25, which is what Minecraft 26. 1+ ships with
### Optional integrations
- (https://modrinth.com/mod/better-stats)** โ adds a DeathLogger entry to its menu bar, next to File, View and About. Fabric and NeoForge only; there is no Forge build of it.
- (https://modrinth.com/mod/modmenu)** โ settings reachable from the mod list on Fabric. NeoForge and Forge use their built-in mod list for the same thing.
## โจ๏ธ Usage
- Open from the Statistics screen, or bind a key in Controls (unbound by default)
- Select a death on the left to see its details on the right
- Restore returns the inventory and experience; Delete removes the entry
- Middle-click an item to copy a `/give` command for it to the clipboard
- Settings opens the screenshot and death-detection options
## โ๏ธ Configuration
`config/deathlogger.json`, or the Settings button in the mod's own screen.
| Option | Default | What it does | | :-- | :-- | :-- | | `screenshotsEnabled` | `true` | Capture a screenshot at the moment of death | | `useLegacyDeathDetection` | `false` | Record a death when health hits zero, for servers that never send a death message. No effect in singleplayer, and can produce false positives. |
## ๐ฅ๏ธ Server commands
Operators only:
- `/deathlogger list
` โ print a player's recorded deaths - `/deathlogger view
` โ open that player's log in your own GUI - `/deathlogger restore
` โ restore a recorded inventory
## ๐จ Building
```bash ./gradlew build ```
Jars land in `fabric/build/libs`, `neoforge/build/libs` and `forge/build/libs`. The target Minecraft version and every dependency version live in `gradle.properties`. `common` holds the loader-agnostic code; each loader module only carries its own entry points and networking.
## ๐ License
MIT โ see (LICENSE).
## ๐ Credits
- glisco03 โ author of (https://github.com/glisco03/deathlog), the mod that inspired this one
- pamquale โ DeathLogger author and maintainer
๐ Mod Details
- Game
- Minecraft Mods
- Author
- pamquale
- Version
- 1.0.0+forge-26.1.2
- Downloads
- 1,872
- Endorsements
- 22
- Category
- fabric
- Created
- 1/25/2026
- Updated
- 7/30/2026
- Game Versions
- 26.1.2
- Tags
- utility
๐ง How to Install Minecraft Mods Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
๐ Full step-by-step install guide for Minecraft Mods โ
Visit the official mod page for specific installation instructions for this mod.
๐ฎ Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.
โ Frequently Asked Questions
Which Minecraft Mods versions does Death Logger support?
The author lists 26.1.2. Other versions may work but are untested by the author.
What is the latest version of Death Logger?
Version 1.0.0+forge-26.1.2, published 2026-07-30 with 1,872 downloads recorded at the source.
Keep browsing โ more Minecraft Mods mods await

