ALL the items from Firework Wars | Resource Pack | Crafting Recipes | Developer API

Fan of Firework Wars?
Now, you can have every custom item on your own server.
Every single one of them. 1 to 1 replica. Made by the same developer team behind Firework Wars.
For just $9.97, your server gets 20 high quality and fully custom Firework weapons. Not to mention an extremely powerful configuration that lets you FURTHER customise each individual item down to the tiniest details.
The minigame possibilities are TRULY endless. As for the role-playing servers, whether you own a small SMP between friends or the largest MMORPG out there, the config allows you to seamlessly integrate every item through customisable crafting recipes.
...and the best part?
A config file may have limitations...
But code definitely does not.
Our Developer API is light, simple to use, and easy to integrate into any plugin. If you are a developer and the config doesn't satisfy your needs, then this definitely will.
Showcase
[youtube showcase video]
Features
Guns & Weapons
Armor
Misc
Ammo
Recipes
Add crafting recipes for the custom items. You can have as many different recipes as you want for each item, or leave some items out to make them uncraftable.
Example recipe configuration:
"recipes": {
"shapedRecipes": [
{
"itemId": "firework_rifle",
"shape": [
"sds",
"ihi",
" s "
],
"key": {
"h": "TRIPWIRE_HOOK",
"d": "DIAMOND",
"s": "STICK",
"i": "STRING",
"g": "GUNPOWDER"
}
}
],
"shapelessRecipes": [
{
"itemId": "throwable_tnt",
"ingredients": {
"TNT": 1,
"REDSTONE_DUST": 1
}
}
]
}
Item Properties
Every item has its own unique configuration. View the documentation on our GitHub to see what you can change in each item.
Example item property configuration:
"itemProperties": {
"rocket_launcher": {
"enchants": {
"QUICK_CHARGE": 1,
"UNBREAKING": 3
},
"durability": 250,
"enchantedGlint": true,
"acceleration": 0.25,
"accelerationTicks": 60,
"setFire": false,
"breakBlocks": true,
"explosionPower": 4.0
}
}
Disabled Items
You don't need to include every item. Add the item IDs of the items you don't want here, and they will be disabled.
Example disabled items configuration:
"disabledItems": [ "player_tracker", "suicide_bomber", "rocket_launcher", "rocket_launcher_ammo" ]
Terms of Service