summaryrefslogtreecommitdiffstats
path: root/EssentialsGroupManager/src
diff options
context:
space:
mode:
authorElgarL <ElgarL@palmergames.com>2011-10-11 01:03:38 +0100
committerElgarL <ElgarL@palmergames.com>2011-10-11 01:03:38 +0100
commitcb41b7ac3340dab9b9230c7b9d1d3d4c25ba9201 (patch)
tree6f87d71f91eba272ad456e19b2ffb2af38017a11 /EssentialsGroupManager/src
parent9129386f1279adf8dd650bdc474511bc3aa7eb4a (diff)
downloadEssentials-cb41b7ac3340dab9b9230c7b9d1d3d4c25ba9201.tar
Essentials-cb41b7ac3340dab9b9230c7b9d1d3d4c25ba9201.tar.gz
Essentials-cb41b7ac3340dab9b9230c7b9d1d3d4c25ba9201.tar.lz
Essentials-cb41b7ac3340dab9b9230c7b9d1d3d4c25ba9201.tar.xz
Essentials-cb41b7ac3340dab9b9230c7b9d1d3d4c25ba9201.zip
Fixed manudelsub not correctly selecting the group to remove.
Diffstat (limited to 'EssentialsGroupManager/src')
-rw-r--r--EssentialsGroupManager/src/Changelog.txt6
-rw-r--r--EssentialsGroupManager/src/plugin.yml2
2 files changed, 5 insertions, 3 deletions
diff --git a/EssentialsGroupManager/src/Changelog.txt b/EssentialsGroupManager/src/Changelog.txt
index 37f1e5213..256d88420 100644
--- a/EssentialsGroupManager/src/Changelog.txt
+++ b/EssentialsGroupManager/src/Changelog.txt
@@ -25,6 +25,7 @@ v 1.1:
v 1.2:
- Changed priority of Registered events to lowest.
- Fixed an issue with superperms where plugins define perms with inheritance after the root perms
+v 1.3:
- 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.
@@ -34,6 +35,7 @@ v 1.2:
- 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)
+ (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. \ No newline at end of file
+ - Fixed manudelsub not correctly selecting the group to remove.
+
diff --git a/EssentialsGroupManager/src/plugin.yml b/EssentialsGroupManager/src/plugin.yml
index b0d2bc4d1..a247c7ad0 100644
--- a/EssentialsGroupManager/src/plugin.yml
+++ b/EssentialsGroupManager/src/plugin.yml
@@ -1,5 +1,5 @@
name: GroupManager
-version: "1.2 (Phoenix)"
+version: "1.3 (Phoenix)"
main: org.anjocaido.groupmanager.GroupManager
website: http://www.anjocaido.info/
description: Provides on-the-fly system for permissions system created by Nijikokun. But all in memory, and with flat-file saving schedule.