GraveBox is a simple yet useful plugin that creates a chest at the location of a player's death. This death chest contains all of the player's inventory items, preventing loss of valuable items upon death.
Key Features:
- Automatic Death Chest Creation: Upon player death, a chest is automatically created at the death location.
- Inventory Preservation: All items in the player's inventory are transferred to the death chest.
- Customizable Chest type: The player can define the chest type in the configs
- Permissions Support: (Add specifics about permissions if you have them. For example: "Players with the gravebox.use permission will have their inventory saved.")
- Lightweight and Efficient: Designed for minimal server impact.
Installation:
- Place the GraveBox.jar file into your server's plugins folder.
- Restart or reload your server.
- The plugin will automatically generate a config.yml file in the plugins/GraveBox folder.
- Customize the config.yml file to your liking (see the Documentation section for details).
- Reload the server again to apply the changes.
Configuration:
After installing GraveBox on your server, it will generate a configuration file named config.yml inside the plugins/GraveBox folder. This file allows you to customize how the death chest works.
Explanation of Configuration Options:
- Chest-Type - This determines the type of chest that will spawn upon death. Valid options are "chest", "ender_chest", and "trapped_chest". The default value is: "chest".
Permissions (if applicable):
- gravebox.use - Allows a player to create a death chest.