
essentialsx prefix not work on addtemp
Closed this issue ยท 4 comments
timings
https://timings.aikar.co/?id=9dd0ef75bd37475784f50ca57e568a87
verbrose
https://git.io/vdi9e
perm
https://gist.github.com/mat41997/e552e14c0119171abd08fc165fd6f4e3
the same problem as
#488
Does the correct value show when you run /lp user <user> info
, under 'current prefix'?
Temporary permissions are handled in exactly the same way as permanent prefixes in the meta system, so this is most likely an issue with Essentials or the way you have LP setup.
Your chat formatting plugin seems to be applying formats based upon a users primary group.
As you might've noticed, in both cases, "Current prefix" shows the correct value, but the users primary groups are different.
To fix this, you can either:
- Switch the chat plugin to just pull the prefix from LuckPerms - it's not doing this at the moment.
or
- Change the way primary groups are calculated. (I'd change it to either
parents-by-weight
orall-parents-by-weight
. You then need to make sure each of your groups have an appropriate weight assigned to them)
https://github.com/lucko/LuckPerms/wiki/Configuration#primary-group-calculation