Changes not working
Uzuark opened this issue ยท 2 comments
Description
If I try to unset a permission it doesn't work. If I try to change my own group after a while or when I rejoin I get the old rank back.
Reproduction Steps
/lp user Uzuark parent set default
/lp user Uzuark permission unset test.1
Expected Behaviour
That my group changes on every server and I can unset the permission.
Server Details
git-Purpur-1970
LuckPerms Version
v5.4.79
Logs and Configs
No response
Extra Details
No response
Is the permission (in your repro steps test.1
) set on the user or on a group? Unsetting a node is like deleting it.
If your goal is to block a specific permission for a player/group that they already inherit, set the permission to false (if using commands, add false
after the permission set
command, if using the web editor, click the true
to turn it to false
)