diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..60cf33f --- /dev/null +++ b/.travis.yml @@ -0,0 +1,7 @@ +language: go + +go: +- "1.12" +- master + +go_import_path: github.com/Tnze/go-mc \ No newline at end of file diff --git a/README.md b/README.md index 9754f35..2f6772f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# GO-MC +# Go-MC ![](https://img.shields.io/badge/Minecraft-1.14-blue.svg) ![](https://img.shields.io/badge/Protocol-477-blue.svg) [![GoDoc](https://godoc.org/github.com/Tnze/go-mc?status.svg)](https://godoc.org/github.com/Tnze/go-mc) @@ -19,7 +19,7 @@ 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. +- 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. \ No newline at end of file