mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-11-08 03:50:06 +01:00
Negate 'groupmanager.noofflineperms' by default in the owner group.
This commit is contained in:
parent
04c833f648
commit
d26fa6c5b8
@ -207,4 +207,5 @@ v 2.0:
|
||||
- Clear our attachment map upon a manload so we correctly reconfigure a players new permissions.
|
||||
- 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'.
|
||||
- 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
|
||||
permissions:
|
||||
- '*'
|
||||
- -groupmanager.noofflineperms
|
||||
- -vanish.*
|
||||
inheritance:
|
||||
- admin
|
||||
|
Loading…
Reference in New Issue
Block a user