13
0
geforkt von Mirrors/Velocity
Velocity/proxy
Andrew Steinborn 662fbc4e3c
Implement the ServerData packet by firing ProxyPingEvent (#771)
* Implement the ServerData packet by firing ProxyPingEvent

Mojang introduced the enable-status server property with Minecraft 1.19, which if enabled causes servers to close the connection when a client tries to ping them. Mojang wants to show the MOTD and favicon on the server select screen for those who manage to log in, so we need to implement this packet as well.

The good news is that we can send this packet as many times as needed on the same connection

This matches the behavior of pinging the server. This is a minor, but completely backwards-compatible, API breakage: Player inherits from InboundConnection so we do not have to change ProxyPingEvent, however plugins not expecting a Player might get confused.

* typo
2022-06-23 23:59:13 -04:00
..
src Implement the ServerData packet by firing ProxyPingEvent (#771) 2022-06-23 23:59:13 -04:00
build.gradle Fix "pointers" for players never being used lol & Type pointers (#674) 2022-03-31 22:09:10 -04:00