summaryrefslogtreecommitdiffstats
path: root/EssentialsGroupManager/src/config.yml
diff options
context:
space:
mode:
Diffstat (limited to 'EssentialsGroupManager/src/config.yml')
-rw-r--r--EssentialsGroupManager/src/config.yml10
1 files changed, 7 insertions, 3 deletions
diff --git a/EssentialsGroupManager/src/config.yml b/EssentialsGroupManager/src/config.yml
index 479399bb6..b73671e18 100644
--- a/EssentialsGroupManager/src/config.yml
+++ b/EssentialsGroupManager/src/config.yml
@@ -4,7 +4,7 @@ settings:
# The user will be able to promote players to the same group or even above.
opOverrides: true
- # Default setting for 'mantoglevalidate'
+ # Default setting for 'mantogglevalidate'
# true will cause GroupManager to attempt name matching by default.
validate_toggle: true
# **********************************************************************************************************************************
@@ -26,10 +26,11 @@ settings:
mirrors:
# Worlds listed here have their settings mirrored in their children.
- # The first element 'world' is the main worlds name
+ # 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.
- # Each child world can be configured to mirror the 'groups', 'users' or both files from it's 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
@@ -37,6 +38,9 @@ settings:
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)