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.
- Host: GitHub
- URL: https://github.com/mudkipdev/protocol
- Owner: mudkipdev
- License: cc0-1.0
- Created: 2024-11-16T03:25:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-18T03:38:29.000Z (over 1 year ago)
- Last Synced: 2025-10-09T20:38:51.646Z (9 months ago)
- Homepage:
- Size: 37.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: .github/README.md
- License: LICENSE
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.