I am trying to bring together a bunch of currently in development plugins for a 1.8.9 server, and working with the permission plugins are annoying enough, but not being able to find nodes for some of the new plugins make it nearly impossible.
How hard would it be to make a plugin to list out all permission nodes or does something like this exist already?
Permission Plugins should be able to do this if the plugins provide PermissionDescriptions when they register their permissions, however this is optional.
Pex has a debug mode where it prints out the permission currently being checked (where? to logs? to files? to console?) , but I don’t know exactly how to enable it.
/pex debug will toggle it (and i believe it stores the change in the config too) and then using /help will flood your console with all the registered permissions