Fully customizable personal vaults with permission based vault sizes. MySQL and H2 Database support.
Users can use more than a handful of vaults if given permission to
Permission example: psychovaults.use.1.18 gives the player access to vault 1 with 18 slots.
Done using LuckPerms as Permission Manager
Huge customization options & apply them without needing to restart
All commands(except /pv) requires psychovaults.use permission to be used.
/pv - Shows plugin version
/pv <number> - Opens vault no <number>
/pv about - Displays plugin information
/pv reload - Reloads saved configurations from config.yml
/pv <number> <playername> - Opens the vault of any online player for staff inspection/edit
/psfixdatabase - Updates the previous database and allocates more storage
Amount of slot can only be the following: 9, 18, 27, 36, 45, 54.
psychovaults.use - Allows the usage of the plugin
psychovaults.use.x.y - Access to vault no x with y amount of slots
psychovaults.use.1.9 - Access to vault no 1 with 9 slots (1 row)
psychovaults.use.1.18 - Access to vault no 1 with 18 slots (2 rows)
psychovaults.use.2.45 - Access to vault no 3 with 45 slots (5 rows)
psychovaults.use.*.* - Access to vault from 1 to 100 with 54 slots (6 rows)
(The max 100 vault cap will be removed at a later update)