丨龙少丨
什么指令可以弄大普通玩家圈地范围和次数啊? 求具体指令

Enderaoe
在residence\config.yml中设置
           # The maximum number of blocks a Residence can be, East to West (X).
           MaxEastWest: 10000
           # The maximum number of blocks a Residence can be, North to South (Z).
           MaxNorthSouth: 10000
           # The maximum number of blocks a Residence can be, High to Low (Y).
           MaxUpDown: 256
           # The lowest altitude this group is allowed to protect.
           MinHeight: 0
           # The highest altitude this group is allowed to protect.
           MaxHeight: 255

这些是领地的范围大小
  1.            # The maximum number of Residences a player can have.
  2.            MaxResidences: 10
复制代码

这是领地的最大上限
如对您有帮助请设置“最佳”

xll_x66
打开Residences.config 找到这里
Residence:
           # Determins if this group can create residences or not.  This option can be overriden with the permissions node 'residence.create'
           CanCreate: true
           # The maximum number of Residences a player can have.
           MaxResidences: 3
           # The maximum number of physical areas a residence can have.
           MaxAreasPerResidence: 2
           # The maximum number of blocks a Residence can be, East to West (X).
           MaxEastWest: 256
           # The maximum number of blocks a Residence can be, North to South (Z).
           MaxNorthSouth: 256
           # The maximum number of blocks a Residence can be, High to Low (Y).
           MaxUpDown: 256
           # The lowest altitude this group is allowed to protect.
           MinHeight: 0
           # The highest altitude this group is allowed to protect.
           MaxHeight: 255
其中
# The maximum number of Residences a player can have.
MaxResidences: 3
是领地上限。
# The maximum number of blocks a Residence can be, East to West (X).
MaxEastWest: 256
# The maximum number of blocks a Residence can be, North to South (Z).
MaxNorthSouth: 256

这两个是领地的东南西北高度。

这些你可以任意调试,大小、数量随你定。




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