mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-05 12:02:53 +00:00
Negate 'groupmanager.noofflineperms' by default in the owner group.
This commit is contained in:
parent
9566499a2f
commit
2b8435342d
2 changed files with 3 additions and 1 deletions
|
@ -207,4 +207,5 @@ v 2.0:
|
||||||
- Clear our attachment map upon a manload so we correctly reconfigure a players new permissions.
|
- 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 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue