我想啸啊
圈地的时候显示这个 在config里面改哪一个
有时候是Y值

f_k_h
显示你长度限制是16
residence插件的config里面
# 一个领地在东西方向最大距离 (X坐标).
            MaxEastWest: 16
            # 一个领地在南北方向最大距离 (Z坐标).
            MaxNorthSouth: 16
            # 一个领地在上下方向最大高度 (Y坐标).
            MaxUpDown: 256

f_k_h
插件版本不一样有的res版本会在groups.yml 里面改

2928540246
提示是说 你选用的X轴长是72,应该小于16 这个应该是插件配置文件的问题 你可以去residence/config里面寻找关键词大写X和16改一下试试

OMGLogic
是OP吗,是OP的话在NextGroup权限组里修改。
    NextGroup: #权限组名字, 玩家应该拥有 residence.group.nextgroup 权限才能成为这个领地用户组成员
       Residence:
           CanCreate: true
           MaxResidences: 4
           MaxAreasPerResidence: 2
           MaxEastWest: 20
           MaxNorthSouth: 20
           MaxUpDown: 20
           MinHeight: 0
           MaxHeight: 255
           SubzoneDepth: 3
           CanTeleport: true
           Unstuck: true
           Kick: true
           SelectCommandAccess: true
           ItemListAccess: true
修改你想要的大小  
    MaxEastWest: 20
    MaxNorthSouth: 20
    MaxUpDown: 20
如果不是OP,在Default权限组修改

OMGLogic
首先进入/plugins/Residence文件夹,找到文件groups.yml
如果你是OP被限制的话在NextGroup权限组里修改。
    NextGroup: #权限组名字, 玩家应该拥有 residence.group.nextgroup 权限才能成为这个领地用户组成员
       Residence:
           CanCreate: true
           MaxResidences: 4
           MaxAreasPerResidence: 2
           MaxEastWest: 20
           MaxNorthSouth: 20
           MaxUpDown: 20

           MinHeight: 0
           MaxHeight: 255
           SubzoneDepth: 3
           CanTeleport: true
           Unstuck: true
           Kick: true
           SelectCommandAccess: true
           ItemListAccess: true
标红的是你需要修改的地方。
如果不是OP,让你的腐竹在Default权限组修改Default:Default: #group name, DONT remove this group
       # Information about the Residence zone that the player can define.
       #Uncomment the lines below to mirror this config to other groups.
       #Mirror:
         #- 'group1'
         #- 'group2'
       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: 15
           # The maximum number of physical areas a residence can have.
           MaxAreasPerResidence: 4
           # The maximum number of blocks a Residence can be, East to West (X).
           MaxEastWest: 20
           # (Optional) The minimum number of blocks a Residence can be, East to West (X).
           MinEastWest: 3
           # The maximum number of blocks a Residence can be, North to South (Z).
           MaxNorthSouth: 20
           # (Optional) The minimum number of blocks a Residence can be, North to South (Z).
           MinNorthSouth: 3
           # The maximum number of blocks a Residence can be, High to Low (Y).
           MaxUpDown: 20
           # (Optional) The minimum number of blocks a Residence can be, High to Low (Y).
           MinUpDown: 3
           # The lowest altitude this group is allowed to protect.
           MinHeight: 0
           # The highest altitude this group is allowed to protect.
           MaxHeight: 255
            # The maximum amount of subzones can current area have.
           MaxSubzonesInArea: 3
            # 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.
           SubzoneDepth: 3
           # (Optional) The maximum number of blocks a Residence Subzone can be, East to West (X).
           SubzoneMaxEastWest: 16
           # (Optional) The minimum number of blocks a Residence Subzone can be, East to West (X).
           SubzoneMinEastWest: 3
           # (Optional) The maximum number of blocks a Residence Subzone can be, North to South (Z).
           SubzoneMaxNorthSouth: 16
           # (Optional) The minimum number of blocks a Residence Subzone can be, North to South (Z).
           SubzoneMinNorthSouth: 3
           # (Optional) The maximum number of blocks a Residence Subzone can be, High to Low (Y).
           SubzoneMaxUpDown: 256
           # (Optional) The minimum number of blocks a Residence Subzone can be, High to Low (Y).
           SubzoneMinUpDown: 3
标红的是你需要修改的地方



a3095272833
指令前缀用/resadmin 不要用/res

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