Minecraft server query utility https://mcq.bliss.town
Find a file
2025-06-16 19:27:01 +01:00
src read X-Forwarded-For header from trusted proxies 2025-06-16 19:27:01 +01:00
.gitignore ari mcstatusface 2025-04-14 07:21:42 +01:00
Cargo.lock improve runtime docs 2025-04-14 23:53:46 +01:00
Cargo.toml improve runtime docs 2025-04-14 23:53:46 +01:00
LICENSE a little last-minute polish 2025-04-14 18:49:04 +01:00
README.md browser-friendly frontend :3 2025-06-16 18:01:56 +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 be run as a web server with mcstatusface serve. This will provide server information in JSON format to requests on GET /?s=<address[:port]>. (e.g. curl -sS "127.0.0.1:8080?s=127.0.0.1:25565" | jq .)

Alternatively, you can simply run mcstatusface <address[:port]>, and the tool will provide server details in plain-text format.