比如说我想让普通玩家圈地范围是50x50
vip圈地范围是100x100 该如何设置?
vip圈地范围是100x100 该如何设置?
一般情况下,默认有这个:
Groups:
Default: #group name
# 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: 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: 64
# The maximum number of blocks a Residence can be, North to South (Z).
MaxNorthSouth: 64
# The maximum number of blocks a Residence can be, High to Low (Y).
MaxUpDown: 128
最后三部分,x、y、z就是该权限组最大范围
这是默认权限组的。
如果你要设置vip,就给vip权限组另外设置一个权限组,一样的方法更改
Groups:
Default: #group name
# 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: 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: 64
# The maximum number of blocks a Residence can be, North to South (Z).
MaxNorthSouth: 64
# The maximum number of blocks a Residence can be, High to Low (Y).
MaxUpDown: 128
最后三部分,x、y、z就是该权限组最大范围
这是默认权限组的。
如果你要设置vip,就给vip权限组另外设置一个权限组,一样的方法更改
熊镔 发表于 2016-6-11 16:25
一般情况下,默认有这个:
Groups:
Default: #group name
vip的应该怎么改?能不能把普通权限和vip权限都列一遍呢?
love_Minecraft 发表于 2016-6-11 16:35
vip的应该怎么改?能不能把普通权限和vip权限都列一遍呢?
Groups:
Default: #group name
default就是默认权限组名字。比如说你的vip权限组名字叫VIP,那就在
Groups:
VIP: #group name
内修改