1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-10 16:48:05 +02:00

Negate 'groupmanager.noofflineperms' by default in the owner group.

This commit is contained in:
ElgarL
2013-01-19 12:40:40 +00:00
parent 04c833f648
commit d26fa6c5b8
2 changed files with 3 additions and 1 deletions

View File

@@ -208,3 +208,4 @@ 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.

View File

@@ -65,6 +65,7 @@ groups:
default: false
permissions:
- '*'
- -groupmanager.noofflineperms
- -vanish.*
inheritance:
- admin