▶️Actions
List of all available actions
Console: This action is used to execute commands from the console
- "[console] COMMAND"
Message: This action is used to send a message to the player
- "[message] MESSAGE"
Player: This action is used to execute commands from the player.
- "[player] COMMAND"
Open menu: This action is to open another menu.
- "[open_menu] MENU_NAME"
Connect: This action is used to connect to another server.
- "[connect] SERVER_NAME"
Chat: This action is used to force the player to write in the chat.
- "[chat] MESSAGE"
Close: This action is used to close and exit the menu.
- "[close]"
Broadcast: This action is used to broadcast a message.
- "[broadcast] MESSAGE"
Back: This action is used to go back to the previous menu.
- "[back]"
JavaScript:
This action is used to execute code through scripting.
example: - "[javascript] BukkitPlayer.giveExpLevels(10)"
- "[javascript] CODE"
Json message: This action is used to send a message to the player in JSON format.
- "[json_message] JSON MESSAGE"
Json broadcast This action is used to broadcast a message in JSON format.
- "[json_broadcast] JSON MESSAGE"
Give EXP: This action is used to give experience levels to the player.
- "[give_exp] EXP AMOUNT"
Take EXP: This action is used to take experience levels to the player
- "[take_exp] EXP AMOUNT"
Title: This action is used to send a title to the player.
- "[title] MESSAGE"
Sub Title: This action is used to send a subtitle to the player.
- "[subtitle] MESSAGE"
Last updated