Menu Actions
Last updated
Last updated
BattlePass is powered in a lot of places by menu actions. Be aware that options like the next page may only be available in menus. The same goes for other dependent options.
The menu action can be used to open a menu for a player anywhere or if they have a menu open, go to the previous or next page.
The menu action also supports conditions. =
is used to represent something is the same, !
to represent when something is different.
Additionally, instead of using the menu name, you can also use close
to close their currently open menu.
Format: [menu](condition) {menu-name}
Examples:
The message action is simple and can be used to send a message to a player.
Where appropriate, you can use the %tier% placeholder such as in the default config.
Format: [message] {message}
Example:
This will play a sound for a player. You can find a list of sounds for your version by googling Minecraft sound enum.
You can optionally specify the volume and pitch of the sound (it doesn't work for all due to the way Minecraft works).
Format: [sound]{sound:volume:pitch}
where you can remove volume/or pitch.
Examples:
This will execute a Title or Subtitle to the player. You can use %player% to use the player's name.
Format: [title] {message}
[subtitle] {message}
Examples:
This will execute a command as the player it's triggered for.
You can use %player% to use the player's name.
Format: [command] {the command}
Examples:
This will execute a command as the console.
You can use %player% to use the triggered player's name.
Format: [console-command] {some console command}
Examples: