Closed Kas-tle closed 1 year ago
Also added support for Eclipse IDE so I could actually work on it...
PacketHandshakingInSetProtocol
initUUID
LoginHandler().fireEvents(GameProfile)
PacketListener
NetworkManager
Note that this is based on the current PR for 1.20.2 support on the Velocity repo: https://github.com/PaperMC/Velocity/pull/1088
3.2.0-SNAPSHOT
11
getSessionHandler
getActiveSessionHandler
Works without changes (truly shocking).
Also added support for Eclipse IDE so I could actually work on it...
Issues Addressed
Spigot
PacketHandshakingInSetProtocol
is now a record so we must construct call its constructor instead of modifyinginitUUID
gone and that info is now passed directly to the event viaLoginHandler().fireEvents(GameProfile)
PacketListener
fields inNetworkManager
, so we must specify the obfuscated field namePaper
Velocity
Note that this is based on the current PR for 1.20.2 support on the Velocity repo: https://github.com/PaperMC/Velocity/pull/1088
3.2.0-SNAPSHOT
11
per Velocity APIgetSessionHandler
is nowgetActiveSessionHandler
Bungeecord
Works without changes (truly shocking).