HelpChat Wiki
DiscordGitHubPasteYAML ParserJava Docs
  • Welcome
  • HelpChat Plugins
    • ChatChat
      • Commands
      • Permissions
      • Formats
      • Channels
      • Mentions
      • Placeholders
      • API
        • Getting Started
        • ChatChatAPI
        • Events
      • Files
    • DeluxeMenus
      • Commands & Permissions
      • Options & Configurations
        • GUI
        • Item
        • Actions
        • Requirements
        • Meta (Metadata)
        • Command Registration
      • External menus
      • Example GUI menus
      • Plugin's files
    • DeluxeTags
      • Commands & Permissions
      • Placeholders
      • Plugin's files
    • PlaceholderAPI
  • Clip's Plugins
    • AutoSell
      • Commands & Permissions
      • Placeholders
      • Plugin's files
    • ActionAnnouncer
      • Commands & Permissions
      • Plugin's files
      • API
    • ChatReaction
      • Commands & Permissions
      • Plugin's files
    • DeluxeChat
      • Installation
      • Commands & Permissions
      • Placeholders
      • Config options
      • Plugin's files
    • DeluxeCommands
      • Commands & Permissions
      • Plugin's files
    • DeluxeJoin
      • Commands & Permissions
      • Plugin's files
    • EzRanksPro
      • Commands & Permissions
      • Configuration
    • EzPrestige
      • Commands & Permissions
      • Configuration
    • InventoryFull
      • Commands & Permissions
      • Configuration
    • MessageAnnouncer
      • Commands & Permissions
      • Configuration
    • MineCrates
      • Commands & Permissions
      • Configuration
    • NoFlyZone
      • Commands & Permissions
      • Configuration
  • Funnycube's Plugins
    • CowPunch
      • Commands & Permissions
    • Firework Chests
      • Commands & Permissions
      • Configuration
    • Fish Slapper
      • Commands & Permissions
      • Configuration
    • RawMsg
      • Commands & Permissions
    • Spit
      • Commands & Permissions
    • Temp MOTD
      • Commands & Permissions
      • Configuration
  • Glare's Plugins
    • Guilds [W.I.P Migration]
      • Installation
      • Configuration
        • Buffs
        • Config
        • Roles
        • Tiers
      • Commands & Permissions
      • Placeholders
      • Developer API
    • VoteParty
      • Commands & Permissions
      • Placeholders
      • Configuration
      • API
      • Changelogs
        • v2.30
        • v2.29
        • v2.28
        • v2.27
        • v2.26
        • v2.25
        • v2.24
        • v2.23
        • v2.22
        • v2.21
        • v2.20
        • v2.19
        • v2.18
        • v2.17
        • v2.16
        • v2.15
        • v2.14
        • v2.13
        • v2.12
        • v2.11
        • v2.10
        • v2.9
        • v2.8
        • v2.7
        • v2.6
        • v2.5
        • v2.4
        • v2.3
        • v2.2
        • v2.1
  • piggy's barn
    • Java
      • Gradle
        • Argument
        • Tutorial
      • How to run your minecraft server(s) in IntelliJ
      • How to run your program in IntelliJ
      • Hot Swapping
      • Cheat Sheet
  • ADDITIONAL RESOURCES
    • Discord
    • Paste
    • YAML Parser
    • Java Docs
Powered by GitBook

© 2025 HelpChat

On this page
  • Admin Commands
  • Meta Commands
  • Admin Commands
  • Command Aliases
  • Permissions

Was this helpful?

Edit on GitHub
  1. HelpChat Plugins
  2. DeluxeMenus

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.

Admin 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 [page/all]

deluxemenus.list

Lists loaded menus.

/dm execute <player> <action>

Player needs to be Op

/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.

Meta Commands

"/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.

Admin Commands

Command

Permission

Description

/dm meta <player> list <type> [page]

Player needs to be Op

See a full list of meta values of given type for specified player.

/dm meta <player> show <key> <type>

Player needs to be Op

See the value of a specific meta key and type for specified player.

/dm meta <playe> set <key> <type> <value>

Player needs to be Op

Set a new value of given type at given key for specified player. If a value already exists and is of same type, it will be overwritten. If a value exists and is of different type, the action will fail.

/dm meta <player> remove <key> <type> <value>

Player needs to be Op

Remove the value of given type at given key for specified player. If the existent value is of different type, the action will fail. If there is no value, the action will fail.

/dm meta <player> switch <key>

Player needs to be Op

Switches the value of a BOOLEAN type at given key for specified player. If no value exist at keys or the value is not of type BOOLEAN, the action will fail.

/dm meta <player> add <key> <type> <value>

Player needs to be Op

Adds the specified value to the value existent at given key for specified player. If no value exists at given key, the specified value is set. If value is not number type (DOUBLE, LONG, INTEGER), the action will fail. If the value is a natural number but added value is not, it will be rounded down.

/dm meta <player> subtract <key> <type> <value>

Player needs to be Op

Subtracts the specified value to the value existent at given key for specified player. If no value exists at given key, the negative of specified value is set. If value is not number type (DOUBLE, LONG, INTEGER), the action will fail. If the value is a natural number but added value is not, it will be rounded down.

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 (<>).

PreviousDeluxeMenusNextOptions & Configurations

Last updated 8 days ago

Was this helpful?

Executes any action for a player. Check out the for more info.

Action Type