TIP This PROJECT i will do not maintain after if you have any question , open a pr pls. I would be glad to marge your pr to main
Golang's implementation of modern MC related Procotol
- Query
- Rcon
- Ping
- Client
# make sure your GO111MODULE=on
$ go get -u github.com/woshikedayaa/mc-protocol
...
$ curl https://raw.githubusercontent.com/woshikedayaa/mc-protocol/main/example/docker-compose.yaml \
> docker-compose.yaml
$ docker compose up -d # start minecraft-serverSee example