Options & Configurations
About the plugin's options and configurations
DeluxeMenus is a highly customizable plugin, it has many options and configurations to give you the ability to change everything you want to make your custom menus that fits your server's layout.
It has GUI options to manage the GUI menu, and Item options to manage every single item on the GUI menu.
Keyword | Description |
BOOLEAN | Replace this with true or false (If used with a PlaceholderAPI placeholder, this will be yes or no instead of true /false [It's changeable from PlaceholderAPI config file, but yes /no are the default values]). |
TEXT | Replace this with any text. Check the description to find out if you can use color/formatting codes. |
# | Replace this with a number. Check the description to see if there are limits. |
COMMAND | Replace this with a command without slash ( / ). |
SOUND | Replace this with a sound name. |
EXPRESSION |
Tag | Description |
[player] <command> | Executes a command as the player. |
[console] <command> | Executes a command from the console. |
[commandevent] <command> | Executes an unregistered command as the player. |
[placeholder] <papi-placeholders> | Parse placeholders for a player without any chat or console output. |
[message] <text> | |
[broadcast] <text> | Sends a message to everyone online including the console. |
[minimessage] <text> | |
[minibroadcast] <text> | |
[openguimenu] <menu-name> | Opens another GUI from DeluxeMenus. |
[connect] <server-name> | Connects the player to a server on the same BungeeCord. |
[close] | Closes the currently opened GUI. |
[json] <JSON-text> | |
[jsonbroadcast] <JSON-text> | |
[refresh] | Refresh items in the current menu view. This updates the shown Items themselves. |
[broadcastsound] <sound> <volume> <pitch> | Broadcast a sound to all players on the server. |
[broadcastsoundworld] <sound> <volume> <pitch> | Broadcast a sound to all players in the world. |
[sound] <sound> <volume> <pitch> | Play a sound for the player. |
[takemoney] <amount> | |
[givemoney] <amount> | Give a certain amount of money to the player. Vault is required for this action to work.(requires Vault) |
[takeexp] #L | Take a certain amount of exp levels or points from a player. To give levels, add L at the end, otherwise remove it. |
[giveexp] #L | Give a certain amount of exp levels or points to a player. To give levels, add L at the end, otherwise remove it |
[givepermission] <perm.node> | |
[takepermission] <perm.node> | |
[meta] <set/remove/add/subtract/switch> <key> <type> <value> | Modifies the player's meta. add/subtract are for number types. switch is for boolean, it will swap it from true/false. Check here for more detail. |
[chat] <message> | Send a message in chat as the player who this action got executed for. |
These tags can be added with the action (e.g.
- '[message] example<delay=20>'
).Tag | Description |
<delay=<time>> | Executes the action after the specified delay (in ticks, 20 ticks = 1 second). |
<chance=<chance>> | Sets a chance to execute the action. Can be from 0 to 100 where 0 means that the action will never execute and 100 means it will always execute. |
To note is that chance tags are per action. So if you have 2 action, both with a 50% chance, there won't be just 1 of the actions that execute but instead it will could be none, 1 or both.
If you want to use RGB/Hex colors in DeluxeMenus on 1.16+ you can use the following format: "&#aaFF00"
There is one available placeholder from DeluxeMenus:
%deluxemenus_meta_<key>_<dataType>_<default_value>%
debug: BOOLEANDefault value:false
Enables/Disables debug mode.
Sends debug messages to the console.
check_updates: BOOLEANDefault value:true
Enables/Disables checking new updates for the plugin.
Notifies any operator if there is an update available.
Last modified 2mo ago