Skip to content

Firework Effect

MomoPewpew edited this page Apr 9, 2024 · 5 revisions

Description: Plays a firework explosion¸.

Source Code

Configuration:

Option Description Default Value
flicker Whether the firework should flicker no
trail Should the firework have a trail? no
colors a list of hexadecimal colors for the explosion (example: ffffff,000000) FF0000
fade-colors a list of hexadecimal colors for the after fading of the explosion (example: ffffff,000000) FF0000
flight How long should the firework fly before exploding 0

Example:

effects:
  0:
    position: caster
    effect: fireworks
    flicker: no
    trail: no
    colors: 0700D6
    fade-colors: 28672
Clone this wiki locally