Compatibility
Minecraft: Java Edition
1.16.5
Platforms
Fabric
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed MIT
Published 3 years ago
Updated 3 years ago
GVault
A Gunpowder add-on which adds vaults, per-player end-chest-style inventories which can be accessed via commands.
Commands
Command | Permission node | Action |
---|---|---|
/vault <number> |
gvault.viewVault |
Shows vault #number to yourself. |
/vault showto <target> <number> |
gvault.showTo |
Shows target their own vault #number |
/vault spy <target> <number> |
gvault.spy |
Shows you target 's vault #number |
Config
vaultCount: 3 # How many vaults does each player have access to?
isDoubleChest: no # Are vaults double-size?
configGroups: [] # A list of Config Groups
Config Groups
A config group looks like:
name: special
vaultCount: 5
doubleChest: yes
Then, if a player has the permission node gvault.group.special
, they will have 5 double-size vaults.