AdvancedChests Wiki
  • 👋Welcome!
  • Fundamentals
    • Getting set up
      • ✍️Creating a new chest
        • 🟢Sections and Options
        • 🛑Detecting config errors
      • ⌨️Commands
      • 📝Permissions
    • Backups
      • ✍️Backups for YML Storage
  • 💻API USAGE
    • ⚙️Installation
Powered by GitBook
On this page
  1. Fundamentals
  2. Getting set up

Commands

Commands will allow you to manage the plugin in-game.

Command list

Command
Description
Required Permission

/advancedchests help

Gives a detailed list of all the available commands

advancedchests.admin

/advancedchests reload

Reloads the plugin

advancedchests.admin

/advancedchests give <player> <chest_name> <amount>

Gives a certain amount of chests to a specified player

advancedchests.admin

/advancedchests list

Shows a list of all active chests

advancedchests.admin

/advancedchests info

Shows a detailed list of information related to the chests

advancedchests.admin

/advancedchests open <x> <y> <z>

Opens a chest at a given coordinate

advancedchests.admin

/advancedchests purge <world_name>

Removes all the chests from a specified world

advancedchests.admin

/advancedchests purgechunk

Delete all the chests in the chunk you are standing on

advancedchests.admin

/advancedchests clear

Right click on a chest to clear its content

advancedchests.admin

/advancedchests storage import <storage_type>

Imports the data from another type of storage

advancedchests.admin

/advancedchests placedchests <player>

Shows all the placed chests of a specified player

advancedchests.admin

/advancedchests options <option>

Shows all the set values for a specific config option

advancedchests.admin

/chests

Opens the chest shop

PreviousDetecting config errorsNextPermissions

Last updated 2 months ago

⌨️