LuckPerms

LuckPerms

41.4k Downloads

verbose shooting irrelevant checks for luckperms?

andrewkm opened this issue ยท 3 comments

commented

Is this how it's supposed to be?
Was trying to determine why my staff can't do /lp user andrewkm info (something I've now solved) and was getting this during verbose:

https://pastebin.com/raw/JskiC81n

Essentials making verbose kind of useless for debugging luck perms permissions problems. It basically checked for every luckperms perm?

commented

Other plugins are showing up in that verbose output so you probably didn't add a filter to the verbose, If you're trying to debug issues with a certain plugin use /lp verbose on <name> & <pluginname>

Luckperms does generally check ALL luckperms permissions if argument based permissions is enabled. It's still fairly easy to find what you're looking for though.

commented

LP will check for permissions for all subcommands (recursively) in order to determine what sort of feedback to give the player.

For example, if you just run /lp - the plugin will check to see if you can use any of the subcommands, in order to display some sort of help menu.

Sooo, this behaviour is normal.

commented

Thank you for explaining :)