- 版权类型
- 原创
- 插件中文名称
- 无爆炸
- 插件英文名称
- NoExplosion
- 原帖地址
- #
- 支持的核心(服务端)
- Spigot
- Paper
- Purpur
- 语言支持
- 多语言
- 适配版本(Java)
- 1.21
- 1.20
- 1.19
- 1.18
- 1.17
- 1.16
- 1.15
- 1.14
- 1.13
- 1.12
- 1.11
- 1.10
- 1.9
- 1.8
NoExplosion
—— 禁止爆炸物的破坏
—— 禁止爆炸物的破坏
QQ技术群热线: 466606597
有以下的爆炸情况可以阻止
- 苦力怕
- TNT
- 闪电苦力怕
- TNT 矿车
- 末影水晶
- TNT爆炸倒计时可以自定义设置
- 爆炸伤害可以自定义设置
- Debug 模式 (调试)
/noexplosion
/ne
权限
noexplosion.reload
高度自定义的配置
# ========================
# NoExplosion Config by Eternal Polar
# ========================
UpdateCheck:
# Whether update checking is enabled
Enable: true
# Update check interval (in minutes)
Interval: 30
# Whether to display update information
ShowNewestVersionInfo: true
debug:
enable: false
show-coordinates: true
messages:
tnt-blocked: '&cTNT explosion blocked! Location: {world} ({x}, {y}, {z})'
tnt-primed: '&aTNT ignited, fuse time: {tnt-fuse-ticks} ticks'
creeper-blocked: '&cCreeper explosion blocked! Location: {world} ({x}, {y}, {z})'
creeper-exploded: '&aCreeper exploded, damage value: {damage-value}'
charged-creeper-blocked: '&cCharged creeper explosion blocked! Location: {world} ({x}, {y}, {z})'
charged-creeper-exploded: '&aCharged creeper exploded, damage value: {damage-value}'
tnt-minecart-blocked: '&cTNT Minecart explosion blocked! Location: {world} ({x}, {y}, {z})'
tnt-minecart-exploded: '&aTNT Minecart exploded'
end-crystal-blocked: '&cEnd Crystal explosion blocked! Location: {world} ({x}, {y}, {z})'
end-crystal-exploded: '&aEnd Crystal exploded'
block-tnt: true
block-creeper: true
block-charged-creeper: true
block-tnt-minecart: true
block-end-crystal: true
damage:
enable: false
value: 6.0
tnt-fuse-ticks: 80 # Default 4 seconds (20 ticks/second)
如果有需要的话,自己翻译成中文