本帖最后由 Moming17 于 2022-11-15 16:15 编辑
有没有什么办法 可以让没被圈地的地方 禁止TNT爆炸 并且领地内可以正常使用指令 res set home tnt true 来开启领地内的TNT爆炸。
服务器内有WorldGuard插件
有没有什么办法 可以让没被圈地的地方 禁止TNT爆炸 并且领地内可以正常使用指令 res set home tnt true 来开启领地内的TNT爆炸。
服务器内有WorldGuard插件
安装防爆插件或者使用gamerule指令
打开flags.yml,把开头那块儿的tnt: true改成tnt: false
Global:
Flags:
Global:
use: true
build: true
ignite: true
firespread: true
damage: true
creeper: true
tnt: false
pvp: true
Global:
Flags:
Global:
use: true
build: true
ignite: true
firespread: true
damage: true
creeper: true
tnt: false
pvp: true
无敌三脚猫 发表于 2022-11-15 16:10
打开flags.yml,把开头那块儿的tnt: true改成tnt: false
Global:
Flags:
谢谢。一下就搞定了