craft玩家
多世界是mv
我自己新创了一个组(组1),在\plugins\GroupManager\worlds\world\
groups.yml



中设置:
groups:
  组1:
    default: true


然后将原先的默认组设置为
groups:
  Default:
    default: false

-------------------------------------------
然后,进入其他世界【非world】
这个世界的设置是这样的:
groups:
  Default:
    default: true



结果进入了这个非world世界,经过后台查询,这个玩家还是组1
而且新建的组没有任何权限,但是却拥有default组的所有权
请问这要怎么解决?






LZX6238
表示不用MV,只用MW,还有修改多世界独立权限的yml文件,不能用记事本打开,只能用txt打开- -

craft玩家
LZX6238 发表于 2014-9-16 02:20
表示不用MV,只用MW,还有修改多世界独立权限的yml文件,不能用记事本打开,只能用txt打开- - ...

具体要怎么做?

Krito
这个你要在groupmanager文件夹里设置找到config文件的mirrors选项修改,这是一个例子(注意每行的缩进距离)
        world:   //world是一个单独的世界权限组
        sc:        //生存世界也是一个单独的权限组,他和world是平等地位的,缩进都是一样的
          dim1:   //dim1这个世界使用sc的权限设置(包括groups文件和users文件都使用sc的)
          - users
          - groups
          dim-1:  //dim-1这个世界使用sc的groups,但是不使用sc的users文件,也就是说他有自己的users文件
          - groups
          zy:       //zy这个世界使用sc的users文件,但是他有自己的groups文件
          - users

LZX6238
{:10_492:}没用过mv,但是估计个mw也差不多,你转用mw吧,我可以教你,mv不太会

craft玩家
本帖最后由 craft玩家 于 2014-9-17 12:54 编辑
Krito 发表于 2014-9-16 14:27
这个你要在groupmanager文件夹里设置找到config文件的mirrors选项修改,这是一个例子(注意每行的缩进距离)
...

使用的语言是英文的...
  1. mirrors:
  2.           Worlds listed here have their settings mirrored in their children.
  3.           The first element 'world' is the main worlds name, and is the parent world.
  4.           subsequent elements 'world_nether' and 'world_the_end' are worlds which will use
  5.           the same user/groups files as the parent.
  6.           the element 'all_unnamed_worlds' specifies all worlds that aren't listed, and automatically mirrors them to it's parent.
  7.         # Each child world can be configured to mirror the 'groups', 'users' or both files from its parent.
  8.         world:
  9.           world_nether:
  10.           - users
  11.           - groups
  12.           world_the_end:
  13.           - users
  14.           - groups
  15.           all_unnamed_worlds:
  16.           - users
  17.           - groups
  18.     #  world2:      (World2 would have it's own set of user and groups files)
  19.     #    world3:
  20.     #    - users    (World3 would use the users.yml from world2, but it's own groups.yml)
  21.     #    world4:
  22.     #    - groups   (World4 would use the groups.yml from world2, but it's own users.yml)
  23.     #  world5:
  24.     #    - world6   (this would cause world6 to mirror both files from world5)
复制代码




大概这样..求发个改好的


Krito
craft玩家 发表于 2014-9-17 12:53
使用的语言是英文的...

那你告诉我有哪几个世界,哪几个世界是单独设置权限的?

craft玩家
Krito 发表于 2014-9-17 12:57
那你告诉我有哪几个世界,哪几个世界是单独设置权限的?

islandworld
world
world_nether
world_the_end
单独设置权限是什么意思?
我想让world拥有自己独立的组
而其他世界组跟从islandworld世界的组

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