Actions
Actions can be used as rewards when unlocking discoveries. More info HERE.
Message
Sends a message to the player.
message: #eeeeee&lCODEX UPDATED &7Monsters: %name%
# Only if use_minimessage option is enabled in the config
message: <#eeeeee><bold>CODEX UPDATEDCentered Message
Sends a centered message to the player.
centered_message: &7Check it now by using #eeeeee/codex
# Only if use_minimessage option is enabled in the config
centered_message: <gray>Check it now by using <#eeeeee>/codexWhen 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.
console_command: eco give %player% 5000Player Command
Executes a command from the player.
player_command: menuPlay 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
playsound: BLOCK_NOTE_BLOCK_PLING;1;0.1Title
Sends a title and subtitle message to the player.
Use this format: "title: fadeIn;stay;fadeOut;title;subtitle" (The duration of fadeIn, stay and fadeOut must be in ticks, 20ticks = 1second)
If you want just a title, or just subtitle write "none"
title: 20;60;20;#eeeeee&lCODEX UPDATED;&7Monster: %name%
# Only if use_minimessage option is enabled in the config
title: 20;60;20;<#eeeeee><bold>CODEX UPDATED;<gray>World History: %name%Last updated
Was this helpful?