summaryrefslogtreecommitdiffstats
path: root/EssentialsGroupManager
diff options
context:
space:
mode:
authorRiaku <riaku56@gmail.com>2013-02-07 16:06:55 -0600
committerRiaku <riaku56@gmail.com>2013-02-08 04:53:12 -0600
commit6e13eb70703f858133711402c9347aad31243023 (patch)
tree6c5fa3a692cf77ddc679e379e7356d1041a3583c /EssentialsGroupManager
parentfa20d2495760610f0181c3ffa065ecbdfa000fdd (diff)
downloadEssentials-6e13eb70703f858133711402c9347aad31243023.tar
Essentials-6e13eb70703f858133711402c9347aad31243023.tar.gz
Essentials-6e13eb70703f858133711402c9347aad31243023.tar.lz
Essentials-6e13eb70703f858133711402c9347aad31243023.tar.xz
Essentials-6e13eb70703f858133711402c9347aad31243023.zip
adding per-group teleport permissions
node: essentials.teleport.groups.<groupname> config: per-group-teleport: false
Diffstat (limited to 'EssentialsGroupManager')
-rw-r--r--EssentialsGroupManager/src/Changelog.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/EssentialsGroupManager/src/Changelog.txt b/EssentialsGroupManager/src/Changelog.txt
index 4a3c232be..992e49bf5 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: