UltimateTNT - The ultimate TNT plugin
作者:MrMicky
发布时间:2017年11月9日
原生版本:未知
测试支持:1.8,1.9,1.10,1.11,1.12,1.13,1.14,1.15,1.16,1.17,1.18,1.19,1.20
终极TNT插件:定时器,TNT飞行,自定义名称,真实爆炸,半径和更多...
点此下载插件详细介绍
💣 UltimateTNT 插件
UltimateTNT 是一款允许你在 Minecraft 服务器上完全自定义 TNT 行为的插件。你可以调整 TNT 的各项属性,例如爆炸延迟、半径、是否破坏方块等,甚至可以实现逼真的爆炸效果和方块恢复功能。
✨ 主要特性
- 自动点燃
- 自定义名称(支持动态计时器显示)
- 可配置的爆炸延迟
- 可配置的爆炸半径
- 逼真的爆炸效果
- 方块恢复
- 火焰爆炸
- 禁用方块破坏
- 禁用物品掉落
- 方块黑名单/白名单
- 减少摔落伤害
- 减少 TNT 伤害
- 黑曜石破坏者
- 完全可定制
- 与其他使用 TNT 的插件高度兼容
⚙️ 命令
/ultimatetnt: 显示插件版本和作者/ultimatetnt reload(权限:ultimatetnt.reload): 重载配置文件- 可以使用
/utnt代替/ultimatetnt
注意:方块恢复功能不会恢复某些方块的数据(例如玩家头颅、旗帜内容、刷怪笼上的生物),但会恢复告示牌和容器的物品。
📝 配置
config.yml
#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