Commands & Permissions
List of commands and permissions for the plugin
"/dm open" is meant to be an admin command. its not what players should use to open menus. instead you should set up "open_command"s for each menu.
Commands
Command
Permission
Description
/dm
-
Displays some info about the plugin.
/dm open <menu>
deluxemenus.open
Opens the specified menu.
/dm open <menu> <player>
deluxemenus.open.others
Opens the specified menu to the specified player.
/dm open <menu> -p:<target>
deluxemenus.placeholdersfor
Opens the specified menu for you, but the placeholders in it will be parsed as the specified target.
/dm open <menu> <viewer> -p:<target>
deluxemenus.placeholdersfor
Opens the specified menu to the specified player but the placeholders in it will be parsed as the specified target.
/dm list
deluxemenus.list
Lists loaded menus.
/dm execute <player> <action>
Player needs to be Op
Executes any action for a player. Check out the Action Type for more info.
/dm dump <menu-name>
deluxemenus.admin
Create a paste bin with the menu and also some other important debugging stuff like server version and java version.
/dm dump config
deluxemenus.admin
Create a paste bin with the config.yml and some other important debugging stuff such as server version and java version
/dm reload
deluxemenus.reload
Reloads the plugin's files.
/dm reload <menu>
deluxemenus.reload
Reload a menu.
Command Aliases
/deluxemenus
/deluxemenu
/dmenu
Permissions
Permission
Description
deluxemenus.openrequirement.bypass.*
Bypasses open requirements for every menu.
deluxemenus.openrequirement.bypass.<menu>
Bypasses open requirements for a specified menu
deluxemenus.placeholdersfor.exempt
Blocks other players from using you in this command /DM Open <Menu> -p:<You>
.
All text between the less-than and greater-than signs (<>) is a placeholder/variable, replace it with the requested value without the less-than and greater-than signs (<>).
Last updated