Hello Wulf & friends!
Thanks in advance for your time and consideration.
Is there a way to show a user's permissions inherited from parent groups when using
It would save time instead of having to call
Example scenario:
I have 2 groups, they are parentgroup and childgroup. As you probably guessed, parentgroup is the parent of childgroup and therefore childgroup inherits all parentgroup's permissions. Our player, Bob, is assigned to childgroup and so he has all permissions of both childgroup and parentgroup and they work just fine.
Output from
Output from
Thanks in advance for your time and consideration.
Is there a way to show a user's permissions inherited from parent groups when using
o.show user <playerNameOrID>
?It would save time instead of having to call
o.show group <groupName>
repeatedly.Example scenario:
I have 2 groups, they are parentgroup and childgroup. As you probably guessed, parentgroup is the parent of childgroup and therefore childgroup inherits all parentgroup's permissions. Our player, Bob, is assigned to childgroup and so he has all permissions of both childgroup and parentgroup and they work just fine.
Output from
o.show user Bob
displays:Player 'Bob (SteamID)' permissions:
defaultperm1, childperm1, childperm2
Player 'Bob (SteamID)' groups:
childgroup, default
Output from
o.show group childgroup
displays:Group 'childgroup' players:
SteamID (Bob)
Group 'childgroup' permissions:
childperm1, childperm2
Parent group 'parentgroup' permissions:
parentperm1, parentperm2