mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-12 01:25:26 +02:00
Negate 'groupmanager.noofflineperms' by default in the owner group.
This commit is contained in:
@@ -208,3 +208,4 @@ v 2.0:
|
|||||||
- Synchronize the raising of GroupManager events to Bukkit.getServer() (should prevent deadlocks).
|
- Synchronize the raising of GroupManager events to Bukkit.getServer() (should prevent deadlocks).
|
||||||
- Synchronize pushing to Bukkit perms to prevent any ConcurrentModificationException.
|
- 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'.
|
- 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.
|
@@ -65,6 +65,7 @@ groups:
|
|||||||
default: false
|
default: false
|
||||||
permissions:
|
permissions:
|
||||||
- '*'
|
- '*'
|
||||||
|
- -groupmanager.noofflineperms
|
||||||
- -vanish.*
|
- -vanish.*
|
||||||
inheritance:
|
inheritance:
|
||||||
- admin
|
- admin
|
||||||
|
Reference in New Issue
Block a user