# You will have to make sets before you can fire up your firework.
# The "DefaultSet" is the default set.
# You can copy paste it and just change the settings. When you are
# going to use one of the sets you can either do /fw start DefaulSet,
# or on a sign do [Firework] on the first line and DefaultSet on the
# second. Options with [] uses a list. This means that you can put
# more than one in it.
# ---------------------------------------------------------------------#
# Colors: Aqua, Black, Blue, Fuchsia, Gray, Green, Lime, Maroon,
# Magenta, Navy, Olive, Orange, Pink, Purple, Red, Silver, Teal,
# White, Yellow or you can do 5-37-14(R-G-B)
# ---------------------------------------------------------------------#
# Shapes: Ball, Ball_Large, Burst, Creeper, Stare
# ---------------------------------------------------------------------#
# The TimerTicks is when the rocket should have launched and
# uses minecraft's tick system.
# Remember this is when the rocket should have launched, this
# means that if you have
# rocket no.1 to 5 ticks and rocket no.2 to 7 ticks rocket no.2 will
# launch 2 ticks after
# rocket no.1
# -----------------#
# 0.5s = 10 ticks
# 1s = 20 ticks
# 5s = 100 ticks
# 10s = 200 ticks
# -----------------#
DefaultSet:
Rocket1:
Color: [Green]
ColorFade: [Green]
Shape: Creeper
Power: 2
Trail: true
Flicker: false
TimerTicks: 0
Rocket2:
Color: [Green, Yellow]
ColorFade: [Green, Yellow, Red]
Shape: Star
Power: 3
Trail: true
Flicker: false
TimerTicks: 20
Rocket3:
Color: [Colors: Aqua, Black, Blue, Fuchsia, Gray, Green, Lime, Maroon, Magenta, Navy, Olive, Orange, Pink, Purple, Red, Silver, Teal, White, Yellow]
ColorFade: [Colors: Aqua, Black, Blue, Fuchsia, Gray, Green, Lime, Maroon, Magenta, Navy, Olive, Orange, Pink, Purple, Red, Silver, Teal, White, Yellow]
Shape: Burst
Power: 3
Trail: true
Flicker: true
TimerTicks: 60