Actions
Actions can be used as rewards when completing levels. More info HERE.
Message
Sends a message to the player.
message: &7Level &b%level% &7completed. You earned &a$50 &7and &e5 XP
# Only if use_minimessage option is enabled in the config
message: <gray>Level <blue>%level% <gray>completed. You earned <green>$50 <gray>and <green>5 XPCentered Message
Sends a centered message to the player.
centered_message: &b[ EASY CATEGORY COMPLETED! ]
# Only if use_minimessage option is enabled in the config
centered_message: <blue>[ EASY CATEGORY COMPLETED! ]When use_minimessage is enabled in the config:
This action only supports color MiniMessages tags. (You can't use other tags like <hover> or <click>, if you want to do so, use the message action and center the text manually)
Console Command
Executes a command from the console.
Player Command
Executes a command from the player.
Play Sound
Plays a sound to the player. Use this format: "playsound: sound;volume;pitch
You can find a list of sounds here: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html
Play Sound Resource Pack
Plays a resource pack sound to the player. The format is the same as playsound action.
Last updated