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
commit67be18566cdcc2d69fea7b7bfa20303c6a2cd763 (patch)
tree6e162b53d571b1c8d220479f1f101d7834abc991 /EssentialsGroupManager/src/Changelog.txt
parent862e71bc85e8f1e22a94412f4fc37bee41537638 (diff)
downloadEssentials-67be18566cdcc2d69fea7b7bfa20303c6a2cd763.tar
Essentials-67be18566cdcc2d69fea7b7bfa20303c6a2cd763.tar.gz
Essentials-67be18566cdcc2d69fea7b7bfa20303c6a2cd763.tar.lz
Essentials-67be18566cdcc2d69fea7b7bfa20303c6a2cd763.tar.xz
Essentials-67be18566cdcc2d69fea7b7bfa20303c6a2cd763.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