Open deiphiz opened 2 years ago
Duplicate of https://github.com/games647/FastLogin/issues/871
Did you update Geyser?
Yes now
Which ProtocolLib version do you have? Seems like it's 4.x And what MC version are you on? Also https://github.com/games647/FastLogin/issues/881 might be useful.
1.17.1 Paper and 4.8.0
Same problem with build 1079
Same problem with build 1079
FastLogin build 1079 is only compatible with Geyser build 1188 (and older), ProtocolLib 4.8.0 and MC version 1.18.2 (or older).
So no more than 1.19.30 people will be able to enter my bedrock server?
I've backported the changes from https://github.com/games647/FastLogin/pull/923 on top of 41890679ed9c4d78664608ee5e115efb97d25371 (build 1079).
Could you try the result? FastLoginBukkit-31bc57c.zip (source: https://github.com/Smart123s/FastLogin/commit/31bc57c8f2f217b1ec3a156c616614ff6eeb6b87)
EDIT: use this with ProtocolLib 4.8.0 and MC version 1.18.2 (or older), and latest Geyser.
Ok i am going to test it
WORKS PERFECT. THANKS YOU
It's working now , thanks for your help @Smart123s i hope you the best ; )
@Smart123s Im using Minecraft 1.19 and don't work, any solution? Im using ProtocolLib version 4.8.0 and Last of Geyser
@spartamc for MC 1.19 you need to use ProtocolLib 5.0.
@Smart123s If I have now noticed that when using version 4.8.0 it only gives errors, I am with version 5.0 but it does not work either. And I have downloaded the zip that you have passed your
@spartamc the zip is for ProtocolLib 4.8 which is needed for MC version 1.18 or earlier. With MC 1.19 you can use ProtocolLib 5.0 with latest FastLogin and latest Geyser.
@Smart123s I've tried but it hasn't worked for me. FastLogin's latest version is #1163 isn't it?
Yes it is. Could you please double check if you have the appropriate versions of Geyser, ProtocolLib and FastLogin? If it still doesn't work, open a new issue with server logs.
@Smart123s im using: ProtocolLib version 5.0.0 FastLogin #1163 And Geyser
@spartamc could you post server logs?
@Smart123s I don't understand why it works now, I think it was because I used the zip for the FastLogin and I wasn't using the latest version when I was doing tests. Sorry for wasting your time and thank you very much.
@spartamc it's ok, I'm glad it works now 🎉
@Smart123s I have another question that is not related to this but it is normal that sometimes the plugin changes the UUID to some players?
@spartamc you can check premiumuuid in config.yml. also, does it happen for Java or Bedrock players?
@Smart123s That option I have disabled, it has only happened to me with java accounts, that of a friend and mine for now. I didn't take much thought out until I realized that when the UUID changes it loses the money.
Same issue 1.19.3, latest geyser, fast login, protocollib
@jondycz Couldn't reproduce the issue. Tested on
Client:
Server
What happened?
Running FastLogin build #1159 and any GeyserMC Spigot build above #1189 causes FastLogin to run into a
NoSuchMethodError
error and the plugin will refuse to start. With GeyserMC disabled, FastLogin will still start as normal.This error in particular seems to be caused by Geyser renaming their
session.auth.AuthType
class intoapi.network.AuthType
. The change looks to be in part of their big API changes indicated here: https://github.com/GeyserMC/Geyser/pull/3267.For reference, this is the Jenkins link for the Geyser build that started the issue: https://ci.opencollab.dev/job/GeyserMC/job/Geyser/job/master/1189/
What did you expect?
The plugin should start smoothly along with GeyserMC upon server startup
Steps to reproduce
Start server with FastLogin, ProtocolLib, and any GeyserMC build above #1189
Plugin list
AuthMe, FastLogin, floodgate, Geyser-Spigot, ProtocolLib
Configuration file
https://gist.github.com/deiphiz/7318f24a14c369333804a6a153daa88e
Server log
Plugin version
1.12-SNAPSHOT-7425df8
Platform
Spigot
Relevance