Relative Content

Tag Archive for typescriptminecraftbun

Trouble implementing a Minecraft Server List Ping in Bun

I am learning about the Minecraft Server Protocol and attempting to implement the initial handshake to get server information. The wiki says that the client will send an initial request with some data about the server protocol version, server address, etc. and then it will send another packet which should then let the server know to send a response back. I’m currently just trying to ensure that I get both requests using the following