- Native Minecraft Version:
- 1.13
- Tested Minecraft Versions:
- 1.8
- 1.9
- 1.10
- 1.11
- 1.12
- 1.13
- 1.14
- 1.15
- 1.16
- Source Code:
- https://github.com/MrMicky-FR/UltimateTNT
- Donation Link:
- https://www.paypal.me/DevInfinity
Overview
This plugin allow you to fully customize TNT on your server !
Features:
Pictures:
- AutoIgnite
- Custom Name
- Dynamic timer
- Change delay before explosion
- Change explosion's radius
- Realistic Explosion
- Blocks restore
- Incendiary explosions
- Disable blocks breaks
- Disable items drop
- Blocks blacklist
- Reduce fall damages
- Reduce TNT damages
- Obsidian breaker
- Fully customisable
- Advanced compatibility with other plugin wich use TNT
Exemple with timer:
Realistic explosion with blocks restore
With and without UltimateTNT
![]()
![]()
Auto Ignite
Realistic Explosion
![]()
Blocks restore
![]()
Fire explosion
![]()
And more soon...
Commands:
(You can use /utnt instead of /ultimatetnt)
- /ultimatetnt: Display plugin's version and author
- /ultimatetnt reload (permission: ultimatetnt.reload): Reload the configuration
Block restore will not restore some block's data (players skull, banners content, mobs on spawner...) but signs and inventories will be restores.
Config:
Code (YAML):#Ultimate TNT config
#by MrMicky
#
#Spigot link: https://www.spigotmc.org/resources/ultimatetnt.49388/
UpdateChecker: true
#TNT will not be modify in worlds below
DisableWorlds:
- 'DisableWorld1'
- 'DisableWorld2'
#Automatically ignite TNT on place
AutoIgnite: false
#Should TNT have a custom name
CustomName: true
#List of names within which one will be randomly selected
#'%timer' will be replaced by the time left before the TNT explodes
Names:
- '&4Run: %timer'
- '&cBoom in %timer'
#Delay in ticks before TNT explodes. Minecraft default is 80 ticks (4 seconds). 1 second = 20 ticks
ExplodeTicks: 80
#Radius affected by the explosion. Minecraft default is 4.0
Radius: 4.0
#Should TNT break blocks
DisableBreak: false
#If enable blocks destroyed with the explosion will be restores
RestoreBlocks:
Enable: false
#Minimum delay before blocks restore. Delay is in ticks
MinDelay: 60
#Max delay for restore all blocks from the explosion
MaxDelay: 140
#Disable blocks drop with the explosion
DisableDrops: false
#Should the explosion will create fire
Fire: false
#Blocks in this list will not break or be modify by the explosion
#You can find here a list of all types²:
# https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
BlacklistBlocks:
- 'WOOL'
#If whitelist is enable, only blocks in the list will be affect by the explosion
#You can find here a list of all type:
# https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
Whitelist:
Enable: false
BlockList:
- 'STONE'
#Create a realistic explosion ? 'DisableBreak' need to be false
#Blocks will not be break but will be project arround the explosion
RealisticExplosion: false
#Reduce the fall damage by dividing the damages (usefull for TNT Fly). Set to 1.0 to not reduce it
FallDamage: 5.0
#Reduce the TNT damage by dividing the damages (usefull for TNT Fly). Set to 1.0 to not reduce it
TNTDamage: 5.0
#If enable, all explosions will be handle by the plugin (for realistic explosion or blcoks restore)
AllExplosions: false
#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
Bugs and suggestions
Please don't post bugs or suggestions in the review section, but please open an issue on GitHub.
If you just have a question, you can ask it in the discussion page or on my Discord server.
And if you like this plugin you can leave a review or star the GitHub project.
![]()

UltimateTNT - The ultimate TNT plugin 1.11.3
The ultimate TNT plugin: Timer, TNT Fly, Custom Name, Realistic explosion, Radius and lots more....
Recent Updates
- Disable physics when restoring blocks Aug 9, 2020
- Fix tnt in dispensers under water Jun 11, 2019
- Obsidian breaker Apr 29, 2019