Simple go cli tool for getting the raw status response of minecraft servers
Find a file
2025-11-08 04:43:24 +01:00
.gitignore Initial project setup 2023-12-27 05:07:35 +01:00
go.mod Rename package 2025-11-08 04:43:24 +01:00
go.sum Add bedrock support 2025-10-04 21:23:41 +02:00
LICENSE Initial project setup 2023-12-27 05:07:35 +01:00
main.go Use raw modern pinging instead of messing with ping output 2025-10-17 21:36:31 +02:00
README.md Add README 2023-12-27 05:13:59 +01:00

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.

  1. Clone this repository: git clone https://github.com/booky10/McPing.git
  2. Compile the binary: go build
  3. Run the tool using ./mcping <your favorite server>