LuckPerms

LuckPerms

41.4k Downloads

Global permissions are higher in priority

DarkFort opened this issue ยท 6 comments

commented

I have a permission 'worldguard. * true' in global when I take away this permission on the Auth server, it doesn't take

commented

/lp group default permission set worldguard.* false auth

commented

How are you taking it away?

commented

in config

server: auth
include-global: true

commented

Cannot reproduce. Seems to be working as intended.

> lp verbose on minecraft.command.ban
[13:10:45 INFO]: [LP] Verbose logging enabled for checks matching minecraft.command.ban.
[13:10:53 INFO]: UUID of player Luck is c1d60c50-70b5-4722-8057-87767557e50d
[13:10:53 INFO]: Luck[/127.0.0.1:62746] logged in with entity id 120 at ([world]92.7284247907261, 81.0, 205.95701378496753)
[13:10:58 INFO]: Luck issued server command: /ban
[13:10:58 INFO]: [LP] VB > [C] luck - minecraft.command.ban - undefined
> lp user Luck p set minecraft.command.* true
[13:11:13 INFO]: [LP] Set minecraft.command.* to true for luck in context global.
[13:11:16 INFO]: Luck issued server command: /ban
[13:11:16 INFO]: [LP] VB > [C] luck - minecraft.command.ban - true
[13:11:16 INFO]: [LP] VB > [C] luck - minecraft.command.ban - true
> lp user Luck p set minecraft.command.* false survival
[13:11:26 INFO]: [LP] Set minecraft.command.* to false for luck in context server=survival.
[13:11:29 INFO]: Luck issued server command: /ban
[13:11:29 INFO]: [LP] VB > [C] luck - minecraft.command.ban - false
commented

same.

# The name of the server, used for server specific permissions. Set to 'global' to disable.
server: survival

# If users on this server should have their global permissions applied.
# If set to false, only server specific permissions will apply for users on this server
include-global: true
commented

You're either mistaken, or there's another issue with your setup somewhere.

Remember that non-wildcard permissions will still override the false wildcard.