
GVault
GVault mod is an addon for Gunpowder that introduces a unique storage system for Minecraft servers. Each player gains access to personal vaults with ender-chest-style inventories that can be accessed through special commands.
Command System
/vault <number>
- opens the specified vault for viewing by the owner/vault showto <target> <number>
- allows showing a specific vault to another player/vault spy <target> <number>
- provides the ability to peek into someone else's vault (requires appropriate permissions)
Configuration Settings
vaultCount: 3 # Number of available vaults for each player
isDoubleChest: no # Vault size (single/double)
configGroups: [] # List of configuration groups
Configuration Groups
The system supports creating special groups with enhanced capabilities:
name: special
vaultCount: 5
doubleChest: yes
Players with the gvault.group.special
permission gain access to 5 enlarged vaults.