Update primary group after adding group by "parent add".
Closed this issue ยท 1 comments
Hi,
I wanted to get player's highest group from database (I can't use the API, I'm not writing plugin). I thought about using player's "primary group", but it doesn't update if group have been added by "parent add".
If this behaviour was intended, consider it as suggestion / question.
By default the plugin doesn't actually use the stored field in the database.
https://github.com/lucko/LuckPerms/wiki/Configuration#primary-group-calculation
It's set to parents-by-weight
usually. :)