summaryrefslogtreecommitdiffstats
path: root/EssentialsGroupManager/src/Changelog.txt
diff options
context:
space:
mode:
authorNecrodoom <doomed.war@gmail.com>2013-06-14 10:00:43 +0300
committerKHobbits <rob@khobbits.co.uk>2014-05-04 12:50:04 +0100
commit454ef4016fb822fff55ef83bf9153c0609535f3a (patch)
treedd463822cb626c6f5bd5ff47ff434bfe6433beaa /EssentialsGroupManager/src/Changelog.txt
parent188c2548fb3a9ce883eaeac5108b0bc19c4537ac (diff)
downloadEssentials-454ef4016fb822fff55ef83bf9153c0609535f3a.tar
Essentials-454ef4016fb822fff55ef83bf9153c0609535f3a.tar.gz
Essentials-454ef4016fb822fff55ef83bf9153c0609535f3a.tar.lz
Essentials-454ef4016fb822fff55ef83bf9153c0609535f3a.tar.xz
Essentials-454ef4016fb822fff55ef83bf9153c0609535f3a.zip
Improve Javadocs, clean ' strip checks, update changelog.
Diffstat (limited to 'EssentialsGroupManager/src/Changelog.txt')
-rw-r--r--EssentialsGroupManager/src/Changelog.txt5
1 files 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 <world>' 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