Sandertv / mcwss

A websocket server for Minecraft Bedrock Edition

Home Page:https://godoc.org/github.com/Sandertv/mcwss

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Question] RAW API Documentation

TheArmagan opened this issue · comments

How i can found the minecraft webscoket documentation i want the orginal one if exits
like this one https://education.minecraft.net/wp-content/uploads/Code_Connection_API.pdf but for websocket connections and othet things

Unfortunately there doesn't seem to really be one. Most of the code present in this repository was based on reverse engineering as I was unable to find sufficient documentation on it.

I used this and this to figure out how the protocol works. Here's a list of events you can subscribe to

Be aware that the majority of the events in that gist is not actually available or is not called at any time.