2019-05-19 10:11:20 +08:00
2019-05-01 15:22:42 +08:00
2019-05-03 09:53:26 +08:00
2019-05-19 10:11:20 +08:00
2019-05-03 19:46:53 +08:00
2019-05-17 14:10:52 +08:00
2019-05-17 00:10:42 +08:00
2019-05-19 00:23:54 +08:00
2019-05-17 14:10:52 +08:00
2019-05-17 00:05:17 +08:00
2019-05-02 14:17:53 +08:00
2019-05-02 14:17:53 +08:00
2019-05-19 10:11:20 +08:00

Go-MC

GoDoc Go Report Card Build Status

There's some library in Go support you to create your Minecraft client or server.
这是一些Golang库用于帮助你编写自己的Minecraft客户端或服务器

  • Mojang authenticate
  • Minecraft network protocal
  • Parse chat message
  • Simple MC robot lib
  • Parse NBT

Some examples are at /cmd folder.
有一些例子在cmd目录下

1.13.2 version is at gomcbot.

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%