WeaponizedFireworks is a fun plugin for players to use missiles with fireworks!
- Launch colorful missiles of doom at your friends!
- Customize the plugin to deal extra damage, and explode your friends' bases!
- Automate your defense systems with dispensers and fireworks!
How do I install WeaponizedFireworks?
- Download WeaponizedFireworks
- Move it to your \plugins folder.
- Launch your server
- [optional] Configure the config.yml with any text editor
How do I use WeaponizedFireworks?
Good question. Just right click with a firework, it's as simple as that!
For dispensers, all you have to do is place a firework inside and activate the dispenser!
This is the config.yml, all values have their explanation above them:
Spoiler: Config
Commands
Code (YAML):
[/SIZE
]
[/B
]
[B ] [SIZE=4 ] # >Oo---------------o-| Config |-o-----------------oO< #
# #
# WeaponizedFireworks #
# ~ A plugin by Horsey #
# >Oo---------------o-| ------ |-o-----------------oO< #
# #
# What's in this config? #
# > Messages #
# > Various settings. #
# #
# What should I do? #
# > Change all values as per instructions (if #
# required) #
# #
# >Oo---------------o-| ------ |-o-----------------oO< #
# <> MESSAGES <> #
messages :
# Permission message to send when a player does not have permission to use a command
permission : '&7 [WeaponizedFireworks ] &c&lYou lack the permission to do this!'
# This is the message sent when players enable Firework Launch Mode
firework-launch-mode-on : '&7 [WeaponizedFireworks ] &a&lFirework Launch Mode on!'
# This is the message sent when players disable Firework Launch Mode
firework-launch-mode-off : '&7 [WeaponizedFireworks ] &a&lFirework Launch Mode off!'
# This is the message sent when console or a command block executes the command.
player-only : '&7 [WeaponizedFireworks ] &c&lOnly players may execute this command!'
# This is the message sent when incorrect syntax is used
bad-syntax : '&7 [WeaponizedFireworks ] &c&lInvalid Syntax! Use /fireworklaunchmode or /flm <on|off>'
# <> SETTINGS <> #
# >> Hand Settings - Settings for when a firework is launched by hand :-
# This will do extra damage to nearby entities (in addition to the minecraft 2-5 damage). If this is false, other values related to damage will be ignored
do-hand-extra-damage : false
# Extra damage will be applied to entites in this radius
hand-damage-radius : 5
# This is the damage to be applied
hand-extra-damage : 10
# When this is true, fireworks launched by hand will cause an explosion, all other hand-explosion values will be ignored if this is false
do-hand-explosions : true
# This is the radius for the explosion
hand-explosion-radius : 5
# If this is true, hand explosions will not explode until they hit something, or you set a timeout
do-hand-extend-life : true
# Life of a firework in seconds
hand-firework-life : 30
# >> Dispenser Settings - Settings for when a firework is launched by dispenser :-
# This will enable shooting of fireworks from dispensers, if this is false, all other dispenser settings will be ignored.
do-dispenser-weaponized-fireworks : true
# This will do extra damage to nearby entities (in addition to the minecraft 2-5 damage). If this is false, other values related to damage will be ignored
do-dispenser-extra-damage : true
# Extra damage will be applied to entites in this radius
dispenser-damage-radius : 5
# This is the damage to be applied
dispenser-extra-damage : 7
# When this is true, fireworks launched by dispenser will cause an explosion, all other dispenser-explosion values will be ignored if this is false
do-dispenser-explosions : true
# This is the radius for the explosion
dispenser-explosion-radius : 5
[/SIZE ] [/B ]
[B ] [SIZE=4 ]
[B ] [SIZE=4 ] # >Oo---------------o-| Config |-o-----------------oO< #
# #
# WeaponizedFireworks #
# ~ A plugin by Horsey #
# >Oo---------------o-| ------ |-o-----------------oO< #
# #
# What's in this config? #
# > Messages #
# > Various settings. #
# #
# What should I do? #
# > Change all values as per instructions (if #
# required) #
# #
# >Oo---------------o-| ------ |-o-----------------oO< #
# <> MESSAGES <> #
messages :
# Permission message to send when a player does not have permission to use a command
permission : '&7 [WeaponizedFireworks ] &c&lYou lack the permission to do this!'
# This is the message sent when players enable Firework Launch Mode
firework-launch-mode-on : '&7 [WeaponizedFireworks ] &a&lFirework Launch Mode on!'
# This is the message sent when players disable Firework Launch Mode
firework-launch-mode-off : '&7 [WeaponizedFireworks ] &a&lFirework Launch Mode off!'
# This is the message sent when console or a command block executes the command.
player-only : '&7 [WeaponizedFireworks ] &c&lOnly players may execute this command!'
# This is the message sent when incorrect syntax is used
bad-syntax : '&7 [WeaponizedFireworks ] &c&lInvalid Syntax! Use /fireworklaunchmode or /flm <on|off>'
# <> SETTINGS <> #
# >> Hand Settings - Settings for when a firework is launched by hand :-
# This will do extra damage to nearby entities (in addition to the minecraft 2-5 damage). If this is false, other values related to damage will be ignored
do-hand-extra-damage : false
# Extra damage will be applied to entites in this radius
hand-damage-radius : 5
# This is the damage to be applied
hand-extra-damage : 10
# When this is true, fireworks launched by hand will cause an explosion, all other hand-explosion values will be ignored if this is false
do-hand-explosions : true
# This is the radius for the explosion
hand-explosion-radius : 5
# If this is true, hand explosions will not explode until they hit something, or you set a timeout
do-hand-extend-life : true
# Life of a firework in seconds
hand-firework-life : 30
# >> Dispenser Settings - Settings for when a firework is launched by dispenser :-
# This will enable shooting of fireworks from dispensers, if this is false, all other dispenser settings will be ignored.
do-dispenser-weaponized-fireworks : true
# This will do extra damage to nearby entities (in addition to the minecraft 2-5 damage). If this is false, other values related to damage will be ignored
do-dispenser-extra-damage : true
# Extra damage will be applied to entites in this radius
dispenser-damage-radius : 5
# This is the damage to be applied
dispenser-extra-damage : 7
# When this is true, fireworks launched by dispenser will cause an explosion, all other dispenser-explosion values will be ignored if this is false
do-dispenser-explosions : true
# This is the radius for the explosion
dispenser-explosion-radius : 5
[/SIZE ] [/B ]
[B ] [SIZE=4 ]
/FireworkLaunchMode - Tell the plugin not to launch a missile when you right click - flm.toggle
Permissions
firework.launch - The permission required to launch a firework
flm.toggle - The permission for /fireworklaunch
Where can I report problems?
Aww sorry about that, you can report bugs here

Where can I have my questions answered?
Head to the discussion page and ask away

Can I see the source code?
Sure! You can view it on GitHub
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.12
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
WeaponizedFireworks | 1.12 | by Horsey is a free Minecraft Java mod. Compatible with Minecraft 1.12. Downloaded 206 times (via Spigot). Download it and open it directly in the game.