diff options
author | snowleo <schneeleo@gmail.com> | 2012-02-21 17:34:45 +0100 |
---|---|---|
committer | snowleo <schneeleo@gmail.com> | 2012-02-21 17:34:45 +0100 |
commit | cf7da7a83fef4d7734ed1ed5b672f2e07749b679 (patch) | |
tree | e3eddc3313f57bb5d2b4c1a4b5de3befe8c7e04d /EssentialsGroupManager/src/Changelog.txt | |
parent | f46948249e881688ead76add5478716bd410780e (diff) | |
parent | 3d1c0fd1578f0ee72cc7f65500f49f30f379ac54 (diff) | |
download | Essentials-cf7da7a83fef4d7734ed1ed5b672f2e07749b679.tar Essentials-cf7da7a83fef4d7734ed1ed5b672f2e07749b679.tar.gz Essentials-cf7da7a83fef4d7734ed1ed5b672f2e07749b679.tar.lz Essentials-cf7da7a83fef4d7734ed1ed5b672f2e07749b679.tar.xz Essentials-cf7da7a83fef4d7734ed1ed5b672f2e07749b679.zip |
Merge branch 'refs/heads/groupmanager'
Diffstat (limited to 'EssentialsGroupManager/src/Changelog.txt')
-rw-r--r-- | EssentialsGroupManager/src/Changelog.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/EssentialsGroupManager/src/Changelog.txt b/EssentialsGroupManager/src/Changelog.txt index b79d56d07..31d40413f 100644 --- a/EssentialsGroupManager/src/Changelog.txt +++ b/EssentialsGroupManager/src/Changelog.txt @@ -138,4 +138,7 @@ v 1.9: - Prevent getAllPlayersPermissions() processing a group more than once. Improves performance when using complex inheritance structures.
- Fix world mirroring so it correctly creates data files and data sources for partially mirrored worlds.
- Fixed world mirroring so it returns the correct data for the requested world.
- - Change Service registration to register WorldsHolder instead of AnjoPermissionsHandler. This is the correct entry point for all data.
\ No newline at end of file + - Change Service registration to register WorldsHolder instead of AnjoPermissionsHandler. This is the correct entry point for all data.
+ - Depreciate PlayerTeleportEvent, PlayerRespawnEvent and PlayerPortalEvent as it's all handled in PlayerChangedWorldEvent.
+ This also means we no longer update permissions before we change worlds.
+ - A command of '/manload' with no world arguments now performs a full reload of GM.
\ No newline at end of file |