Integration (code examples out of date)
Chalwk opened this issue ยท 4 comments
Could someone please update the code examples section within the Integrating with PEX category in with Wiki.
https://github.com/PEXPlugins/PermissionsEx/wiki/Integrating-with-PEX
They seem to be out of date.
no, PEX v1 is no longer supported, and PEX v2 does not yet have a stable API. Once a stable API is available, the documentation at https://permissionsex.stellardrift.ca will be updated.
OK, with PEX v2, how exactly would I retrieve a user's permissions? (Separate from group permissions)
Is there a String[] permissions = user.getPermissions(world); equlivant?