# WelcomePlugin Configuration
# Enable or disable fireworks when players join the server.
enable: true
# Prevent plugin-spawned fireworks from dealing damage.
firework-damage: false
# The welcome message displayed to players when they join.
welcome-message: '&6Welcome to the server, %player%!'
# The default firework template to use when players join.
template: star
# Firework templates configuration
templates:
creeper:
# The shape of the firework (CREEPER, STAR, BALL, BALL_LARGE, BURST).
type: CREEPER
# The primary colors of the firework.
colors: GREEN, BLACK, YELLOW
# The colors the firework fades into after exploding.
fade: PURPLE
# The number of fireworks to spawn.
count: 3
# The flight duration of the firework (1 = short, 2 = medium, 3 = long).
power: 1
# The delay (in ticks) before the firework explodes (max: 160 ticks = 8 seconds).
detonation-delay: 15
star:
type: STAR
colors: YELLOW, BLUE
fade: ORANGE
count: 3
power: 1
detonation-delay: 15
ball:
type: BALL
colors: PURPLE, PINK, YELLOW
fade: WHITE
count: 2
power: 1
detonation-delay: 15