![PsychoVaults [1.16 - 1.21.x] icon](https://images.polymart.org/product/2916/thumbnail.png?t=1&v=3)
PsychoVaults [1.16 - 1.21.x] 2.1
Fully customizable personal vaults with permission based vault sizes. MySQL and H2 Database support.
+ Added item banning from config. Disables interaction with the items specified in the list while the vault is open.
Migration Guide:
Append the following section in your existing config and make changes as needed.
#Banned Items
# List of possible vanilla items can be found here https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
banned_items:
- DIRT
- DIAMOND
+ Store items with higher amounts of NBT data
x Fixed a bug where players could take out barriers from blocked slots
x Fixed item dragging glitch which wouldn't let the player's take out/put items at times.
x Fixed console spam on clicking GUI
+ Added the option of blocking slots for more precise control on the vault size
+ Updated Database structure to be more optimized and support more quantities of highly customized items.
N.B:Old databases(mysql option) won't be supported by it. If you were using h2 then it doesn't affect you.
x Fixed a null item error when an admin tries to open players' vault
x Fixed a dupe bug
+ Added psfixdatabase
command for fixing previously migrated database
x Fixed database error where the max limit was exceeding (Just know that I did stuff with the db)
+ Inspect vaults of offline players
+ MySQL & H2 Database support
+ Migration mode for migrating to 1.4
+ Fixed a bug where the default vault size won't be used if a size is missing from permission node.
+ Vault sizes are now permission based and the same vault number can be of different sizes for 2 players.
+ Every message can be customized from config and be translated to your preferred language.
+ New built in alias /vault
+ Minor Bug fix
+ 1.20 Support
x Fixed typos