
Saves the player's inventory upon death.

LootInventory is a Minecraft plugin that automatically spawns a chest containing a player’s items upon death. This ensures that lost items can be safely retrieved, even if other players are nearby.
The plugin settings are stored in config.yml in the plugin folder:
table_text – the message displayed on the sign above the chest.worlds – list of worlds where loot chests can spawn.messages – customizable messages with HTML color codes.blocks – names of the block types that can replace the loot chest.The plugin provides the /lootinventory command (alias /li):
/lootinventory recovery <player> <chest> – gives the specified player the contents of a selected loot chest. 
/lootinventory addworld <world> – adds a world to the list of allowed worlds where chests can spawn.