Compatibility
Minecraft: Java Edition
26.2
Platforms
Supported environments
Server-side
Singleplayer
Tags
Creators
Details
Licensed CC0-1.0
Published 3 months ago
Updated 2 months ago
β°οΈ DeathChest
Note: This mod was mainly vibe-coded. I coded this mod because I couldn't find a suitable death chest mod for my own private server. I wanted to share it with anyone else looking for such a mod. Sorry if you don't like ai content
π§ report bugs
https://forms.gle/6GuMGGaCCfbZeX6DA
π feedback
https://forms.gle/oKWRMpyJT4vQrJNXA
A lightweight, server-side death chest mod for Minecraft 26.2 (Fabric).
When you die, all your items are saved in a chest at your death location β ready to pick up with a single left-click.
β¨ Features
- π¦ Automatic chest spawning on death β single or double chest depending on item count
- π Left-click to retrieve all items instantly back into their original slots
- π― Smart slot restoration β items return to the exact slots they were in before death
- π Replaces liquids β spawns in water or lava without issue
- π§± Guaranteed spawn β 3-phase search algorithm ensures a chest always appears:
- Phase 1: Same column Β±50 blocks up/down
- Phase 2: 100Γ100 area Β±20 Y around death point
- Phase 3: Obsidian platform fallback β always spawns
- π Void death support β configurable behavior when dying below world height
- π₯ Explosion monitoring β detects externally destroyed chests and cleans up state
- π·οΈ Named chests β
Lars's death chestshown in chest UI and as floating text display - π Detailed log file β all events saved to
logs/deathchest.log - βοΈ Admin commands β configure on the fly without restart
- π Multilingual β English, German, French, Simplified Chinese
π±οΈ How it works
- You die β chest spawns at death location with all your items
- A floating text label shows the chest owner and instructions
- Left-click the chest β items return to your inventory in original slots
- If inventory is full, remaining items stay in the chest
- Chest disappears after left-clicking (no free chest exploit!)
- Right-click still opens the chest normally
β¨οΈ Admin Commands
Requires OP level 2.
| Command | Description |
|---|---|
/deathchest info |
Show active chest count and current settings |
/deathchest list |
List all active death chests with owner and position |
/deathchest voidmode NEAREST_BLOCK |
Spawn chest on nearest solid block when dying in void |
/deathchest voidmode DISABLED |
No chest, no message when dying in void |
π Config file
Auto-generated at config/deathchest.json on first launch:
{
"voidMode": "NEAREST_BLOCK",
"_optionen": "NEAREST_BLOCK | DISABLED"
}
π Log file
Every death and chest event is logged to logs/deathchest.log:
[2026-06-29 21:05:42] DEATH | Spieler: Lars | Pos: 100, 64, -200 | Cause: fall
[2026-06-29 21:05:42] CHEST_SPAWN | Spieler: Lars | Typ: EINZEL | Pos: 100, 65, -200 | Items: 34
[2026-06-29 21:06:10] RETRIEVE | Spieler: Lars | ZurΓΌck: 34 | In Truhe: 0
[2026-06-29 21:07:00] VOID_DEATH | Spieler: Lars | VoidMode: NEAREST_BLOCK
π Translations
| Language | Status |
|---|---|
English (en_us) |
β Complete |
German (de_de) |
β Complete |
French (fr_fr) |
β Complete |
Simplified Chinese (zh_cn) |
β Complete |
Want to add your language? Open a PR on the GitHub repository!
βοΈ Requirements
- Minecraft 26.2
- Fabric Loader β₯ 0.19.3
- Fabric API
- Java 25
- Server-side only β clients do not need the mod installed
π Known Issues / Notes
- The "Mismatch in destroy block pos" warning in server logs is a harmless Vanilla behaviour with double chests and can be safely ignored.
π License
CC0-1.0 β Public domain. Use freely.


