筒子
5/20/2015, 1:08:04 AM
我设置了独立世界,配置如下
world:world_nether:- users- groupsworld_the_end:- users- groupsworld2:yj:- users- groupszy:- users- groupsdj:- users- groupsmh:- users- groups
我想要的最终效果是
【在主世界获得那个权限/称号以后,在zy,mh,这些世界也会继承这个权限/称号,而yj,dj不会继承这个权限/称号】
2021.12 数据,可能有更多内容
我设置了独立世界,配置如下
world: world_nether: - users - groups world_the_end: - users - groups world2: yj: - users - groups zy: - users - groups dj: - users - groups mh: - users - groups
我想要的最终效果是【在主世界获得那个权限/称号以后,在zy,mh,这些世界也会继承这个权限/称号,而yj,dj不会继承这个权限/称号】
prozhong
5/20/2015, 2:04:18 AM
地狱和末地继承的主世界权限。。world2及其子世界和主世界并列的。。。
原wiki如是
mirrors:
# Worlds listed here have their settings mirrored in their children.
# The first element 'world' is the main worlds name, and is the parent world.
# subsequent elements 'world_nether' and 'world_the_end' are worlds which will use
# the same user/groups files as the parent.
# the element 'all_unnamed_worlds' specifies all worlds that aren't listed, and automatically mirrors them to it's parent.
# Each child world can be configured to mirror the 'groups', 'users' or both files from its parent.
world:
world_nether:
- users
- groups
world_the_end:
- users
- groups
all_unnamed_worlds:
- users
- groups
# world2: (World2 would have it's own set of user and groups files)
# world3:
# - users (World3 would use the users.yml from world2, but it's own groups.yml)
# world4:
# - groups (World4 would use the groups.yml from world2, but it's own users.yml)
# world5:
# - world6 (this would cause world6 to mirror both files from world5)
也许你zy,my和yj,dj分开写?
原wiki如是
mirrors:
# Worlds listed here have their settings mirrored in their children.
# The first element 'world' is the main worlds name, and is the parent world.
# subsequent elements 'world_nether' and 'world_the_end' are worlds which will use
# the same user/groups files as the parent.
# the element 'all_unnamed_worlds' specifies all worlds that aren't listed, and automatically mirrors them to it's parent.
# Each child world can be configured to mirror the 'groups', 'users' or both files from its parent.
world:
world_nether:
- users
- groups
world_the_end:
- users
- groups
all_unnamed_worlds:
- users
- groups
# world2: (World2 would have it's own set of user and groups files)
# world3:
# - users (World3 would use the users.yml from world2, but it's own groups.yml)
# world4:
# - groups (World4 would use the groups.yml from world2, but it's own users.yml)
# world5:
# - world6 (this would cause world6 to mirror both files from world5)
也许你zy,my和yj,dj分开写?