Better permission namesFixed
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.
This would break the permissions set for already active users.
I'm not sure if people would very much like that.

I'll have a big think.
But the syntax is clever, i saw it on many plugins for example vanish. Just to let you know, what you think and consider to add on new plugins when you do not want to break it for active users.
5b911dfc75c0d.png ThibmoRozier
This would break the permissions set for already active users.
I'm not sure if people would very much like that.

I'll have a big think.
You could always do a replace with existing permissions, looping through users and replacing the old with new.

I guess indeed.
Would need to add that to the update routines. Added to the list.

Merged post

Set this up and got it to work.
Expect to see this in an update today.

Also tried to do anything I can to make sure PA doesn't cause the "freeze plugin" bug. :)
Wow, nice you consider to add this. Will update soon! Keep up the good work!
Locked automatically