🔞
StreamEvents
English
English
  • 🌟Welcome
  • Scripting
    • Action
      • Custom Parameters
        • 🎆Firework Effects
    • Event
      • Placeholders
        • Others
          • Badges
        • Like
        • Share
        • Gift
        • Redeem Points
        • Host
        • Raid
        • Bits
        • Subscription
        • Chat
        • New Follower
        • Cube (Deprecated)
      • Goal
  • Streams Type
  • Configuration of streams
    • Twitch - Chat & Points
    • StreamLabs
    • Kick
    • Tiktok
  • ✅Compatibility
    • PlaceholderAPI
    • Addons
      • FarmInteractions
      • CubeEvents
        • Custom Parameters
Powered by GitBook
On this page
  1. Scripting
  2. Action
  3. Custom Parameters

Firework Effects

PreviousCustom ParametersNextEvent

Last updated 1 year ago

This topic has been separated as it is a bit longer and could not fit in 1 or 2 lines in the Custom Parameters section.

A FireworkEffect has 5 properties

type (FireworkType): The type of shape that the firework effect will have. ()

flicker (boolean) : If activated, it will cause the fireworks to flicker.

trail (boolean): If activated, the firework will have a trail.

color (hex color): The primary color of fireworks ()

fadeColor (hex color): The diffused color that the firework will have. ()

The format in which a firework effect is applied is as follows:

actions:
  action_entity_firework:
    action_type: SPAWN_ENTITY
    entity: FIREWORK
    custom_params:
      firework_effects: #type;flicker;trail;color;fadeColor
        - 'BURST;true;true;#FF50C7;#6550FF'
        - ... #You can add more effects if you wish.
🎆
You can see all types here
See how to get the hex color here
See how to get the hex color here