![[IMG]](//proxy.spigotmc.org/15701337bcac7a43149cccd8e83fd9e91d881cd1/68747470733a2f2f696d6775722e636f6d2f6b536f794b34412e706e67)
![[IMG]](//proxy.spigotmc.org/53623f9af54513de70462196a904d1fd7a054902/68747470733a2f2f696d6775722e636f6d2f435754557333552e706e67)
I would appreciate it if you were kind when reviewing, and if you have a problem or complaints, feel free to send them to my Official Discord. The comments section is not for that.
Commands:
Player Commands:
Code (Text):
/cv <vault> ➜ Open a specific vault by number
/cv gui ➜ Open the vault selector menu
/cv help ➜ Display command help menu
/cv rename <vault> <name> ➜ Give your vault a custom name
/cv icon <vault> <material|HAND> ➜ Change the vault icon
Admin Commands:
Code (Text):
/cv admin reload ➜ Reload plugin configuration
/cv admin view <player> <vault> ➜ View another player's vault
/cv admin forceopen <vault> <player> ➜ Force a player to open their vault
/cv admin migrate <source> <target> ➜ Migrate data between storage types
/cv admin import <plugin> ➜ Import data from other vault plugins
Available Importers:
- PlayerVaultsX
- AxVaults
- FairyVaults
- EnderVaults
- CocoVaults3 (Legacy migration)
Available Storage Types:
- JSON
- YAML
- SQLite
- MySQL
- MariaDB
- Redis
Permissions:
Basic Permissions:
Code (Text):
cocovaults.open ➜ Access to open personal vaults
cocovaults.rename ➜ Rename vaults with custom names
cocovaults.icon ➜ Change vault icons
cocovaults.admin ➜ Access to all admin commands
Dynamic Permissions:
Code (Text):
cocovaults.quantity.X ➜ Access to X number of vaults
Example: cocovaults.quantity.5 = 5 vaults
cocovaults.size.X ➜ Set vault size (multiples of 9, max 54)
Example: cocovaults.size.27 = 3 rows
Example: cocovaults.size.54 = 6 rows
cocovaults.unlocked.X ➜ Access to specific vault number X
Example: cocovaults.unlocked.5 = access vault #5
Permission Examples:
- VIP Player: cocovaults.quantity.10 + cocovaults.size.54
- Premium Player: cocovaults.quantity.20 + cocovaults.size.54 + cocovaults.rename + cocovaults.icon
- Admin: cocovaults.admin
Notes:
- Vault numbering starts at 1 (vault #1, vault #2, etc.)
- Default vault size is 54 slots (6 rows)
- Vault names support MiniMessage formatting
- Icon materials must be valid Bukkit Material names
- Multiple cocovaults.quantity.X permissions = highest value wins
- Multiple cocovaults.size.X permissions = highest value wins
- Migration requires server restart to apply new storage mode