LuckPerms

LuckPerms

41.4k Downloads

UUID/name glitch (Bungeecord version)

Opened this issue ยท 1 comments

commented

Description

In the web editor and then go to users. I see UUID's and names, the UUID's have other permissions then the names (https://imgur.com/a/u0WUxZ7)

Error in the console

[19:11:32 WARN]: [LuckPerms] LuckPerms already has data for player 'WifiVibes' - but this data is stored under a different UUID.
[19:11:32 WARN]: [LuckPerms] 'WifiVibes' has previously used the unique ids [2c22d302-a5fa-38ae-b58d-dd6fb37fea2f] but is now connecting with 'baec620d-572a-4c00-8d1c-ed5698ca6983'
[19:11:32 WARN]: [LuckPerms] The UUID the player is connecting with now is Mojang-assigned (type 4). This implies that one of the other servers in your network is not authenticating correctly.
[19:11:32 WARN]: [LuckPerms] If you're using BungeeCord/Velocity, please ensure that IP-Forwarding is setup correctly on all of your backend servers!
[19:11:32 WARN]: [LuckPerms] See here for more info: https://github.com/lucko/LuckPerms/wiki/Network-Installation#pre-setup

Expected behaviour

This all happens when i imported a old permission file, i then added some perms and then gave some people groups, and now the UUID's and names are mixed up.

Environment details

  • Server type/version: Spigot running version 1.12.2 Final Build
  • LuckPerms version: v5.1.107.
commented

It is fixed by changing bungeecord=true in the spigot.yml in the backend server.

Thank for the help all.