diff options
author | ElgarL <ElgarL@palmergames.com> | 2012-02-21 18:40:54 +0000 |
---|---|---|
committer | ElgarL <ElgarL@palmergames.com> | 2012-02-21 18:40:54 +0000 |
commit | 9c68cbae727f84a7b4dfb2594c458c3353a739d3 (patch) | |
tree | a405142294b163217f3c432fd7ed0281acede14e /EssentialsGroupManager/src/config.yml | |
parent | c0df77153958bb3cbd3f07c5be305027440a773e (diff) | |
download | Essentials-9c68cbae727f84a7b4dfb2594c458c3353a739d3.tar Essentials-9c68cbae727f84a7b4dfb2594c458c3353a739d3.tar.gz Essentials-9c68cbae727f84a7b4dfb2594c458c3353a739d3.tar.lz Essentials-9c68cbae727f84a7b4dfb2594c458c3353a739d3.tar.xz Essentials-9c68cbae727f84a7b4dfb2594c458c3353a739d3.zip |
Removed BukkitPermsOverride as this is now the default with bukkit
handling child nodes.
Diffstat (limited to 'EssentialsGroupManager/src/config.yml')
-rw-r--r-- | EssentialsGroupManager/src/config.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/EssentialsGroupManager/src/config.yml b/EssentialsGroupManager/src/config.yml index 13b59d343..cc90bea6f 100644 --- a/EssentialsGroupManager/src/config.yml +++ b/EssentialsGroupManager/src/config.yml @@ -4,10 +4,6 @@ settings: # The user will be able to promote players to the same group or even above. opOverrides: true - # If enabled any bukkit permissiosn which default to true will be left enabled. - # If the player is op any permissions set to Op will follow suit. - bukkit_perms_override: true - # Default setting for 'mantoglevalidate' # true will cause GroupManager to attempt name matching by default. validate_toggle: true |