summaryrefslogtreecommitdiffstats
path: root/EssentialsGroupManager/src/Changelog.txt
diff options
context:
space:
mode:
authorKHobbits <rob@khobbits.co.uk>2011-10-03 10:19:31 +0100
committerKHobbits <rob@khobbits.co.uk>2011-10-03 10:19:31 +0100
commitaa0935c64bf46fafe350e51e6b2a128c448126c9 (patch)
treecc839357c08f18236617c58abb79a66b51beafc0 /EssentialsGroupManager/src/Changelog.txt
parent16111b56adeee3b18329a6d198c4a58ac5b84083 (diff)
parent49e2c38289f4ca2eaa09f4f469376b45772ca8c0 (diff)
downloadEssentials-aa0935c64bf46fafe350e51e6b2a128c448126c9.tar
Essentials-aa0935c64bf46fafe350e51e6b2a128c448126c9.tar.gz
Essentials-aa0935c64bf46fafe350e51e6b2a128c448126c9.tar.lz
Essentials-aa0935c64bf46fafe350e51e6b2a128c448126c9.tar.xz
Essentials-aa0935c64bf46fafe350e51e6b2a128c448126c9.zip
Merge remote branch 'remotes/ess/groupmanager' into essmaster
Diffstat (limited to 'EssentialsGroupManager/src/Changelog.txt')
-rw-r--r--EssentialsGroupManager/src/Changelog.txt14
1 files changed, 13 insertions, 1 deletions
diff --git a/EssentialsGroupManager/src/Changelog.txt b/EssentialsGroupManager/src/Changelog.txt
index 4f90b82cd..b8034e19c 100644
--- a/EssentialsGroupManager/src/Changelog.txt
+++ b/EssentialsGroupManager/src/Changelog.txt
@@ -23,4 +23,16 @@ v 1.1:
- Fix for GM not checking inheritance for known superperms nodes.
- Optimized getAllPlayersPermissions and fixed pushing unknown perms to superperms.
v 1.2:
- - Changed priority if Registered events to lowest. \ No newline at end of file
+ - Changed priority of Registered events to lowest.
+ - Fixed an issue with superperms where plugins define perms with inheritance after the root perms
+ - Rewrote Config loading to use Bukkits Configuration features
+ - Added an opOverride setting in config.
+ If present and set to false, op's will not get overriding permissions in GroupManager.
+ (one op will not be able to alter another op's settings)
+ - GM will now create all relevant world data files for non mirrored worlds.
+ (for all worlds named in config.yml)
+ - Attempt to stop GM wiping groups/users yml's on a bad shut down.
+ - Added event handling to manage new world creation at runtime.
+ - Added the ability to handle unknown worlds at server start.
+ (GM will create the data files for any worlds it finds which are not in the config.yml)
+ - Fix for Bukkit passing a null To location on a player Portaling \ No newline at end of file