让某个权限组 圈地花更少的钱 可以圈多少领地 可以圈多大
这要怎么设置
这要怎么设置
打开Residence的配置文件config.yml
找到:
复制代码
改成:
复制代码
【以上是无限圈地】
圈地价格:
找到:
复制代码
找到:
-            MaxResidences: 3    #玩家圈地上限
 
-            # 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: 256
 
-            # The maximum number of blocks a Residence can be, North to South (Z).
 
-            MaxNorthSouth: 256
 
-            # 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
改成:
-            MaxResidences: 3
 
-            # 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: 3333
 
-            # The maximum number of blocks a Residence can be, North to South (Z).
 
-            MaxNorthSouth: 3333
 
-            # The maximum number of blocks a Residence can be, High to Low (Y).
 
-            MaxUpDown: 3333
 
-            # The lowest altitude this group is allowed to protect.
 
-            MinHeight: 0
 
-            # The highest altitude this group is allowed to protect.
 
- MaxHeight: 255
【以上是无限圈地】
圈地价格:
找到:
-        Economy:
 
-           # Whether or not players in this group can buy other Residences that are for sale.
 
-           CanBuy: true
 
-           # Whether or not players in this group can sell their Residences.
 
-           CanSell: false
 
-           # Whether or not to ignore the Residence size/count limits when buying a residence.
 
-           IgnoreLimits: false
 
-           # The cost, per block, of making a new Residence or adding a area to it.
 
-           BuyCost: 0.2  #圈地的价格/格
 
-           # The cost, per block, of renewing a Residence lease (if the lease system is enabled).
 
- RenewCost: 0.2#这个不清楚
。默认是80-80不要钱,自己可以设置,