

Bombs Away!
Tired of players who prefer to stay on the ground and don't use elytras? It's time to show them who's in charge! Take to the skies and unleash a hail of destruction from above, making them regret their decision not to fly!
This mod operates server-side, so players don't need to install it to use it on a server where it's already installed. (For singleplayer, installation is obviously required.)
Configuration
The mod's configuration is located in the bombsaway.json
file in the config folder:
{
"enabled": true,
"tickCooldown": 10,
"tntIgnitersTag": "c:tnt_igniters"
}
You can customize which items can be used in the offhand using the tntIgnitersTag
parameter, which corresponds to an item tag. The default tag c:tnt_igniters
includes the following items:
{
"values": [
"minecraft:flint_and_steel",
"minecraft:redstone_torch",
"minecraft:redstone_block"
]
}
Development Roadmap
- Planned support for TNT minecarts, fire charges, and other items.
- Have ideas? Share them on Discord!