From 5fdac7588ed9b6a27b203392829dad2fc0229267 Mon Sep 17 00:00:00 2001 From: Necrodoom Date: Fri, 14 Jun 2013 10:01:39 +0300 Subject: [PATCH] Update Changelog.txt --- EssentialsGroupManager/src/Changelog.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/EssentialsGroupManager/src/Changelog.txt b/EssentialsGroupManager/src/Changelog.txt index 885aff9ca..fcdd930f0 100644 --- a/EssentialsGroupManager/src/Changelog.txt +++ b/EssentialsGroupManager/src/Changelog.txt @@ -212,7 +212,7 @@ v 2.0: - Add support for BukkitForge using 'overworld' as the main world name. - Prevent '*' permissions granting the 'groupmanager.noofflineperms' permission. - Added '/mancheckw ' to inspect which permission files a world is referencing. - - Add config potion to set if GM commands should be allowed on CommnandBlocks. + - Add config potion to set if GM commands should be allowed on CommnandBlocks. - Catch the error when using an out of date config for 'allow_commandblocks' So it doesn't kill the whole config. - '/manselect' will no longer list duplicate worlds. - Added a new mirroring option in the config of 'all_unnamed_worlds'. This will cause all new or unnamed worlds to use this mirroring. @@ -220,4 +220,5 @@ v 2.0: - Warn when adding a node where an exception already exist. - Only prevent adding nodes with '/manuaddp' and '/mangaddp' if they are exact matches (not wildcards). - Store worldSelection indexed on the senders name rather than the object (fixes commandblocks using manselect). - - Check subgroup permissions with an equal priority so no one subgroup is higher ranked than another. \ No newline at end of file + - Check subgroup permissions with an equal priority so no one subgroup is higher ranked than another. + - add recursive permission adding/deleting