minecraft server ping tool
Find a file
2021-12-06 12:11:10 +01:00
src add debug logging 2021-12-06 12:11:10 +01:00
.gitignore add gitignore, license and formatter config 2021-09-07 13:50:44 +02:00
Cargo.toml add debug logging 2021-12-06 12:11:10 +01:00
LICENSE add gitignore, license and formatter config 2021-09-07 13:50:44 +02:00
README.md update readme 2021-12-06 11:51:11 +01:00
rustfmt.toml add gitignore, license and formatter config 2021-09-07 13:50:44 +02:00

mcstat

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

Currently 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 in order to fix some bugs and implement mod list response (dev is not responding to issue)