Find Effects
Firework
# A firework effect has different properties, you must use at least
# "colors" and "type"
# Properties:
# colors:<color1>,<color2>,... (Colors of the firework, you can specify the name of the color,
# or a HEX color code in this format: #<color>)
# type:<firework_type> (Type of the firework)
# offsetY:<value> (Modification of the height value of the firework location)
# fade:<color1>,<color2>,... (Fade colors of the firework)
# flicker:true (Adds the flicker effect to the firework)
# trail:true (Adds the trail effect to the firework)
# 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
default_actions:
find_effects:
- 'firework: colors:RED,WHITE type:BALL offsetY:0.8 fade:GREEN'
- 'firework: colors:ORANGE,BLACK type:STAR offsetY:0.8 flicker:true trail:true'
- 'firework: colors:RED,#ff73a4,#f773ff type:BALL'Random Items
Rotating Head
Hologram
Bats
Lightning
Particles
Last updated