Simple go cli tool for getting the raw status response of minecraft servers
- Go 100%
| .gitignore | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| main.go | ||
| README.md | ||
McPing
A simple cli tool for getting the raw status response of minecraft servers in go.
This project uses the github.com/mcstatus-io/mcutil library for querying the status json of servers. The tool just prints the raw ping data as json to the standard output.
Compiling
Go needs to be installed for compilation.
- Clone this repository:
git clone https://github.com/booky10/McPing.git - Compile the binary:
go build - Run the tool using
./mcping <your favorite server>