summaryrefslogtreecommitdiffstats
path: root/EssentialsGroupManager/src
diff options
context:
space:
mode:
authorsnowleo <schneeleo@gmail.com>2011-10-04 22:19:40 +0200
committersnowleo <schneeleo@gmail.com>2011-10-04 22:19:40 +0200
commitaaf25d8b9a43350926b95e17b0113e5c3ce53cd4 (patch)
treefa08afc885ae8179cb6b302ef71f12eaa0218526 /EssentialsGroupManager/src
parent9f529311914f06ed4f2bc79debb8869d630223fa (diff)
parent0645d58594cb90797573e53a8675c08a6bf0e6b1 (diff)
downloadEssentials-aaf25d8b9a43350926b95e17b0113e5c3ce53cd4.tar
Essentials-aaf25d8b9a43350926b95e17b0113e5c3ce53cd4.tar.gz
Essentials-aaf25d8b9a43350926b95e17b0113e5c3ce53cd4.tar.lz
Essentials-aaf25d8b9a43350926b95e17b0113e5c3ce53cd4.tar.xz
Essentials-aaf25d8b9a43350926b95e17b0113e5c3ce53cd4.zip
Merge branch 'master' into groupmanager
Diffstat (limited to 'EssentialsGroupManager/src')
-rw-r--r--EssentialsGroupManager/src/Changelog.txt3
-rw-r--r--EssentialsGroupManager/src/plugin.yml2
2 files changed, 3 insertions, 2 deletions
diff --git a/EssentialsGroupManager/src/Changelog.txt b/EssentialsGroupManager/src/Changelog.txt
index b8034e19c..e90d7e368 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.
@@ -35,4 +36,4 @@ v 1.2:
- 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
+ - Fix for Bukkit passing a null To location on a player portaling. \ No newline at end of file
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.