A spigot plugin for spawning a chest when a player dies to save the items. By default, an expiration time of 5 minutes is configured. In the configuration file, you have a lot of properties to fit the plugin to your server design. It also supports holograms, particle and block breaking effects.
The configuration file lays in plugins/DeathChest.
This plugin supports particle spawning in a circle around the chest. In the future it will be fully customizable, but currently you can only customize the radius, particle count and the speed.
You can customize the inventory which opens by right-clicking the chest. Properties like title and size are customizable in the configuration file.
This plugin has a native hologram support for spawning a hologram above the chest, which is fully customizable in the configuration file. It has also a support with specific placeholders like {player_name}
, {player_displayname}
and {duration}
.
This plugin has a support for ProtocolLib which is needed to activate the block breaking animation.