#Luckperms groups

1 messages · Page 1 of 1 (latest)

quick vigil
#

So I'm using luckperms as my permissions plugin, and I want to check that a player isn't assigned to any group. When looking at the luckperms developer api, it looks like they just use the player.hasPermission("group.<group>") to find someone's group. how can i do the opposite, and see if a player isn't in any group?

normal breach
#

Loop through all groups and check if the player does not have the permission?