什么指令可以弄大普通玩家圈地范围和次数啊? 求具体指令
在residence\config.yml中设置
这些是领地的范围大小
复制代码
这是领地的最大上限
如对您有帮助请设置“最佳”
# The maximum number of blocks a Residence can be, East to West (X).
MaxEastWest: 10000
# The maximum number of blocks a Residence can be, North to South (Z).
MaxNorthSouth: 10000
# 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 number of Residences a player can have.
- MaxResidences: 10
这是领地的最大上限
如对您有帮助请设置“最佳”
打开Residences.config 找到这里
其中是领地上限。
这两个是领地的东南西北高度。
这些你可以任意调试,大小、数量随你定。
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: 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
# The maximum number of Residences a player can have.
MaxResidences: 3
# 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
这两个是领地的东南西北高度。
这些你可以任意调试,大小、数量随你定。