本帖最后由 小白勇者 于 2015-5-2 03:01 编辑
是这样的 我开了一个服务器 弄了一个主城 想要保护主城(我的一个好朋友开的,没人教我们) 于是用圈地插件问题是它每次都要弹出一个AreaSizeLimit 希望大神求解啊 别问我为什么不问资深腐竹 因为我一问就被移除游戏群还被屏蔽了(完了2年啊) 最后谁能告诉我怎么保护主城啊 有其他好的方法也麻烦教一下我{:10_501:}
是这样的 我开了一个服务器 弄了一个主城 想要保护主城(我的一个好朋友开的,没人教我们) 于是用圈地插件问题是它每次都要弹出一个AreaSizeLimit 希望大神求解啊 别问我为什么不问资深腐竹 因为我一问就被移除游戏群还被屏蔽了(完了2年啊) 最后谁能告诉我怎么保护主城啊 有其他好的方法也麻烦教一下我{:10_501:}
在你服务器的路径\plugins\Residence\config里面,找到复制代码
MaxResidences是最大领地数量
MaxAreasPerResidence是最大子领地数量
MaxEastWest,MaxNorthSouth,MaxUpDown,MaxHeight这些是长宽高的圈地限制,你全改成256就行(256最大)
- 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: 2
- # 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: 100
- # The maximum number of blocks a Residence can be, North to South (Z).
- MaxNorthSouth: 100
- # 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 recursive depth that subzones can go.
- # A subzone within a subzone within the Residence zone would be a depth of 2.
- # Set to 0 to disable subzones.
MaxResidences是最大领地数量
MaxAreasPerResidence是最大子领地数量
MaxEastWest,MaxNorthSouth,MaxUpDown,MaxHeight这些是长宽高的圈地限制,你全改成256就行(256最大)
qq1341581495 发表于 2015-5-2 00:20
在你服务器的路径\plugins\Residence\config里面,找到
MaxResidences是最大领地数量
MaxAreasPerResidence ...
大概在140行左右
保護主城我則是用WorldGuard 插件 只有op能使用該指令 和破壞方塊而已 其他玩家都無法
AreaSizeLimit提示的信息是圈地范围达到上限了
如果你在服务器是OP的话只需要把/res 改成/resadmin
后面的指令依旧即可
如果你在服务器是OP的话只需要把/res 改成/resadmin
后面的指令依旧即可