Player Corpse
๐ก 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
- ๐ 0.0% endorsement rate
- ๐ #14 of 680 adventure mods in this game by downloads
๐ About This Mod
# ๐ชฆ Player Graves (Fabric) Never lose your hard-earned loot again! When a player dies, their items are safely stored in a highly-detailed, protected corpse grave instead of despawning on the ground !(https://cdn.modrinth.com/data/cached_images/a8c02078aaa10d92fd1c748a35d83074f4791806.png) ### โจ Key Features * ๐ค **Player Skin Rendering:** The grave isn't just a block; it accurately renders the fallen player's custom skin for true immersion. * ๐ก๏ธ **Advanced Owner Protection:** Graves are protected for the owner by default. It includes a smart "Unlock Timer" that allows others to access the loot only after a configured amount of time passes. * ๐ฎ **Floating Hologram:** A sleek, floating display above the grave shows crucial details at a glance: the player's name, the time left until it despawns, and the current protection status !(https://cdn.modrinth.com/data/cached_images/b8aec502fb9fba1cf5c3565d7bcb53bf09188077.png) * ๐ **Flexible Loot Retrieval:** * **GUI Mode:** Right-click the grave to open a clean GUI and pick specific items. * **Quick Restore:** `Shift + Right-click` to instantly restore all items to their original inventory slots. * โณ **Smart Despawn System:** No more rushing blindly. The grave intelligently stays in the world and won't despawn until the loot is fully handled. ### โ๏ธ Configuration & Compatibility * **Platform:** Exclusively built for **Fabric** (Requires Fabric API). * **Deeply Customizable:** Almost everything can be tweaked! Timers, hologram colors, exact corpse poses, XP recovery rates, and void rescue toggles. ### ๐ฌ Support & Feedback If you encounter any issues, have suggestions, or need help with the configuration, feel free to contact me ### โ๏ธ Configuration & Compatibility * **Platform:** Exclusively built for **Fabric** (Requires Fabric API). * **Deeply Customizable:** Almost everything can be tweaked! Timers, hologram colors, exact corpse poses, XP recovery rates, and void rescue toggles. <details> <summary><b>๐ ๏ธ Click here to view the full default config (graves.json)</b></summary> ```json { "configVersion": 7, "general": { "despawnTimerMinutes": 30 }, "protection": { "ownerOnlyAccess": true, "unlockWhenDespawnTimerExpires": true, "unlockAfterMinutes": 15 }, "visual": { "showNametag": true, "showNametagTimer": true, "showProtectionStatusInNametag": true, "ownerNameColorHex": "#F7B733", "timerColorHex": "#7EF9FF", "protectionLockedColorHex": "#FF6565", "protectionUnlockedColorHex": "#8CFFB0", "hologramVerticalOffset": 0.15, "hologramLineSpacing": 0.24, "hologramSecondaryScale": 0.92, "spawnSoulParticles": true, "playSpawnSound": true, "playRetrieveSound": true, "enableFallingAnimation": true }, "corpse": { "scale": 1.38, "verticalOffset": 0.22, "fallLiftHeight": 1.05, "fallAnimationTicks": 16.0, "flatRotationDegrees": 98.0, "sideRollDegrees": -14.0, "yawOffsetDegrees": -18.0, "shadowRadius": 0.78, "randomPoseCount": 12, "forwardOffset": 0.0, "sideOffset": 0.0, "modelAnchorYOffset": -0.92, "headPitchDegrees": 28.0, "headYawDegrees": -42.0, "headRollDegrees": -18.0, "bodyPitchDegrees": 4.0, "bodyRollDegrees": -8.0, "leftArmPitchDegrees": -128.0, "leftArmYawDegrees": 42.0, "leftArmRollDegrees": -78.0, "rightArmPitchDegrees": -96.0, "rightArmYawDegrees": -22.0, "rightArmRollDegrees": 56.0, "leftLegPitchDegrees": 22.0, "leftLegYawDegrees": 8.0, "leftLegRollDegrees": 10.0, "rightLegPitchDegrees": -26.0, "rightLegYawDegrees": -8.0, "rightLegRollDegrees": -16.0 }, "retrieval": { "allowGuiOpen": true, "allowQuickShiftRightClick": true, "allowItemDeposit": false, "dropOverflowOnQuickRetrieve": false, "restoreExactInventoryLayout": true, "restoreSelectedHotbarSlot": true, "preserveRespawnLoot": true }, "locator": { "rescueVoidDeaths": true, "sendChatMessage": true, "giveCompass": true, "removeCompassWhenResolved": true }, "experience": { "preventDropOnDeath": true, "storeOnGrave": true, "restorePercent": 0.5, "awardWhenGraveEmptied": true, "onlyOwnerCanClaim": true }, "despawn": { "smartDespawn": true, "waitForTimerWhenEmpty": false }, "compatibility": { "respectKeepInventoryGameRule": false } } </details> ```json ### ๐ฌ Support & Feedback If you encounter any issues, have suggestions, or need help with the configuration, feel free to contact me
# ๐ชฆ Player Graves (Fabric)
Never lose your hard-earned loot again! When a player dies, their items are safely stored in a highly-detailed, protected corpse grave instead of despawning on the ground
!(https://cdn.modrinth.com/data/cached_images/a8c02078aaa10d92fd1c748a35d83074f4791806.png) ### โจ Key Features ๐ค Player Skin Rendering: The grave isn't just a block; it accurately renders the fallen player's custom skin for true immersion. ๐ก๏ธ Advanced Owner Protection: Graves are protected for the owner by default. It includes a smart "Unlock Timer" that allows others to access the loot only after a configured amount of time passes.
๐ฎ Floating Hologram: A sleek, floating display above the grave shows crucial details at a glance: the player's name, the time left until it despawns, and the current protection status

๐ Flexible Loot Retrieval: GUI Mode: Right-click the grave to open a clean GUI and pick specific items. Quick Restore: `Shift + Right-click` to instantly restore all items to their original inventory slots. โณ Smart Despawn System: No more rushing blindly. The grave intelligently stays in the world and won't despawn until the loot is fully handled.
### โ๏ธ Configuration & Compatibility
Platform: Exclusively built for Fabric (Requires Fabric API). Deeply Customizable: Almost everything can be tweaked! Timers, hologram colors, exact corpse poses, XP recovery rates, and void rescue toggles.
### ๐ฌ Support & Feedback If you encounter any issues, have suggestions, or need help with the configuration, feel free to contact me
### โ๏ธ Configuration & Compatibility
Platform: Exclusively built for Fabric (Requires Fabric API). Deeply Customizable: Almost everything can be tweaked! Timers, hologram colors, exact corpse poses, XP recovery rates, and void rescue toggles.
๐ ๏ธ Click here to view the full default config (graves.json)
```json { "configVersion": 7, "general": { "despawnTimerMinutes": 30 }, "protection": { "ownerOnlyAccess": true, "unlockWhenDespawnTimerExpires": true, "unlockAfterMinutes": 15 }, "visual": { "showNametag": true, "showNametagTimer": true, "showProtectionStatusInNametag": true, "ownerNameColorHex": "#F7B733", "timerColorHex": "#7EF9FF", "protectionLockedColorHex": "#FF6565", "protectionUnlockedColorHex": "#8CFFB0", "hologramVerticalOffset": 0. 15, "hologramLineSpacing": 0. 24, "hologramSecondaryScale": 0. 92, "spawnSoulParticles": true, "playSpawnSound": true, "playRetrieveSound": true, "enableFallingAnimation": true }, "corpse": { "scale": 1. 38, "verticalOffset": 0. 22, "fallLiftHeight": 1. 05, "fallAnimationTicks": 16. 0, "flatRotationDegrees": 98. 0, "sideRollDegrees": -14. 0, "yawOffsetDegrees": -18. 0, "shadowRadius": 0. 78, "randomPoseCount": 12, "forwardOffset": 0. 0, "sideOffset": 0. 0, "modelAnchorYOffset": -0. 92, "headPitchDegrees": 28. 0, "headYawDegrees": -42. 0, "headRollDegrees": -18. 0, "bodyPitchDegrees": 4. 0, "bodyRollDegrees": -8. 0, "leftArmPitchDegrees": -128. 0, "leftArmYawDegrees": 42. 0, "leftArmRollDegrees": -78. 0, "rightArmPitchDegrees": -96. 0, "rightArmYawDegrees": -22. 0, "rightArmRollDegrees": 56. 0, "leftLegPitchDegrees": 22. 0, "leftLegYawDegrees": 8. 0, "leftLegRollDegrees": 10. 0, "rightLegPitchDegrees": -26. 0, "rightLegYawDegrees": -8. 0, "rightLegRollDegrees": -16. 0 }, "retrieval": { "allowGuiOpen": true, "allowQuickShiftRightClick": true, "allowItemDeposit": false, "dropOverflowOnQuickRetrieve": false, "restoreExactInventoryLayout": true, "restoreSelectedHotbarSlot": true, "preserveRespawnLoot": true }, "locator": { "rescueVoidDeaths": true, "sendChatMessage": true, "giveCompass": true, "removeCompassWhenResolved": true }, "experience": { "preventDropOnDeath": true, "storeOnGrave": true, "restorePercent": 0. 5, "awardWhenGraveEmptied": true, "onlyOwnerCanClaim": true }, "despawn": { "smartDespawn": true, "waitForTimerWhenEmpty": false }, "compatibility": { "respectKeepInventoryGameRule": false } }
### ๐ฌ Support & Feedback If you encounter any issues, have suggestions, or need help with the configuration, feel free to contact me
๐ Mod Details
- Game
- Minecraft Mods
- Author
- Kadddor
- Version
- 1.0.1
- Downloads
- 34,332
- Endorsements
- 13
- Category
- adventure
- Created
- 4/3/2026
- Updated
- 4/19/2026
- Game Versions
- 1.21.11
- Tags
- adventure, storage, 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 Player Corpse support?
The author lists 1.21.11. Other versions may work but are untested by the author.
What is the latest version of Player Corpse?
Version 1.0.1, published 2026-04-19 with 34,332 downloads recorded at the source.
Keep browsing โ more Minecraft Mods mods await

