What does it do?
This plugin does some of these things (depending on the config):
- Save player items in a chest at their death location
- Replace drops with a certain item, and amount.
- Both
What could the items be?
The items can be anything. The server administrator can change that in the config.yml.
Current Features
- Customizable items and item amounts
- Chests can now be left with player's items at the death point
- Configuration allows you to be abstract with what you want to do
- Drops items or a chest (or both) at the player's location
- If the chest isn't generated, the drops are replaced with the selected item and item amount.
Enabling/Disabling Certain Configuration
- To disable items spawning, change the amount to 0 in config.yml.
- To enable items spawning, change the amount to above 0 in config.yml.
- To enable chests, change the "save" in the config.yml to true.
- To disable chests, set it to false.
- To choose how many items you want dropped, change the item amount in the config.yml.
- To choose what item you want dropped, change the item dropped in the config.yml
Developers
- TheMonkey1415

