You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FastLogin should be able to remember the UUID of an player to do nameChangeCheck.
But Login from Bedrock client by linked mode clears the UUID of the player.
Before Bedrock Login
After Bedrock Login
Steps to reproduce
Install AuthME, FastLogin Geyser-Spigot Floodgate
Register at FastLogin as premium user. Now it should be able to track name changes
then link the bedrock account at Floodgate
Login to the server at Bedrock client through Geyser-floodgate
The UUID has been cleared at the FastLogin database.
If user changes his name before next login at Java client, FastLogin can't reconize and treat him as a new user. (No UUID nor username not found in the database)
[02:42:50 INFO]: [Geyser-Spigot] Player connected with username WhoJK
[02:42:50 INFO]: [Geyser-Spigot] WhoJK (logged in as: WhoJK) has connected to the Java server
[02:42:50 INFO]: [FastLogin] New incoming packet START[class=PacketLoginInStart, id=0] from UNKNOWN[/61.231.179.211:0]
[02:42:50 INFO]: [FastLogin] Skipping name conflict checking for player WhoJK
[02:42:51 INFO]: UUID of player WhoJK is 770f28e4-058e-4812-a8d1-75fb3732c25b
[02:42:51 INFO]: [floodgate] Floodgate player logged in as WhoJK joined (UUID: 770f28e4-058e-4812-a8d1-75fb3732c25b)
[02:42:52 INFO]: WhoJK joined the game
[02:42:52 INFO]: WhoJK[/61.231.179.211:0] logged in with entity id 772 at ([world]-178.77191, 73.0, -48.394512)
[02:42:52 INFO]: [FastLogin] Player WhoJK is connecting through Geyser Floodgate.
[02:42:52 INFO]: [FastLogin] Logging player WhoJK in
[02:42:52 INFO]: [AuthMe] WhoJK logged in 61.231.179.211
When [02:42:52 INFO]: [FastLogin] Player WhoJK is connecting through Geyser Floodgate. the UUID get cleared.
Plugin version
FastLogin v1.12-SNAPSHOT-4dd6b9a
Platform
Spigot
Relevance
I tried the latest build
(build refers to development builds not necessary a release version; i.e. v1.10 is out of date)
I checked for existing tickets -
If there are, please vote them with a thumbs reaction and not create new ones
The text was updated successfully, but these errors were encountered:
What happened?
FastLogin should be able to remember the UUID of an player to do nameChangeCheck.
But Login from Bedrock client by linked mode clears the UUID of the player.
Before Bedrock Login
After Bedrock Login
Steps to reproduce
Plugin list
AuthME, FastLogin Geyser-Spigot Floodgate
Configuration file
autoRegister: false premiumUuid: true nameChangeCheck: true autoLogin: true
Server log
When
[02:42:52 INFO]: [FastLogin] Player WhoJK is connecting through Geyser Floodgate.
the UUID get cleared.Plugin version
FastLogin v1.12-SNAPSHOT-4dd6b9a
Platform
Spigot
Relevance
I tried the latest build
(build refers to development builds not necessary a release version; i.e. v1.10 is out of date)
I checked for existing tickets -
If there are, please vote them with a thumbs reaction and not create new ones
The text was updated successfully, but these errors were encountered: