SpigotMC / BungeeCord

BungeeCord, the 6th in a generation of server portal suites. Efficiently proxies and maintains connections and transport between multiple Minecraft servers.
https://www.spigotmc.org/go/bungeecord
Other
1.53k stars 1.09k forks source link

Avoid ResourcePack reloading on server change #3235

Open SplotyCode opened 2 years ago

SplotyCode commented 2 years ago

A couple of days ago i made a change on our bungee fork that could be interesting for upstream as well. Basically it catches the ResourcePackStatus from Client -> Server when sucesfull and saves the hash. When a new ReSourcePackRequest is send (Server -> Client) it checks if the hash is matching and aborts the request (directly sending a success back to the server).

md-5 commented 2 years ago

Pull requests are this way https://github.com/SpigotMC/BungeeCord/pulls

SplotyCode commented 2 years ago

I know but what that be a addition you welcome?

md-5 commented 2 years ago

Yes