diff options
author | ElgarL <ElgarL@palmergames.com> | 2011-11-15 18:17:18 +0000 |
---|---|---|
committer | ElgarL <ElgarL@palmergames.com> | 2011-11-15 18:17:18 +0000 |
commit | f4e22a17db5cf86fbf972f1584fcc2858af75022 (patch) | |
tree | 1fe228245ab86388cebadd7c10aadd60797a87c7 /EssentialsGroupManager/src/groups.yml | |
parent | 437d3b41b891a13c2f683a292ff10a7c48126ed5 (diff) | |
download | Essentials-f4e22a17db5cf86fbf972f1584fcc2858af75022.tar Essentials-f4e22a17db5cf86fbf972f1584fcc2858af75022.tar.gz Essentials-f4e22a17db5cf86fbf972f1584fcc2858af75022.tar.lz Essentials-f4e22a17db5cf86fbf972f1584fcc2858af75022.tar.xz Essentials-f4e22a17db5cf86fbf972f1584fcc2858af75022.zip |
Added comments to groups.yml for global groups
Diffstat (limited to 'EssentialsGroupManager/src/groups.yml')
-rw-r--r-- | EssentialsGroupManager/src/groups.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/EssentialsGroupManager/src/groups.yml b/EssentialsGroupManager/src/groups.yml index ac4abeb4a..81fb4f030 100644 --- a/EssentialsGroupManager/src/groups.yml +++ b/EssentialsGroupManager/src/groups.yml @@ -1,3 +1,11 @@ +# Group inheritance +# any inherited groups prefixed with a g: are global groups +# These groups are defined in the globalgroups.yml +# and can be inherited in any worlds groups/users.yml. +# +# Groups without the g: prefix are groups local to this world +# and defined in the this groups.yml file. + groups: Default: default: true |