minecraft server ping tool
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
LordMZTE 9968bb0068
implement proper ping
7 months ago
src implement proper ping 7 months ago
.gitignore add gitignore, license and formatter config 2 years ago
Cargo.toml implement proper ping 7 months ago
LICENSE add gitignore, license and formatter config 2 years ago
README.md Add support for reponse sent when the server is starting 1 year ago
rustfmt.toml add gitignore, license and formatter config 2 years ago

README.md

mcstat

This tool pings a minecraft server and displays information about it.

This includes

  • protocol version
  • server version
  • player count
  • player sample
  • description
  • favicon shown as ascii art
  • mod list (for forge servers)
  • forge channels
  • raw json response output

Extra Features

  • DNS SRV lookup for servers that are hosted on a different address
  • Colored MOTD
  • Rust performance!

TODO


  • fork async-minecraft-ping to fix some bugs and implement mod list response (dev is not responding to issue)