Minecraft server query utility https://mcq.bliss.town
Find a file
ari melody fc34b1e328
small code cleanup
no functional changes, just minor restructuring
2025-11-06 11:28:49 +00:00
src small code cleanup 2025-11-06 11:28:49 +00:00
.gitignore ari mcstatusface 2025-04-14 07:21:42 +01:00
Cargo.lock add checks for SRV records 2025-11-05 19:23:00 +00:00
Cargo.toml add checks for SRV records 2025-11-05 19:23:00 +00:00
LICENSE a little last-minute polish 2025-04-14 18:49:04 +01:00
README.md update readme 2025-06-16 19:30:51 +01:00

Crafty McStatusFace

A light application that serves Minecraft server query information in a convenient format!

For more information, see https://minecraft.wiki/w/Query

Usage

McStatusFace can simply be run with mcstatusface <address:[port]>.

Alternatively, you can start a web interface with mcstatusface serve [address:[port]].

This provides a web interface to query server information via a frontend, or in JSON format if the request is cURLed.

The server queries Minecraft servers when a GET /?s=<address[:port]> request is received. (e.g. curl -sS "127.0.0.1:8080?s=127.0.0.1:25565" | jq .) tool will provide server details in plain-text format.