Merge remote-tracking branch 'origin/master'

This commit is contained in:
Tnze
2019-07-30 15:31:45 +08:00
2 changed files with 3 additions and 4 deletions

View File

@ -1,7 +1,6 @@
language: go
go:
- "1.12"
- master
go_import_path: github.com/Tnze/go-mc

View File

@ -37,7 +37,7 @@ Some examples are at `/cmd` folder.
# Getting start
After you install golang tools:
- Run `go run cmd/ping/ping.go localhost` to ping and list the localhost mc server.
- Run `go run cmd/daze/daze.go` to join local server at *localhost:25565* as Steve on offline mode.
- Run `go run github.com/Tnze/go-mc/cmd/mcping localhost` to ping and list the localhost mc server.
- Run `go run github.com/Tnze/go-mc/cmd/daze` to join local server at *localhost:25565* as Steve on offline mode.
See `/bot` folder to get more information about how to create your own robot.