• 欢迎来到Minecraft插件百科!
  • 对百科编辑一脸懵逼?帮助:快速入门带您快速熟悉百科编辑!
  • 因近日遭受攻击,百科现已限制编辑,有意编辑请加入插件百科企鹅群:223812289

教程/GroupManager

来自Minecraft插件百科
Iwar讨论 | 贡献2015年2月1日 (日) 14:49的版本 (等待整理)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航搜索

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)