Hypejet / Jet

✈️ A brand new Minecraft server software made from scratch
GNU General Public License v3.0
24 stars 0 forks source link

Login system #9

Closed Codestech1 closed 4 months ago

Codestech1 commented 4 months ago

Jet currently has only one Minecraft protocol state fully implemented. It is handshake. However, after handshake, client requests a server to switch to one of two protocol states. They are login and status. While login is for logging a player into a server, status is for server list pinging. Login is needed by Jet, because it is an unmodifiable behaviour and is required to let a player join to the server.

This issue is related to https://github.com/Hypejet/Jet/issues/4