UAC_MagicK
本帖最后由 小白勇者 于 2015-5-2 03:01 编辑

是这样的   我开了一个服务器 弄了一个主城 想要保护主城(我的一个好朋友开的,没人教我们)   于是用圈地插件问题是它每次都要弹出一个AreaSizeLimit   希望大神求解啊        别问我为什么不问资深腐竹   因为我一问就被移除游戏群还被屏蔽了(完了2年啊)     最后谁能告诉我怎么保护主城啊 有其他好的方法也麻烦教一下我{:10_501:}

Holy_Wings
在你服务器的路径\plugins\Residence\config里面,找到
  1. Residence:
  2.            # Determins if this group can create residences or not.  This option can be overriden with the permissions node 'residence.create'
  3.            CanCreate: true
  4.            # The maximum number of Residences a player can have.
  5.            MaxResidences: 2
  6.            # The maximum number of physical areas a residence can have.
  7.            MaxAreasPerResidence: 2
  8.            # The maximum number of blocks a Residence can be, East to West (X).
  9.            MaxEastWest: 100
  10.            # The maximum number of blocks a Residence can be, North to South (Z).
  11.            MaxNorthSouth: 100
  12.            # The maximum number of blocks a Residence can be, High to Low (Y).
  13.            MaxUpDown: 256
  14.            # The lowest altitude this group is allowed to protect.
  15.            MinHeight: 0
  16.            # The highest altitude this group is allowed to protect.
  17.            MaxHeight: 255
  18.             # The maximum recursive depth that subzones can go.
  19.             # A subzone within a subzone within the Residence zone would be a depth of 2.
  20.             # Set to 0 to disable subzones.
复制代码

MaxResidences是最大领地数量
MaxAreasPerResidence是最大子领地数量
MaxEastWest,MaxNorthSouth,MaxUpDown,MaxHeight这些是长宽高的圈地限制,你全改成256就行(256最大)

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