Vaults is a simple, lightweight plugin that allows players to have a configured amount of personal chests accessible through the /vault command. All of the personal chests are stored in flat file or MySQL and are cached for best performance. Personal chests act in a very similar way to enderchests and are a fantastic donator perk.
This plugin works very well for server running BungeeCord and are looking for a way to share inventories between servers. In this scenario, it is suggested that MySQL is used and caching is turned off to reduce risk of item duplication.
Source code: https://github.com/LeviRosol/Vaults
Features
- Players can be given up to 1000 personal vaults
- Can be stored in flat-file or MySQL
- Vaults are cached to optimize performance
- Vaults stored in MySQL are compressed to reduce data transfer.
- Admins can view anybody's vaults if they're online or offline
- Vault inventory can have a custom amount of rows
- Custom error messages
- Drag and drop install
Commands
| /vault | | Opens a player's first vault |
| /vault <number> | | Opens a vault by it's number |
| /vault <player> <number> | | Opens a player's vault by it's number |
Permissions
| vaults.<num> | | Sets how many vaults that player is allowed |
| vaults.admin | | Allows a player to view other player's vaults |
Donate
<form name="_xclick" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="joshargent@talktalk.net">
<input type="hidden" name="item_name" value="Donation">
<input type="image" src="http://www.paypal.com/en_GB/i/btn/x-click-butcc-donate.gif" border="0" name="submit" alt="Make a donation with PayPal">
</form>