
This is a simple Inventory Insurance Plugin used for players to buy insurance on their inventory, so that they will not lose their items when they die.
Video Tutorial
Dependencies
- Vault by Sleaker - http://dev.bukkit.org/server-mods/vault/
- An economy plugin, such as iConomy - http://dev.bukkit.org/server-mods/iconomy/
Commands
- /insure armor | inventory - Insures the users armor or inventory for the specific amount of money defined in config.
Permissions
- insure.armor
- insure.inventory
Config
Options: Insure-Armor: true Insure-Inventory: true First-Time-Join: Armor-Insured: false Inventory-Insured: false Prices: Armor: 100.00 Inventory: 500.00
You can also configure custom strings in the config.
Data Storage
Player insurance states are saved in insured.yml in plugins/Insure-Inv. However, all Inventory / Armor data is saved in serialized files unser plugins/Insure-Inv/players/PLAYER-NAME/playername.INV and playername.ARM
Source Code
https://github.com/thefiscster510/Insure-Inv/
Download
Known Issues
Doesn't save Enchanted Books (This will be fixed in v0.2)
To Do
- Fix Enchanted Books
- Add SQL Support
Thanks to PoopYou for getting me started with Plugin Coding!

