PermissionsEx

PermissionsEx

14M Downloads

Question about how inheritance works

Ironic8b498 opened this issue ยท 8 comments

commented

OK, since I have not been able to get PEX 2.0 to work I thought maybe I can fix things with PermissionsEx-1.23.4 to give me more time to work on PEX 2.0.

My questions; If I have a group called lobby in default ladder, and a group called recruit is survival ladder can the recruit group inherit the perms from lobby? I think they can but I don't want to make major changes to have to roll them back.

commented

My questions: If I have a group called lobby in default ladder, and a group called recruit is survival ladder can the recruit group inherit the perms from lobby? I think they can but I don't want to make major changes to have to roll them back.

Yes, they can.

commented

thanks, I guess I have some major changes to my perms to work on this weekend, is there a command to copy all perms from one rank to another?

commented

I edited my flat file, dropped the three table in my SQL and imported the flat file into the SQL, couldn't wait the days it takes to get answers

commented

You can actually open the permissions.yml file in Notepad (Notepad++ is better) and edit it. That's by far the fastest way to make changes to the file.

  1. Open file.
  2. Change the inheritance value of a group.
  3. Save the file.
  4. Close the file.
  5. Type /pex reload in-game type or pex reload into the console.

Boom. Done.

PEX Commands can be found right here, if you want to do it the long way.

commented

I use SQL, so if I import SQL to flat file edit flat file then import flat file to SQL. my notes for some reason say to drop the table in the SQL before I import flat to SQL, do I have to do that? If not when I import I believe the perms I remove from a group will not be removed.

Also is there a limit to how many groups I can add?

commented

SQL was completely unnecessary and didn't show any sort of improvements on my server, so I abandoned using it within a few months, and that was many years ago now.

You'll need @zml2008 to handle this ticket since SQL is involved.

commented

I'm sorry. I didn't know we were here to serve you, master.

commented

I told you it was a simple fix and how to do it.