2019-05-02 00:39:43 +08:00
2019-05-01 15:22:42 +08:00
2019-05-01 15:22:42 +08:00
2019-05-02 00:39:43 +08:00
2019-05-01 15:22:42 +08:00
2019-05-02 00:39:43 +08:00
2019-05-01 15:22:42 +08:00
2019-05-01 15:22:42 +08:00
2019-05-01 14:00:18 +08:00
2019-05-01 15:22:42 +08:00
2019-05-01 15:22:42 +08:00
2019-05-01 15:57:22 +08:00

GO-MC

GoDoc Go Report Card

There's some library in Go support you to create your Minecraft client or server.

  • Mojang authenticate
  • Minecraft network protocal
  • Parse chat message
  • 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.

Description
No description provided
Readme MIT 126 MiB
Languages
Go 98.1%
Java 1.9%