FriendlyDeathChest
A Minecraft Spigot plugin that creates a chest containing your items when you die, instead of scattering them on the ground.
- Automatically creates a chest at death location containing all your items
- Sends coordinates of the chest to the player in chat
- Protection system to prevent other players from accessing your death chest
- Customizable signs and holograms with time remaining display
- Highly configurable with experience storage, automatic cleanup, and more
Installation
- Download the latest release
- Place the .jar in your server's `plugins` folder
- Restart your server
- Configure the plugin in the `config.yml` file
Usage
When a player dies, a chest will automatically be created at their death location containing all their items. The player will receive a message with the coordinates of the chest. The chest will be protected so only the owner can access it.
Commands
- `/fdc reload` - Reload the configuration
- `/fdc version - Display the plugin version
Permissions
- `friendlydeathchest.chest` - Allows players to have a death chest created when they die (default: true)
- `friendlydeathchest.admin` - Access to admin commands and bypass chest protection (default: op)
Configuration
The plugin's configuration file (config.yml) is organized into logical sections:
Code (YAML):
# General Settings
enabled
: true
create-chest
: true
chest-lifetime
: 15
# Minutes, -1 for no limit
# Death Chest Settings
protect-chest
: true
named-chest
: true
store-experience
: true
# Hologram Settings
enable-hologram
: true
hologram-text
:
"&4{player}'s Death Chest &7({time})"
show-time-remaining
: true
# Sign Settings
enable-sign
: true
sign-material
: OAK
Made with ❤️ by McKenzieJDan