Compatibility
Minecraft: Java Edition
Platforms
Supported environments
Links
Tags
Creators
Details
๐ก Inspired by 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.
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
/givefor it, enchantments and container contents included - ๐ฅ๏ธ Server Support โ Dedicated servers keep their own logs, with
/deathloggercommands to inspect and restore them
๐ธ Screenshots
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 โ Fabric Loader and Fabric API
- NeoForge โ nothing beyond the loader
- Forge โ nothing beyond the loader
- Java 25, which is what Minecraft 26.1+ ships with
Optional integrations
- Better Statistics Screen โ 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.
- Mod Menu โ 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
/givecommand 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> [search]โ 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
./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 DeathLog, the mod that inspired this one
- pamquale โ DeathLogger author and maintainer


