Correct a bug on servers 1.9 + that don't remove tnt from your inventory with tht throw
Add a option to don't throw tnt when sneaking
Add a falling blocks limit (realistic explosion) per chunk to reduce lag
Just add this in your config.yml
Code (Text):
#If enable you can throw a tnt by right clicking with a tnt in your hand
Throw:
Enable: false
Velocity: 2.0
DisableOnSneak: true
#Delay in seconds
Delay: 2
#Max of falling blocks per chunk spawn in the realistic explosion
MaxFallingBlocksPerChunk: 1000