LuckPerms

LuckPerms

41.4k Downloads

issue with unset BEC

madtomic opened this issue · 13 comments

commented

image

what is the issue here? I have the permission but when trying to unset, it said I do not have it.

Using https://www.spigotmc.org/resources/betterenderchest.2073/

commented

You need to specify all the contexts. So I’m your case you need to specify the server.

commented

Latest paperspigot build

commented

Contexts, sorry I misread your reply. I will try to give it more context and see what happen.

commented

No no. I mean the permission has a server context specified (server=hub). And you need to specify that to delete it

commented

how come for some permission, I could unset permission without server context and only this plugin is giving me trouble?

commented

Then those permissions simply didn’t have a context

commented

image

commented

what am I doing wrong here? i use true and world and still giving me issue?

commented

I did some more testing and still don't work with any of the used context.

image

commented

The weird part is that the permission works in game.

commented

The correct context is in the second pair of parentheses.

And unset doesn’t allow true or false

commented

So use world=world as context

commented

I understand now. Thank you for the explanation.