Message

This action spawns a customizable firework effect.

Options

KeyDescriptionTypeRequiredDefault

messages

Specifies the type of firework.

String List

Yes

-

centered

Sets the primary colors of the firework.

Boolean

No

false

Example:

actions:
  firework-1: # Unique id
    action: FIREWORK
    type: STAR
    colors: [RED, GREEN, BLUE]
    fade-colors: [YELLOW, PURPLE, AQUA]
    power: 5
    trail: true
    flicker: true
  firework-2: # Unique id
    action: FIREWORK
    colors: [BLUE]

Last updated