PermissionsEx

PermissionsEx

14M Downloads

getPerrmissionManager().getGroups() replacement?

Horrgs opened this issue ยท 2 comments

commented

For some reason, it's deprecated. And I also can't seem to find this method, or many others, on the GitHub. There is getGroups(String groupName) but I don't understand the use of that.

commented

getParents(). And it's getParents(String worldName);

master is version 2.0, a complete rewrite. Check the 1.23.x branch for the older PEX.

commented

Any way of doing that without doing getUser(String name)? I want to get all groups on the server.