commands

Complete reference for all VaultPack commands.

Player Commands

/backpack (Aliases: /bp, /bag, /bags)

Main backpack command for players.

Permission: vaultpack.use

Usage

Command
Description

/backpack

Opens the backpack selector menu

/backpack <slot>

Opens a specific backpack slot (1-18)

/backpack help

Shows help information

Examples

/backpack        # Opens backpack menu
/backpack 1      # Opens backpack in slot 1
/bp 3            # Opens backpack in slot 3 (using alias)

/enderchest (Aliases: /ec, /echest)

Access ender chest pages.

Permission: vaultpack.use

Usage

Command
Description

/enderchest

Opens the first ender chest page

/enderchest <page>

Opens a specific ender chest page (1-9)

Examples


/storage (Aliases: /vault, /st)

Opens the unified storage menu.

Permission: vaultpack.use

Usage

Command
Description

/storage

Opens the unified storage menu with all backpacks and ender chest access

Examples


Admin Commands

/backpack give

Give a player access to a backpack slot.

Permission: vaultpack.give

Usage

Examples


/backpack remove

Remove a player's access to a backpack slot.

Permission: vaultpack.remove

Usage

Warning: This will clear all items in that backpack slot!

Examples


/backpack clear

Clear all items from a player's backpack slot.

Permission: vaultpack.clear

Usage

Warning: This action is permanent and cannot be undone!

Examples


/backpack reload

Reload plugin configuration.

Permission: vaultpack.reload

Usage

This will reload:

  • config.yml

  • backpacks.yml

  • lang.yml

  • All menu files in menus/ folder

  • Player data from storage

Note: Players currently viewing backpacks may need to reopen them to see changes.

Examples


Internal Commands

/vaultpack

Internal command for GUI interactions and programmatic operations.

Permission: vaultpack.use

Warning: This command is primarily used internally by the plugin. Direct use is not recommended for players.

Subcommands

Command
Description

/vaultpack open <slot>

Opens a backpack slot

/vaultpack remove <slot>

Removes a backpack from a slot

/vaultpack upgrade <slot>

Upgrades a backpack in a slot

/vaultpack unlock <slot>

Unlocks a backpack slot

These commands are typically executed through GUI clicks and should not be run manually.


Command Permissions Summary

Command
Permission
Default

/backpack

vaultpack.use

Everyone

/enderchest

vaultpack.use

Everyone

/storage

vaultpack.use

Everyone

/backpack give

vaultpack.give

Operators

/backpack remove

vaultpack.remove

Operators

/backpack clear

vaultpack.clear

Operators

/backpack reload

vaultpack.reload

Operators

/vaultpack

vaultpack.use

Everyone


Tab Completion

All commands support tab completion:

/backpack

  • help - Show help

  • give - Give slot access

  • remove - Remove slot access

  • clear - Clear backpack

  • reload - Reload config

  • <slot> - Slot numbers (1-18)

/enderchest

  • <page> - Page numbers (1-9)

/backpack give/remove/clear

  • <player> - Online player names

  • <slot> - Slot numbers or "all"


Command Tips

Using Aliases

All main commands have shorter aliases for convenience:

  • /backpack/bp or /bag or /bags

  • /enderchest/ec or /echest

  • /storage/vault or /st

Quick Access

For fastest access to specific backpacks:

Admin Operations

Use the stepper below when managing player backpacks:

1

Grant access

Use /backpack give to grant access to a slot.

2

Player unlock

Players can then unlock with economy/permissions.

3

Remove access (destructive)

Use /backpack remove only when necessary (destructive!).

4

Clear contents

Use /backpack clear to reset contents without removing access.


Next Steps

  • View all permissions

  • Configure command settings

  • Customize command messages