Parent meta gets also applied to user meta
ItsMacs opened this issue · 11 comments
Description
When I set a user to a group and then change their group to another, the user now has the first group's meta set as their personal meta.
Reproduction steps
- Run the command /lp user parent set
- Run the same command but with a different group
- The user now has the meta of the first group as their personal meta
Expected behavior
That not to happen.
Environment details
- Server type/version:
YAPFA-1.15.2 (PaperSpigot)
- LuckPerms version:
vBukkit 5.2.38
The issue is you have prefix Manager
set for your own self (not group perms) with a higher weight. You should see https://luckperms.net/wiki/Weight
Or maybe what you want to do is also to remove the prefix to set to yourself, since it seems you want the prefix from the group instead. You can use the command or the web editor
no, clearing prefix wont cause any prefix to be set unless you are doing the command wrong. What exact command did you do to "clear the group’s prefix". And note you already have the Manager
prefix set as a user node, so clearing group prefix doesn't nothing to remove that.
The main issue is you have a prefix set to the user itself, and you got confused that it was given due to the first group the player was in, when this not the case.
interesting, so do
- add user to a group and screenshot
/lp user USER meta info
- do
/lp user <user> meta clear
- screenshot
/lp user USER meta info
again