LuckPerms

LuckPerms

41.4k Downloads

Empty permission

Lmmb74 opened this issue ยท 2 comments

commented

Whenever I try to fly/move while using a disguise of the plugin LibsDisguises (8.6.8), I get this error on console, and my player goes to its first position. It only allows me to fly up and down. But no other moves are allowed. I am using LuckPerms 3.4.60 in BungeeCord build 1278 and Spigot 1.8.8. Since I get that error printed out, I thought that it had to do a thing with this plugin. Thanks for your time.

commented

Check the permissions of the user/group and maybe run the verbose-command, to find out, what exact permissions you're needing.

commented

Looks like LibsDisguises is trying to remove an empty permission to a player. (just a string with length 0 - "")

This isn't allowed by LP.

I've changed the Vault impl to throw an exception sooner if this is the case, so you can trace exactly where the call is from.