Chaos丶越
让某个权限组 圈地花更少的钱 可以圈多少领地 可以圈多大
这要怎么设置

OnlyDream
打开Residence的配置文件config.yml
找到:
  1.            MaxResidences: 3    #玩家圈地上限
  2.            # The maximum number of physical areas a residence can have.
  3.            MaxAreasPerResidence: 2
  4.            # The maximum number of blocks a Residence can be, East to West (X).
  5.            MaxEastWest: 256
  6.            # The maximum number of blocks a Residence can be, North to South (Z).
  7.            MaxNorthSouth: 256
  8.            # The maximum number of blocks a Residence can be, High to Low (Y).
  9.            MaxUpDown: 256
  10.            # The lowest altitude this group is allowed to protect.
  11.            MinHeight: 0
  12.            # The highest altitude this group is allowed to protect.
  13.            MaxHeight: 255
复制代码

改成:
  1.            MaxResidences: 3
  2.            # The maximum number of physical areas a residence can have.
  3.            MaxAreasPerResidence: 2
  4.            # The maximum number of blocks a Residence can be, East to West (X).
  5.            MaxEastWest: 3333
  6.            # The maximum number of blocks a Residence can be, North to South (Z).
  7.            MaxNorthSouth: 3333
  8.            # The maximum number of blocks a Residence can be, High to Low (Y).
  9.            MaxUpDown: 3333
  10.            # The lowest altitude this group is allowed to protect.
  11.            MinHeight: 0
  12.            # The highest altitude this group is allowed to protect.
  13.            MaxHeight: 255
复制代码

【以上是无限圈地】

圈地价格:
找到:
  1.        Economy:
  2.           # Whether or not players in this group can buy other Residences that are for sale.
  3.           CanBuy: true
  4.           # Whether or not players in this group can sell their Residences.
  5.           CanSell: false
  6.           # Whether or not to ignore the Residence size/count limits when buying a residence.
  7.           IgnoreLimits: false
  8.           # The cost, per block, of making a new Residence or adding a area to it.
  9.           BuyCost: 0.2  #圈地的价格/格
  10.           # The cost, per block, of renewing a Residence lease (if the lease system is enabled).
  11.           RenewCost: 0.2#这个不清楚
复制代码


紫_小思
。默认是80-80不要钱,自己可以设置,