❤️
AdvancedKits
  • 😍Welcome
    • Introduction
  • Information
    • Placeholders
    • Common Issues and Solutions
  • Configurations
    • Kits
    • Menu Fillers
    • Requirements
    • Item Format
    • Action Types (Coming Soon)
      • Firework
      • Potion Effect
      • Message
  • Commands
    • Admin Commands
    • Player Commands
Powered by GitBook
On this page
  • Options
  • Example:
  1. Configurations
  2. Action Types (Coming Soon)

Firework

This action spawns a customizable firework effect.

Options

Key
Description
Type
Required
Default

type

Specifies the type of firework.

String

No

BALL

colors

Sets the primary colors of the firework.

String List

No

-

fade-colors

Specifies the fade colors of the firework.

String List

No

-

power

Determines the flight duration and the size of the explosion.

Integer

No

0

trail

Adds a trail effect to the firework.

Boolean

No

false

flicker

Adds a flicker effect to 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]
PreviousAction Types (Coming Soon)NextPotion Effect

Last updated 1 year ago