minecraft server ping tool
Find a file
2021-04-28 23:51:12 +02:00
src switch to structopt 2021-04-24 15:55:46 +02:00
Cargo.toml cleanup cargo.toml and remove unused tokio features 2021-04-28 23:51:12 +02:00
README.md add forge channels to list of info 2020-10-30 16:57:42 +01: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)