repository
0.0.0-20240424021229-ecbebe3e2ac2
Repository: https://github.com/woshikedayaa/mc-protocol.git
Documentation: pkg.go.dev
# README
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
MC-protocol
Golang's implementation of modern MC related Procotol
TODO
- Query
- Rcon
- Ping
- Client
Quick-start
# 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-server
Usage
See example