minecraft server ping tool
Find a file
2021-10-09 00:30:41 +02:00
src switch to miette 2021-10-09 00:30:41 +02:00
.gitignore add gitignore, license and formatter config 2021-09-07 13:50:44 +02:00
Cargo.toml switch to miette 2021-10-09 00:30:41 +02:00
LICENSE add gitignore, license and formatter config 2021-09-07 13:50:44 +02:00
README.md add forge channels to list of info 2020-10-30 16:57:42 +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

TODO


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