GeyserMC / Floodgate

Hybrid mode plugin to allow for connections from Geyser to join online mode servers.
https://geysermc.org
MIT License
575 stars 170 forks source link

Can not get final com.velocitypowered.proxy.connection.client.InitialInboundConnection field #538

Closed timr2000 closed 2 weeks ago

timr2000 commented 2 months ago

Velocity: 3.3.0-SNAPSHOT (git-00ed2284-b415) Floodgate: 2.2.3-SNAPSHOT (b109-49bd564) Geyser: 2.4.2-b658 (git-master-8356b63)

When a user joins the server it spits out this error: https://mclo.gs/o2rDTHl

Tim203 commented 2 months ago

I'm a little bit confused because the logic has not been touched (in both Velocity and Floodgate) for years now. I'm suspecting that this is caused by another plugin. While it's technically valid (as nothing is preventing them from firing it) PreLoginEvent should only be called by Velocity and not by other plugins.