Configure everything: colors, flickers, trails, explosion types, etc.
Choose color-palette for firework explosions! (only CHRISTMAS & RANDOM for now)
Craft charged crossbow which shoots with clustered fireworks;
More information The first thing we must do is CHARGE any crossbow with %configurable_item%.
(redstone dust for example)
Then, just shoot and watch!
Everything is configurable:
Code (YAML):
# -- CROSSBOW SETTINGS -- # You can localize the name and lore here. # Also you can change the item that required for charged crossbow craft. (charger) # Use "§"-symbol for color choosing. Not the "&". Crossbow:
Name: "§4§lCHARGED CROSSBOW" Lore: -
"" -
"§4§lCHARGED. §7Proceed with §ccaution§7." -
"§8Next shot will spawn a cluster firework." Charger: REDSTONE
# -- FIREWORK SETTINGS -- # Here you can choose the color palette that used when custom fireworks detonate. Possible values is CHRISTMAS and RANDOM. # CHRISTMAS is default christmas colors. (white, red, green, yellow, etc.) # RANDOM is an absolutely random RGB color. Firework:
Detonate:
ColorPalette: CHRISTMAS
# How much additional colors you will see when firework explode? AdditionalColors: 1
Fade:
ColorPalette: RANDOM
AdditionalColors: 1
# If set true, fireworks will always have trails/flickers effects after detonate. AlwaysTrailing: false
AlwaysFlickering: false
# Possible values: BALL, BALL_LARGE, BURST, CREEPER, STAR AllowedExplosionEffectTypes: - BALL
- BALL_LARGE
- BURST
- CREEPER
- STAR
# -- TASK SETTINGS -- # And last but not least, fireworks spawn task configuration. # Duration represents the amount of ticks that task will active. # Frequency is the period in ticks between each firework will spawn. Lower values will force fireworks to spawn faster, but it may reduce your TPS. # ZERO FREQUENCY VALUE WILL ENDLESSLY LOOP THE TASK AND PROBABLY DESTROY YOUR SERVER. Task:
Duration: 400
Frequency: 5
End So, with this plugin, you can celebrate Christmas and New Year in Minecraft! Call your friends, place a cake somewhere, play the music record, launch fireworks, and have a fun. Merry Christmas!
Postscriptum - You can do whatever you want with my plugin. Decompile it, fork it, use my code in your projects, anything. Don't ask for my approval.
- Report any bugs and suggest features & ideas in the resource discussion, please. Not in the reviews section.
- Have a good time! You can rate it, if you like/dislike my work.