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

Permissions

Establishing permissions is fundamental to give players access to certain features.

Permissions list

Permission
Description

advancedchests.admin

Has all admin privileges

advancedchests.user

Has access to all the permissions below this one

advancedchests.upgrade.<chest_name>

Gives access to upgrade a certain type of chest

advancedchests.upgrade.*

Gives access to upgrade all the type of chests

advancedchests.open.<chest_name>

Gives access to open a certain type of chest

advancedchests.open.*

Gives access to open all the type of chests

advancedchests.sort.<chest_name>

Gives access to sort a certain type of chest

advancedchests.sort.*

Gives access to sort all the type of chests

advancedchests.sell.<chest_name>

Gives access to sell a certain type of chest

advancedchests.sell.*

Gives access to sell all the type of chests

advancedchests.smelt.<chest_name>

Gives access to smelt a certain type of chest

advancedchests.smelt.*

Gives access to smelt all the type of chests

advancedchests.compress.<chest_name>

Gives access to compress a certain type of chest

advancedchests.compress.*

Gives access to compress all the type of chests

advancedchests.deposit.<chest_name>

Gives access to deposit all your inventory content into a certain type of chest clicking outside the inventory

advancedchests.deposit.*

Gives access to deposit all your inventory content into all type of chests clicking outside the inventory

advancedchests.place.<chest_name>

Gives access to place a certain type of chest

advancedchests.place.*

Gives access to place all the type of chests

advancedchests.break.<chest_name>

Gives access to break a certain type of chest

advancedchests.break.*

Gives access to break all the type of chests

advancedchests.shop.open

Gives access to open the shop

advancedchests.autosells.toggle

Gives access to toggle the automatic sells

advancedchests.autosells.toggle-mode

Gives access to toggle the mode of the automatic sells

advancedchests.settings.toggle-hologram

Gives access to toggle the chest's hologram at the settings button

advancedchests.settings.toggle-autosells-message

Gives access to toogle the automatic sells message at the settings button

advancedchests.settings.toggle-delete-worthless-items

Gives access to toggle the deletion of worthless items at the settings button (Currently only support for automatic selling)

advancedchests.chunkcollector.toggle

Give access to toggle the chunk collection feature

PreviousCommandsNextBackups

Last updated 2 months ago

📝