SamB440 / ForcePack

Spigot/Velocity plugin to aid resource pack deployment and enforcement, among other utilities.
https://fortitude.islandearth.net/category/forcepack
GNU General Public License v3.0
51 stars 17 forks source link

ViaVersion incompatibility #73

Open SamB440 opened 3 months ago

SamB440 commented 3 months ago

If you join with a newer version on an older server, via tries to simulate configuration stage. Via queues sent packets from the server whilst waiting for the configuration ack. This means we think the player has entered play stage due to the server sending JOIN_GAME and we send a bypassing viaversion packet, but this bypasses the viaversion queue, which means the client has in fact not entered play stage when they receive the packet...

I spent months trying to fix this and gave up