
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.
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.
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
https://github.com/thefiscster510/Insure-Inv/
Doesn't save Enchanted Books (This will be fixed in v0.2)
Thanks to PoopYou for getting me started with Plugin Coding!