#Luckperms groups
1 messages · Page 1 of 1 (latest)
Loop through all groups and check if the player does not have the permission?
1 messages · Page 1 of 1 (latest)
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?
Loop through all groups and check if the player does not have the permission?