Find Effects

Effects to be displayed ONLY to the player when finding an object from this Search.

Firework

This effect will create a firework explosion effect on the object location.

# 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

This effect will drop several items from the object that will disappear instantly. These items cannot be picked up.

Rotating Head

This effect will generate a rotating head from the object.

Hologram

This effect will create a hologram in the object location.

Bats

This effect will spawn bats around the object location.

Lightning

This effect will spawn a lightning on the object location.

Particles

This effect will generate particles on the object location.

Last updated