Item Safe

What is it?
This plugin allows a Player or Console to deposit or withdraw items from the Item Safe.
It was designed with multiple servers (bungee) in mind and uses MYSQL to allow items to be transferred from one server to another.
Another purpose would be to transfer items between worlds with separate inventorys.
It could also be used as a place to store items, keeping them safe from death, players and other elements.
How does it work?
adding an item removes the item from the players inventory and places it into the safe
removing an item removed the item from the safe and places it into the players inventory
Installation
Simply copy the jar into the plugins directory and load the server/plugin,
then configure the mysql details in config.yml to point to your mysql database and reload.
Commands
/itemsafe add <item> {quantity} {name}
/itemsafe remove <item> {quantity} {name}
Permissions
itemsafe.* - all perms
itemsafe.admin - use other players safe
itemsafe.add - add to a safe
itemsafe.remove - remove from a safe
Help
I welcome your help and ideas to develop this plugin further :)
Disclaimer
(this plugin requires MYSQL)
NOTE: this plugin is BETA and requires further testing


