RedStone_jun
这是配置文件
  1. Groups:
  2.     Default:
  3.         Mirror:
  4.          - 'Builder'
  5.          - 'vip1'
  6.        Residence:
  7.            # Determins if this group can create residences or not.  This option can be overriden with the permissions node 'residence.create'
  8.            CanCreate: true
  9.            # The maximum number of Residences a player can have.
  10.            MaxResidences: 999
  11.            # The maximum number of physical areas a residence can have.
  12.            MaxAreasPerResidence: 99999
  13.            # The maximum number of blocks a Residence can be, East to West (X).
  14.            MaxEastWest: 99999
  15.            # (Optional) The minimum number of blocks a Residence can be, East to West (X).
  16.            MinEastWest: 3
  17.            # The maximum number of blocks a Residence can be, North to South (Z).
  18.            MaxNorthSouth: 99999
  19.            # (Optional) The minimum number of blocks a Residence can be, North to South (Z).
  20.            MinNorthSouth: 3
  21.            # The maximum number of blocks a Residence can be, High to Low (Y).
  22.            MaxUpDown: 256
  23.            # (Optional) The minimum number of blocks a Residence can be, High to Low (Y).
  24.            MinUpDown: 3
  25.            # The lowest altitude this group is allowed to protect.
  26.            MinHeight: 0
  27.            # The highest altitude this group is allowed to protect.
  28.            MaxHeight: 255
  29.             # The maximum recursive depth that subzones can go.
  30.             # A subzone within a subzone within the Residence zone would be a depth of 2.
  31.             # Set to 0 to disable subzones.
  32.            SubzoneDepth: 3
  33.            # (Optional) The maximum number of blocks a Residence Subzone can be, East to West (X).
  34.            SubzoneMaxEastWest: 16
  35.            # (Optional) The minimum number of blocks a Residence Subzone can be, East to West (X).
  36.            SubzoneMinEastWest: 3
  37.            # (Optional) The maximum number of blocks a Residence Subzone can be, North to South (Z).
  38.            SubzoneMaxNorthSouth: 16
  39.            # (Optional) The minimum number of blocks a Residence Subzone can be, North to South (Z).
  40.            SubzoneMinNorthSouth: 3
  41.            # (Optional) The maximum number of blocks a Residence Subzone can be, High to Low (Y).
  42.            SubzoneMaxUpDown: 256
  43.            # (Optional) The minimum number of blocks a Residence Subzone can be, High to Low (Y).
  44.            SubzoneMinUpDown: 3
  45.            # Whether or not to allow teleporting to Residences.
  46.            CanTeleport: true
  47.            # Allow or Disallow the use of /res unstuck, to get yourself out of a residence if stuck in one somehow
  48.            Unstuck: true
  49.            # Allow or Disallow the use of /res kick, to kick player from residence.
  50.            Kick: False
  51.            # Allow or Disallow the use of the /res select command, if disabled they can only use the selection tool.
  52.            SelectCommandAccess: true
  53.            # Allow or Disallow the group to access the Blacklist/Ignorelist for residences they own.
  54.            ItemListAccess: true
  55.        # Options relating to enter and leave messages on the residence.
  56.        Messaging:
  57.            # Whether or not the player can change the Residence enter and leave messages.
  58.            CanChange: true
  59.            # The default enter message to apply to new Residences created by players in this group.
  60.            # Leaving the message blank will disable it.
  61.            DefaultEnter: Welcome %player to %residence, owned by %owner.
  62.            # The default leave message to apply to new Residences created by players in this group.
  63.            # Leaving the message blank will disable it.
  64.            DefaultLeave: Now leaving %residence.
  65.        # Options relating to the Lease system.
  66.        Lease:
  67.           # The maximum number of days to allow leases.
  68.           MaxDays: 16
  69.           # The number of days to add to the lease following a '/res lease renew' command.
  70.           RenewIncrement: 14
  71.        #Options related to the rent system
  72.        Rent:
  73.            #determines how many residences can be rented by players of this group at once
  74.            MaxRents: 3
  75.            #determines how many residences can be set for rent by players of this group at once
  76.            MaxRentables: 3
  77.            # determines max days player can rent residence at once
  78.            MaxRentDays: 31
  79.        # Options relating to the Residence Economy.
  80.        Economy:
  81.           # Whether or not players in this group can buy other Residences that are for sale.
  82.           CanBuy: true
  83.           # Whether or not players in this group can sell their Residences.
  84.           CanSell: false
  85.           # Whether or not to ignore the Residence size/count limits when buying a residence.
  86.           IgnoreLimits: false
  87.           # The cost, per block, of making a new Residence or adding a area to it.
  88.           BuyCost: 0.5
  89.           # The cost, per block, player will be getting back when removing residence.
  90.           SellCost: 0.25
  91.           # The cost, per block, of renewing a Residence lease (if the lease system is enabled).
  92.           RenewCost: 0.2
  93.        # Flags are checked in the order:
  94.        # 1: Player
  95.        # 2: Group
  96.        # 3: Owner
  97.        # 4: If all others are undefined, reverts to default value (usually true).
  98.        # Flag permissions default to false.
  99.        # These flags settings override the globals.
  100.        Flags:
  101.           # Specifically allow or deny this group from changing certain flags.
  102.           Permission:
  103.                #build: true
  104.           # Specifys the flags that are applied at residence creation for players of this group.
  105.           Default:
  106.               #build: true
  107.           # Specifys the flags that are applied at to the creator at residence creation.
  108.           CreatorDefault:
  109.               #build: true
  110.           # Specifys the flags that are applied to other groups for this residence, at creation.
  111.           GroupDefault:
  112.                #default: #group name
  113.                    #build: false
  114.           #these flags are applied specifically to this group whenever they are outside a residence
  115.           #these flags will override the flags at the top, under the Global section.
  116.           World:
  117.                 Global: #these flags will apply to all worlds
  118.                      #build: false
  119.                 WorldNameHere: #or you can apply them by each individual world
  120.                      #build: false
  121.     NextGroup: #group name, player should have residence.group.nextgroup permission node to have access to this residence group
  122.        Residence:
  123.            CanCreate: true
  124.            MaxResidences: 999
  125.            MaxAreasPerResidence: 9999
  126.            MaxEastWest: 9999
  127.            MaxNorthSouth: 9999
  128.            MaxUpDown: 999
  129.            MinHeight: 0
  130.            MaxHeight: 255
  131.            SubzoneDepth: 3
  132.            CanTeleport: true
  133.            Unstuck: true
  134.            Kick: true
  135.            SelectCommandAccess: true
  136.            ItemListAccess: true
  137.        Messaging:
  138.            CanChange: true
  139.            DefaultEnter: Welcome %player to %residence, owned by %owner.
  140.            DefaultLeave: Now leaving %residence.
  141.        Lease:
  142.           MaxDays: 16
  143.           RenewIncrement: 14
  144.        Rent:
  145.            MaxRents: 3
  146.            MaxRentables: 3
  147.            MaxRentDays: 31
  148.        Economy:
  149.           CanBuy: true
  150.           CanSell: false
  151.           IgnoreLimits: false
  152.           BuyCost: 0.7
  153.           SellCost: 0.3
  154.           RenewCost: 0.3

  155. # You can manually specify the group a player is in below, this overrides their permissions group.
  156. GroupAssignments:
  157.      bekvon: default
  158.      player: default
复制代码



BobPlayer
  1.   # 一个领地在东西方向最大距离 (X坐标).
  2.             MaxEastWest: 50
  3.             # 一个领地在南北方向最大距离 (Z坐标).
  4.             MaxNorthSouth: 50
  5.             # 一个领地在上下方向最大高度 (Y坐标).
  6.             MaxUpDown: 50
复制代码

配置文件中有两个相同的参数
一个是限制组权限一个是全局
如果你分不清就全部修改
提醒:ctrl+f查找,修改完注意重启服务器

RedStone_jun
浅念哥 发表于 2017-1-24 17:21
配置文件中有两个相同的参数
一个是限制组权限一个是全局
如果你分不清就全部修改

我先试试哈

RedStone_jun
浅念哥 发表于 2017-1-24 17:21
配置文件中有两个相同的参数
一个是限制组权限一个是全局
如果你分不清就全部修改

我这几个数值都修改过了还是不行呢?

BobPlayer
RedStone_jun 发表于 2017-1-24 17:29
我这几个数值都修改过了还是不行呢?

不懂你说的"不行"是什么意思
首先OP是不收这个限制的,用小号测试
具体请发一下截图

RedStone_jun
浅念哥 发表于 2017-1-24 17:21
配置文件中有两个相同的参数
一个是限制组权限一个是全局
如果你分不清就全部修改



BobPlayer

这是领地插件没有给普通玩家权限
请用OP账号依次输入
/mangaddp builder Residence.create
/mangaddp builder Residence.select
其中builder可以替换成你的权限组(没有修改无视)

RedStone_jun
浅念哥 发表于 2017-1-24 17:41
这是领地插件没有给普通玩家权限
请用OP账号依次输入
/mangaddp builder Residence.create


我重新生成了一次配置文件
然后这样修改
  1. # These groups correspond to the Permissions groups defined in your '<worldname>.yml'
  2. Groups:
  3.     Default: #group name, DONT remove this group
  4.        # Information about the Residence zone that the player can define.
  5.        #Uncomment the lines below to mirror this config to other groups.
  6.        #Mirror:
  7.          #- 'group1'
  8.          #- 'group2'
  9.        Residence:
  10.            # Determins if this group can create residences or not.  This option can be overriden with the permissions node 'residence.create'
  11.            CanCreate: true
  12.            # The maximum number of Residences a player can have.
  13.            MaxResidences: 100
  14.            # The maximum number of physical areas a residence can have.
  15.            MaxAreasPerResidence: 999
  16.            # The maximum number of blocks a Residence can be, East to West (X).
  17.            MaxEastWest: 999
  18.            # (Optional) The minimum number of blocks a Residence can be, East to West (X).
  19.            MinEastWest: 3
  20.            # The maximum number of blocks a Residence can be, North to South (Z).
  21.            MaxNorthSouth: 999
  22.            # (Optional) The minimum number of blocks a Residence can be, North to South (Z).
  23.            MinNorthSouth: 3
  24.            # The maximum number of blocks a Residence can be, High to Low (Y).
  25.            MaxUpDown: 256
  26.            # (Optional) The minimum number of blocks a Residence can be, High to Low (Y).
  27.            MinUpDown: 3
  28.            # The lowest altitude this group is allowed to protect.
  29.            MinHeight: 0
  30.            # The highest altitude this group is allowed to protect.
  31.            MaxHeight: 255
  32.             # The maximum recursive depth that subzones can go.
  33.             # A subzone within a subzone within the Residence zone would be a depth of 2.
  34.             # Set to 0 to disable subzones.
  35.            SubzoneDepth: 3
  36.            # (Optional) The maximum number of blocks a Residence Subzone can be, East to West (X).
  37.            SubzoneMaxEastWest: 16
  38.            # (Optional) The minimum number of blocks a Residence Subzone can be, East to West (X).
  39.            SubzoneMinEastWest: 3
  40.            # (Optional) The maximum number of blocks a Residence Subzone can be, North to South (Z).
  41.            SubzoneMaxNorthSouth: 16
  42.            # (Optional) The minimum number of blocks a Residence Subzone can be, North to South (Z).
  43.            SubzoneMinNorthSouth: 3
  44.            # (Optional) The maximum number of blocks a Residence Subzone can be, High to Low (Y).
  45.            SubzoneMaxUpDown: 256
  46.            # (Optional) The minimum number of blocks a Residence Subzone can be, High to Low (Y).
  47.            SubzoneMinUpDown: 3
复制代码




RedStone_jun
浅念哥 发表于 2017-1-24 17:41
这是领地插件没有给普通玩家权限
请用OP账号依次输入
/mangaddp builder Residence.create

好了我解决了

RedStone_jun
浅念哥 发表于 2017-1-24 17:21
配置文件中有两个相同的参数
一个是限制组权限一个是全局
如果你分不清就全部修改

谢谢你了