haixing
我服务器的vip组不能圈地说无权限
明显是vip组缺少 可是我不知道权限

还有就是config配置文件里我设置普通玩家的为50*50*256如何给vip组弄成100*100*256的
还有就是哪一项是设置玩家领地上限的
同样我也要给vip组多加几个领地上限
求解啊

网络摆渡客
圈地权限:
residence.select
residence.create

不同组不同领地属性,请参考该主题中相关参考链接:http://www.mcbbs.net/thread-379094-1-1.html

琥珀剑心
  1. Residence:
  2.            # Determins if this group can create residences or not.  This option can be overriden with the permissions node 'residence.create'
  3.            CanCreate: true    给予组的创建权限
  4.            # The maximum number of Residences a player can have.
  5.            MaxResidences: 3    领地的数量上限
复制代码



haixing

我有两个组怎么弄

haixing
网络摆渡客 发表于 2015-1-19 23:19
圈地权限:
residence.select
residence.create

你那个都没教哪个是改什么的

网络摆渡客
haixing 发表于 2015-1-20 12:48
你那个都没教哪个是改什么的

那个里面教你领地分组了,你看了吗?

如果看了,注意这些地方:
  1. Groups:
  2.     Default: #group name
  3.        # Information about the Residence zone that the player can define.
  4.        #Uncomment the lines below to mirror this config to other groups.
  5.        #Mirror:
  6.          #- 'group1'
  7.          #- 'group2'
  8.        Residence:
  9.            # Determins if this group can create residences or not.  This option can be overriden with the permissions node 'residence.create'
  10.            CanCreate: true
  11.            # The maximum number of Residences a player can have.
  12.            MaxResidences: 10    #一个玩家可以拥有的最多领地个数
  13.            # The maximum number of physical areas a residence can have.
  14.            MaxAreasPerResidence: 10
  15.            # The maximum number of blocks a Residence can be, East to West (X).
  16.            MaxEastWest: 100    #由东到西最大距离
  17.            # The maximum number of blocks a Residence can be, North to South (Z).
  18.            MaxNorthSouth: 100    #由北到南最大距离
  19.            # The maximum number of blocks a Residence can be, High to Low (Y).
  20.            MaxUpDown: 256
  21.            # The lowest altitude this group is allowed to protect.
  22.            MinHeight: 0
  23.            # The highest altitude this group is allowed to protect.
  24.            MaxHeight: 255
复制代码

haixing
网络摆渡客 发表于 2015-1-20 12:55
那个里面教你领地分组了,你看了吗?

如果看了,注意这些地方:

是不是在MAxRe什么的下面回车加组名?,还有就是那个圈地大小该如何添加?

网络摆渡客
haixing 发表于 2015-1-20 13:26
是不是在MAxRe什么的下面回车加组名?,还有就是那个圈地大小该如何添加? ...

千万不要回车。

直接复制已有的Default组,改名成VIP组来修改。

haixing
网络摆渡客 发表于 2015-1-20 13:48
千万不要回车。

直接复制已有的Default组,改名成VIP组来修改。

从哪里开始复制,你发的全部都是么,是不是复制后然后粘贴到下面自己改组合设置

网络摆渡客
haixing 发表于 2015-1-20 18:54
从哪里开始复制,你发的全部都是么,是不是复制后然后粘贴到下面自己改组合设置 ...

属于一个组的内容缩进更多,如果你发现到某个地方相对于组名没有缩进了,就是到头了。

复制后粘贴到下面,该相应的地方就可以,如果你不确定,改好后发上来帮你看看

haixing
网络摆渡客 发表于 2015-1-20 19:09
属于一个组的内容缩进更多,如果你发现到某个地方相对于组名没有缩进了,就是到头了。

复制后粘贴到下面 ...

没听懂,能不能哪天有空叫你加个qq,让你帮我改改

haixing
网络摆渡客 发表于 2015-1-19 23:19
圈地权限:
residence.select
residence.create

还有就是大大,我加了那个res什么.createvip组还不能建领地

网络摆渡客
haixing 发表于 2015-1-20 20:21
还有就是大大,我加了那个res什么.createvip组还不能建领地

你是怎么添加的?能贴一下吗?

haixing
网络摆渡客 发表于 2015-1-20 12:55
那个里面教你领地分组了,你看了吗?

如果看了,注意这些地方:

这个复制然后在下面粘贴改组名?

haixing
网络摆渡客 发表于 2015-1-20 22:16
你是怎么添加的?能贴一下吗?

@网络摆渡客
  1. 01.Groups:

  2. 02.    Default: VIP

  3. 03.       # Information about the Residence zone that the player can define.

  4. 04.       #Uncomment the lines below to mirror this config to other groups.

  5. 05.       #Mirror:

  6. 06.         #- 'group1'

  7. 07.         #- 'group2'

  8. 08.       Residence:

  9. 09.           # Determins if this group can create residences or not.  This option can be overriden with the permissions node 'residence.create'

  10. 10.           CanCreate: true

  11. 11.           # The maximum number of Residences a player can have.

  12. 12.           MaxResidences: 10    #一个玩家可以拥有的最多领地个数

  13. 13.           # The maximum number of physical areas a residence can have.

  14. 14.           MaxAreasPerResidence: 10

  15. 15.           # The maximum number of blocks a Residence can be, East to West (X).

  16. 16.           MaxEastWest: 100    #由东到西最大距离

  17. 17.           # The maximum number of blocks a Residence can be, North to South (Z).

  18. 18.           MaxNorthSouth: 100    #由北到南最大距离

  19. 19.           # The maximum number of blocks a Residence can be, High to Low (Y).

  20. 20.           MaxUpDown: 256

  21. 21.           # The lowest altitude this group is allowed to protect.

  22. 22.           MinHeight: 0

  23. 23.           # The highest altitude this group is allowed to protect.

  24. 24.           MaxHeight: 255
复制代码

网络摆渡客

你貌似直接把默认组改了?
而且组名字后面不能写东西

haixing
网络摆渡客 发表于 2015-1-24 16:26
你貌似直接把默认组改了?
而且组名字后面不能写东西

额?我改了然后开服测试了,VIP组还是不能多圈,
  1. Groups:
  2.     Default: #group name
  3.        # Information about the Residence zone that the player can define.
  4.        #Uncomment the lines below to mirror this config to other groups.
  5.        #Mirror:
  6.          #- 'group1'
  7.          #- 'group2'
  8.        Residence:
  9.            # Determins if this group can create residences or not.  This option can be overriden with the permissions node 'residence.create'
  10.            CanCreate: true
  11.            # The maximum number of Residences a player can have.
  12.            MaxResidences: 2
  13.            # The maximum number of physical areas a residence can have.
  14.            MaxAreasPerResidence: 2
  15.            # The maximum number of blocks a Residence can be, East to West (X).
  16.            MaxEastWest: 50
  17.            # The maximum number of blocks a Residence can be, North to South (Z).
  18.            MaxNorthSouth: 50
  19.            # The maximum number of blocks a Residence can be, High to Low (Y).
  20.            MaxUpDown: 256
  21.            # The lowest altitude this group is allowed to protect.
  22.            MinHeight: 0
  23.            # The highest altitude this group is allowed to protect.
  24.            MaxHeight: 255
  25.             # The maximum recursive depth that subzones can go.
  26.             # A subzone within a subzone within the Residence zone would be a depth of 2.
  27.             # Set to 0 to disable subzones.
  28.            SubzoneDepth: 3
  29.            # Whether or not to allow teleporting to Residences.
  30.            CanTeleport: true
  31.            # Allow or Disallow the use of /res unstuck, to get yourself out of a residence if stuck in one somehow
  32.            Unstuck: true
  33.            # Allow or Disallow the use of the /res select command, if disabled they can only use the selection tool.
  34.            SelectCommandAccess: true
  35.            # Allow or Disallow the group to access the Blacklist/Ignorelist for residences they own.
  36.            ItemListAccess: true
  37.        # Options relating to enter and leave messages on the residence.
  38.     vip: #group name
  39.        # Information about the Residence zone that the player can define.
  40.        #Uncomment the lines below to mirror this config to other groups.
  41.        #Mirror:
  42.          #- 'group1'
  43.          #- 'group2'
  44.        Residence:
  45.            # Determins if this group can create residences or not.  This option can be overriden with the permissions node 'residence.create'
  46.            CanCreate: true
  47.            # The maximum number of Residences a player can have.
  48.            MaxResidences: 3
  49.            # The maximum number of physical areas a residence can have.
  50.            MaxAreasPerResidence: 2
  51.            # The maximum number of blocks a Residence can be, East to West (X).
  52.            MaxEastWest: 100
  53.            # The maximum number of blocks a Residence can be, North to South (Z).
  54.            MaxNorthSouth: 100
  55.            # The maximum number of blocks a Residence can be, High to Low (Y).
  56.            MaxUpDown: 256
  57.            # The lowest altitude this group is allowed to protect.
  58.            MinHeight: 0
  59.            # The highest altitude this group is allowed to protect.
  60.            MaxHeight: 255
  61.             # The maximum recursive depth that subzones can go.
  62.             # A subzone within a subzone within the Residence zone would be a depth of 2.
  63.             # Set to 0 to disable subzones.
  64.            SubzoneDepth: 3
  65.            # Whether or not to allow teleporting to Residences.
  66.            CanTeleport: true
  67.            # Allow or Disallow the use of /res unstuck, to get yourself out of a residence if stuck in one somehow
  68.            Unstuck: true
  69.            # Allow or Disallow the use of the /res select command, if disabled they can only use the selection tool.
  70.            SelectCommandAccess: true
  71.            # Allow or Disallow the group to access the Blacklist/Ignorelist for residences they own.
  72.            ItemListAccess: true
  73.        # Options relating to enter and leave messages on the residence.
复制代码

第一页 上一页 下一页 最后一页