
Automatically creates a chest at the player's death location to safely store their items. Simple, lightweight, and Lootr-plugin compatible.
LootrDeathChest is a lightweight Minecraft plugin that creates a chest containing a player's dropped items at their death location.
It is designed to be compatible with Lootr while remaining completely independent and conflict-free.
This plugin prevents items from scattering on the ground and instead stores them safely inside a chest.
Tested and designed to run on:
The plugin only uses the standard Spigot/Bukkit API, which allows it to remain compatible across multiple versions.
.jar file.plugins folder./plugins/LootrDeathChest.jar
When a player dies:
This keeps the area clean and prevents items from being lost.
Example config.yml:
death-chest:
remove-time: 300
hologram: false
protect-owner: false
You can modify these values to change how the death chest behaves.
LootrDeathChest is designed to coexist with the Lootr plugin without modifying or interacting with its internal systems.
FOR NOWBoth plugins can run side-by-side safely.
Requirements:
Build the plugin with:
mvn clean package
The compiled plugin will appear in:
target/LootrDeathChest-1.0.jar
Sunny Mittal