Complete reference for all VaultPack permission nodes.
Basic Permissions
Default: true (everyone)
Allows players to use the basic VaultPack commands and features.
Grants access to:
Opening and managing own backpacks
Admin Permissions
vaultpack.admin
Default: op
Master admin permission that grants all administrative privileges.
Includes:
vaultpack.reload
Default: op
Permission to reload plugin configuration.
Grants access to:
Default: op
Permission to give players backpack slot access.
Grants access to:
/backpack give <player> <slot> command
vaultpack.remove
Default: op
Permission to remove players' backpack slot access.
Grants access to:
/backpack remove <player> <slot> command
vaultpack.clear
Default: op
Permission to clear player backpack contents.
Grants access to:
/backpack clear <player> <slot> command
vaultpack.bypass.cost
Default: op
Bypasses all economy costs for:
Unlocking ender chest pages
Players with this permission can perform all actions for free.
Backpack Slot Permissions
vaultpack.slots.*
Default: false
Grants access to all 18 backpack slots.
Individual slot permissions:
How Slot Permissions Work
Players can unlock slots in two ways:
Economy - Pay money to unlock (if economy is enabled)
Permission - Have the specific permission node
Configuration in config.yml:
Grant single slot:
Grant multiple slots:
Grant all slots:
Grant slots to a rank:
Ender Chest Page Permissions
vaultpack.enderchest.*
Default: false
Grants access to all 9 ender chest pages.
Individual page permissions:
How Page Permissions Work
Similar to slot permissions:
Economy - Pay money to unlock pages
Permission - Have the specific permission node
Configuration in config.yml:
Grant single page:
Grant all pages:
Crafting Permissions
vaultpack.craft.*
Default: true
Allows crafting all backpack types.
Individual crafting permissions:
How Crafting Permissions Work:
Players need the appropriate permission to craft each backpack tier. This allows gating higher-tier backpacks behind ranks or achievements.
Examples:
Allow only small backpacks:
VIP rank gets medium backpacks:
MVP rank gets all backpacks:
Permission Setup Examples
Scenario: Free-to-Play Server
Default players get 1 slot, paid ranks get more:
Default Rank:
VIP Rank ($5):
MVP Rank ($15):
Scenario: Pure Economy Server
Everyone can unlock everything with money:
Config:
All Players Get:
Players earn money in-game and unlock slots/pages by paying.
Scenario: Hybrid System
Use both permissions AND economy:
Config:
Free Players:
Must pay money to unlock slots
VIP Players:
Get slots 1-5 for free via permissions
Can pay for additional slots
MVP Players:
Get all slots for free via vaultpack.slots.*
Bypass all costs with vaultpack.bypass.cost
Quick Reference
Permission Plugin Compatibility
VaultPack is compatible with all major permission plugins:
LuckPerms Commands:
User permissions:
Group permissions:
Check permissions:
Configure permission settings
Set up economy integration