Hi,
i got a small improvement:
Change the permission names for access like you did with protect.
Example:
playeradministration.protect.ban <- good
playeradministration.ban <- no so good, better -> playeradministration.access.ban
Reason:
I like to give access with the * wildcard, but with that i'm also protected when i do:
playeradministration.*
When i'm able to use
playeradministration.access.*
i can access everything but can also clear my inventory or other protected stuff.
i got a small improvement:
Change the permission names for access like you did with protect.
Example:
playeradministration.protect.ban <- good
playeradministration.ban <- no so good, better -> playeradministration.access.ban
Reason:
I like to give access with the * wildcard, but with that i'm also protected when i do:
playeradministration.*
When i'm able to use
playeradministration.access.*
i can access everything but can also clear my inventory or other protected stuff.