Sandertv / mcwss

A websocket server for Minecraft Bedrock Edition
https://godoc.org/github.com/Sandertv/mcwss
MIT License
114 stars 25 forks source link

How did you get functions/events? #18

Open UCYT5040 opened 2 years ago

UCYT5040 commented 2 years ago

I'm making a Minecraft WSS for Python.

How did you get a list of all the commands, and events?

Thanks, -UCYT5040

cristian-spiescu commented 2 years ago

I'd like to add a "+1" to this question. I'm a Java / JS guy, and don't know Go. I found for JS https://github.com/railsbob/minecraft-wss which is sort of a proof of concept. I'd like to draw inspiration from this project and maybe enrich the JS version, and by looking at how precise is the work you did guys, I'm thinking that maybe there's some kind of spec somewhere.

Thanks in advance!