a55081082521
领地插件Residence(MC1.7.10版本)怎么设置不同的权限组(Groupmanager)里,每个权限组的价格不同。比如权限组a圈1块地0.1元,权限组b圈1块地2元。

红菜头糕
领地的配置文件找到下面一段后复制
  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'
一直到
            World:
                Global: #these flags will apply to all worlds
                     #build: false
                WorldNameHere: #or you can apply them by each individual world
                     #build: false
复制后从上面一段末尾的下面一行粘贴,并修改组名,比如
  VIP: #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'
然后中间的价格之类就可以自己改了,改好后重载插件,对应的组会自动应用你修改的设置


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