summaryrefslogtreecommitdiffstats
path: root/EssentialsGroupManager/src/Changelog.txt
diff options
context:
space:
mode:
authorKHobbits <rob@khobbits.co.uk>2013-01-31 20:38:36 +0000
committerKHobbits <rob@khobbits.co.uk>2013-01-31 20:38:36 +0000
commite23745e03f620d9376af4e65b5077a624dce86e0 (patch)
tree941d1f942b5550d7fe23185fa502ee6b2de578b7 /EssentialsGroupManager/src/Changelog.txt
parent54a106d45fcc4f0f3d4297ca3877ba0a03d35ee3 (diff)
parent454cc69f60db07e3f4cd792b619dbaa9a0751b6a (diff)
downloadEssentials-e23745e03f620d9376af4e65b5077a624dce86e0.tar
Essentials-e23745e03f620d9376af4e65b5077a624dce86e0.tar.gz
Essentials-e23745e03f620d9376af4e65b5077a624dce86e0.tar.lz
Essentials-e23745e03f620d9376af4e65b5077a624dce86e0.tar.xz
Essentials-e23745e03f620d9376af4e65b5077a624dce86e0.zip
Merge branch 'groupmanager' of github.com:essentials/Essentials into 2.9
Conflicts: EssentialsGroupManager/src/Changelog.txt
Diffstat (limited to 'EssentialsGroupManager/src/Changelog.txt')
-rw-r--r--EssentialsGroupManager/src/Changelog.txt12
1 files changed, 8 insertions, 4 deletions
diff --git a/EssentialsGroupManager/src/Changelog.txt b/EssentialsGroupManager/src/Changelog.txt
index 014b4b9ea..f3bc35baa 100644
--- a/EssentialsGroupManager/src/Changelog.txt
+++ b/EssentialsGroupManager/src/Changelog.txt
@@ -34,10 +34,10 @@ v 1.3:
(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)
+ - 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
- - Fixed manudelsub not correctly selecting the group to remove.
+ - Fixed manudelsub not correctly selecting the group to remove.
- Added two new permission nodes - groupmanager.notify.self & groupmanager.notify.other
These allow players/admins to be notified when players are moved between groups.
v 1.4:
@@ -208,4 +208,8 @@ v 2.0:
- Synchronize the raising of GroupManager events to Bukkit.getServer() (should prevent deadlocks).
- Synchronize pushing to Bukkit perms to prevent any ConcurrentModificationException.
- Do not grant any permissions (nor update Bukkit) if the server is in offline mode and the player has the permission node 'groupmanager.noofflineperms'.
- - Negate 'groupmanager.noofflineperms' by default in the owner group. \ No newline at end of file
+ - Negate 'groupmanager.noofflineperms' by default in the owner group.
+ - 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.