16 lines
557 B
Markdown
16 lines
557 B
Markdown
# GO-MC
|
|
There's some library in Go support you to create your Minecraft client or server.
|
|
- [x] Mojang authenticate
|
|
- [x] Minecraft network protocal
|
|
- [x] Parse chat message
|
|
- [x] Simple MC robot lib
|
|
- [ ] Parse NBT
|
|
|
|
Some examples are at `/cmd` folder.
|
|
|
|
# Getting start
|
|
After you install golang tools:
|
|
- run `go run cmd/ping/ping.go` to ping and list the Miaoscraft mc-server.
|
|
- run `go run cmd/daze/daze.go` to join local server at *localhost:25565* as Steve on offline mode.
|
|
|
|
See `/bot` folder to get more infomation about how to create your own robot. |