summaryrefslogtreecommitdiffstats
path: root/EssentialsGroupManager/src/config.yml
diff options
context:
space:
mode:
authorKHobbits <rob@khobbits.co.uk>2012-01-14 15:52:22 +0000
committerKHobbits <rob@khobbits.co.uk>2012-01-14 15:52:22 +0000
commitf0def90301aa7baba98a01763ef41e25c1ead021 (patch)
tree39e941a293af6f0afbcc27ce1b6708f060dc9ac6 /EssentialsGroupManager/src/config.yml
parent856cef32862ba9c15d45b85e00c69fba624c9aa5 (diff)
parentd0e5685ac0afb7bb69df9a17aafe0f78f5fc5aef (diff)
downloadEssentials-f0def90301aa7baba98a01763ef41e25c1ead021.tar
Essentials-f0def90301aa7baba98a01763ef41e25c1ead021.tar.gz
Essentials-f0def90301aa7baba98a01763ef41e25c1ead021.tar.lz
Essentials-f0def90301aa7baba98a01763ef41e25c1ead021.tar.xz
Essentials-f0def90301aa7baba98a01763ef41e25c1ead021.zip
Merge remote branch 'remotes/origin/groupmanager'
Diffstat (limited to 'EssentialsGroupManager/src/config.yml')
-rw-r--r--EssentialsGroupManager/src/config.yml28
1 files changed, 18 insertions, 10 deletions
diff --git a/EssentialsGroupManager/src/config.yml b/EssentialsGroupManager/src/config.yml
index 17ffc5b6e..13b59d343 100644
--- a/EssentialsGroupManager/src/config.yml
+++ b/EssentialsGroupManager/src/config.yml
@@ -25,14 +25,22 @@ settings:
level: INFO
mirrors:
- # Worlds listed here have their permissions mirrored in their children.
- # the first element 'world' is the main worlds name
- # subsequent elements '- world_nether' are worlds which will use the same
- # user/groups permissions as the parent.
+ # Worlds listed here have their settings mirrored in their children.
+ # The first element 'world' is the main worlds name
+ # subsequent elements 'world_nether' and 'world_the_end' are worlds which will use
+ # the same user/groups files as the parent.
+ # Each child world can be configured to mirror the 'groups', 'users' or both files from it's parent.
world:
- - world_nether
- - world_the_end
- - world2
- - world3
- # world4:
- # - world5 \ No newline at end of file
+ world_nether:
+ - users
+ - groups
+ world_the_end:
+ - 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) \ No newline at end of file