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

Showcase
[youtube showcase video]
Description
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 only $9.97 $4.99, your server receives 20 high quality, fully custom Firework weapons.
Not to mention an extremely powerful configuration, that lets you FURTHER customise each item down to the tiniest details.
The minigame possibilities are TRULY endless. Whether you own a small SMP between friends, or the largest MMORPG out there, every item can be seamlessly integrated through custom 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.
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",
"amount": 1,
"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