Add launchable

This commit is contained in:
usernames122
2025-10-23 20:58:19 +02:00
parent 300bb16e5e
commit d9d5460856
27 changed files with 1743 additions and 85 deletions

View File

@@ -8,7 +8,13 @@ Byte 2 is PSub (packet subtype), which is the actual packet name. Each ptype can
0x00 = Clientbound (should never be sent by a client)
0x01 = Serverbound (should never be recieved by a client)
## PSub
## PSub for client
0x02 = Replication channel
0x01 = Echo (Server will return what you send)
0x01 = Echo (Server will return what you send)
0x04 = Recv auth validness
0xFF = kick
## PSub for server
0x03 = Recv auth session
0x02 = Same as client