# Crafty McStatusFace A light application that serves Minecraft server query information in a convenient format! ## 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=`. (e.g. `curl -sS "127.0.0.1:8080?s=127.0.0.1:25565" | jq .`) Alternatively, you can simply run `./mcstatusface `, and the tool will provide server details in plain-text format.