Actions
Actions can be used when crafting an item, specifically in the Actions When Crafted option. They can also be used when clicking inventory items.
Player Command
Executes a command from the player. You can use PlaceholderAPI variables.
Console Command
Executes a command from the console. Use %player% variable for player name. You can use PlaceholderAPI variables.
Player Command as Op
Executes a command from the player as OP. (Not recommended)
Title
Sends a title and subtitle to the player. Use this format:
<fadeIn>;<stay>;<fadeOut>;<title>;<subtitle>
fadeIn, stay and fadeOut must be in ticks, 20ticks = 1second.
If you want just a title, or just subtitle write "none".
Playsound
Plays a sound to the player. Use this format: <sound>;<volume>;<pitch>
You can find a list of sounds here:
Latest Versions: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html
Legacy Versions: https://helpch.at/docs/1.8.8/index.html?org/bukkit/Sound.html
Firework
Spawns a firework from the player location. Use this format:
"firework: colors:<color1>,<color2> type:<type> fade:<color1>,<color2> power:<power>"
The fade property is optional.
Firework Colors: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Color.html
Firework Types: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/FireworkEffect.Type.html
Message
Sends a message to the player. You can use PlaceholderAPI variables.
Close Inventory
Closes the player inventory.
Last updated