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
482 stars 119 forks source link

NoSuchMethodError with Floodgate and ProtocolLib build 723 #1221

Closed supramaxis closed 1 week ago

supramaxis commented 1 week ago

What happened?

probably a duplicate of #1216

I saw a new version of FastLogin just dropped so i went to update it, and also updated ProtocolLib to see if #1210 got fixed

the plugin loads but once the player joins the server, an unhandled exception occurs btw a java.util.ConcurrentModificationException: null, is also thrown when disabling the plugin on server stop

Steps to reproduce

  1. Add FastLogin build 1322
  2. Add ProtocolLib build 723
  3. Try to join a server

Plugin list

AuthMe, AxGraves, Bolt, Chunky, Essentials, EssentialsChat, FastLogin, floodgate, Geyser-Spigot, HealthBar-Reloaded [01:17:55 INFO]: ImageFrame, LuckPerms, NBTAPI, PlaceholderAPI, PostOffice, ProtocolLib, SkinsRestorer, sleep-most, Vault

Configuration file

https://gist.github.com/supramaxis/c8e296e8b1e299d8f00b38360fc9d1a1

Server log

https://gist.github.com/supramaxis/05347eef760b37b75a2c8eb56184b8de

Plugin version

v1.12-SNAPSHOT-bdd7af8

Platform

Spigot

Relevance

games647 commented 1 week ago

This looks like an outdated Protocollib version.

supramaxis commented 1 week ago

This looks like an outdated Protocollib version.

Are you sure the last successful build from ProtocolLib is outdated? ProtocolLib #723 (27 jun. 2024 03:12:51)

games647 commented 1 week ago

I'll look into it.

games647 commented 1 week ago

Merged into

Duplicate of #1216