Skip to content

Permissions

SuperRonanCraft edited this page Jan 5, 2018 · 4 revisions

To allow a player to only open a certain menu, give them advancedcustommenu.open.<name>
Replace <name> with the name of the file of the menu without .yml!

    advancedcustommenu.*:
        children:
            advancedcustommenu.list: true
            advancedcustommenu.item: true
            advancedcustommenu.item.other: true
            advancedcustommenu.open.*: true
            advancedcustommenu.use: true
            advancedcustommenu.updater: true
            advancedcustommenu.reload: true
    advancedcustommenu.player:
        children:
            advancedcustommenu.list: true
            advancedcustommenu.item: true
            advancedcustommenu.open.*: true
            advancedcustommenu.use: true
    advancedcustommenu.list:
        description: Permission to list all menus the player has access to
        default: op
    advancedcustommenu.item:
        description: Permission to give self a menus item
        default: op
    advancedcustommenu.item.other:
        description: Permission to give another player a menus item
        default: op
    advancedcustommenu.open.*:
        description: Permission to open all menus
        default: op
    advancedcustommenu.use:
        description: Permission to use plugin
        default: op
    advancedcustommenu.updater:
        description: Permission to view update message, and update patches
        default: op
    advancedcustommenu.reload:
        description: Permission to reload plugin
        default: op

Clone this wiki locally