Death TNT
Summary
This plugin will explode players that die with TNT in their inventory, more TNT means a bigger explosion.
Features
- Players explode on death if they have TNT.
- Configurable chance to explode.
- Configurable explosion size multiplier for each TNT.
- Can cap the size of the explosion.
- Option to only explode if TNT is in the player's hand.
- Option to remove the TNT in the player's inventory on death.
Config
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | # The multiplier for the size of the explosion for each TNT in inventory # 0.15625*64 = 10, 1 stack does a full size explosion multiplier: 0.15625 # The maximum explosion size. # Too big and it lags the users and the server maxExplosionSize: 10 # Only explode on death if TNT is in player's hand. handOnly: false # Remove all TNT on death if exploded, so no TNT is dropped. removeOnDeath: true # Chance to explode in percentage. # 100 = 100% chance. chance: 100 |
Permissions
deathtnt.explode - Players with this permission explode if they have TNT on them.

