苏狐awa
如标题,Residence版本为5.0.1.3

clearlove_7
可以在需要保护的世界上任意圈一个管理员领地,之后在配置文件中找到该领地 将坐标改成 -99999999,0,-9999999和99999999,255,99999999即可

fanglys
保护整个世界最好使用worldguard插件。

ZeroExact
打开flags.yml,下列的需要禁止的改成false即可关闭不在领地时的对应权限
  1. Global:
  2.   Flags:
  3.     Global:
  4.       use: true
  5.       build: true
  6.       ignite: true
  7.       firespread: true
  8.       damage: true
  9.       creeper: true
  10.       tnt: true
  11.       pvp: true
复制代码

无敌三脚猫
如果你不是想保护全部世界,而是一个世界,比如world世界,那可以写成
Global:
  Flags:
    world:
      build: false
    Global:
      use: true
      build: true
      ignite: true
      firespread: true
      damage: true
      creeper: true
      tnt: true
      pvp: true
对了那叫flag.yml

woll哒
这里有个最简单得办法,每个方向/res expand 10000000000,多少个0自己随便打

Ayamuta
resbuild.jar (3.15 KB, 下载次数: 0)

加上这个:https://www.mcbbs.net/thread-1068359-1-1.html
然后禁止在要保护的世界圈地()

第一页 上一页 下一页 最后一页