Actions
Close
Close the UI.
None
Will do nothing.
Message
Send a message to the player, support color code.
Announcement
Send a message to all online players, support color code.
Effect
Give players potion effect.
BLINDNESS is SpigotAPI effect ID, its different form minecraft effect namespace, you can find them here: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/potion/PotionEffectType.html.
1 is effect level.
60 is effect duration.
Teleport
Teleport player to specified location.
LobbyWorld is world name.
0 is X pos.
128 is Y pos.
10 is Z pos.
You can also add yaw and pitch at the end of action string, like:
Player Command
Make the player excutes a command.
Op Command
Make the player excutes a command as OP.
Console Command
Make the console excutes a command.
Spawn vanilla mobs
Spawn vanilla mobs, mob ID follow this page:
https://hub.spigotmc.org/javadocs/spigot/org/bukkit/entity/package-summary.html
Remove all active tags
Add prefix
Remove prefix
Last updated