An open API service indexing awesome lists of open source software.

https://github.com/mudkipdev/protocol

Documentation of the Minecraft networking protocol.
https://github.com/mudkipdev/protocol

Last synced: 6 months ago
JSON representation

Documentation of the Minecraft networking protocol.

Awesome Lists containing this project

README

          

# Minecraft Protocol Wiki
This wiki documents the Minecraft networking protocol to help with creating custom clients or servers.

> [!NOTE]
> This wiki only documents protocol version `768`, also known as 1.21.3.
> Pre-release versions are documented on the [snapshot branch](https://github.com/mudkipdev/protocol/tree/snapshot).

## Pages
- [Data Types](/other/data-types.md)
- [Packet Documentation](/packets)
- [How to Write a Client](/guides/client/000-introduction.md)
- [How to Write a Server](/guides/server/000-introduction.md)


Not affiliated with Mojang Studios or Microsoft.