LuckPerms

LuckPerms

41.4k Downloads

UUID error

CrazyL3gend opened this issue ยท 3 comments

commented

I have a problem with uuid player who logins premium account.I have a plugin that allows premium account, but I have this error

[13:22:27] [Netty Worker IO Thread #1/INFO] [LuckPerms]: Processing pre-login for fb23a81a-cd7f-49cb-b886-56faf0a0a840 - CrazyLegend_
[13:22:27] [Netty Worker IO Thread #1/INFO] [LuckPerms]: Processing post-login for bdd35907-83e4-3f50-8548-b8723d29120d - CrazyLegend_
[13:22:27] [Netty Worker IO Thread #1/WARN] [LuckPerms]: User bdd35907-83e4-3f50-8548-b8723d29120d - CrazyLegend_ doesn't currently have data pre-loaded, but they have been processed before in this session.
[13:22:27] [Netty Worker IO Thread #1/WARN] [LuckPerms]: A permission check was made for player CrazyLegend_ - bdd35907-83e4-3f50-8548-b8723d29120d, but LuckPerms does not have any permissions data loaded for them. Perhaps their UUID has been altered since login?

I know about issues on this problem, but I tried all of issues, nothing helps me. About this problem, I need to replace UUID old to new in DataBase, how I can do this?

commented

Whatever login plugin you are using is altering UUID in a way that will cause UUID to change in an unexpected way. Ask your login plugin on it, or in fact, just do away with these type of janky login plugins.

commented

It means I need to change my auth plugin, which can change uuid to luckperms database?

commented

Your auth/premium plugin needs to alter the UUID before pre-login.