games647 / FastLogin

Checks if a minecraft player has a valid paid account. If so, they can skip offline authentication automatically. (premium auto login)
https://www.spigotmc.org/resources/fastlogin.14153
MIT License
494 stars 122 forks source link

Java account and linked Java account by GeyserMC have different inventories #1040

Open xAffan opened 1 year ago

xAffan commented 1 year ago

What happened?

Java account has different inventory. If joined by GeyserMC linked java acc then it is different like two seperate players.

What did you expect?

The inventory should be linked.

Steps to reproduce

Use fastlogin and authme. link ur java acc with bedrock. join with java n leave. then join with bedrock linked. see inv diffeent

Plugin list

AuthMe, FastLogin, floodgate, Geyser-Spigot, LuckPerms, ProtocolLib

Configuration file

No response

Server log

No response

Plugin version

v1.12-SNAPSHOT-c106089

Platform

Spigot

Relevance

Smart123s commented 1 year ago

Do you have premiuimUUID enable in FastLogin config? Could you check the UUID of the java & bedrock players' UUIDs from the console? Their inventories will only be the same if they have the same UUID.

xAffan commented 1 year ago

It turns out java connection used offline uuid. Floodgate join used premium uuid. I can't send out the config because I've migrated to fabric now