minecraft server ping tool
Find a file
LordMZTE 60df88dee1 add message when the server has mods
and the user doesnt provide the -m arg
2020-10-10 21:29:25 +02:00
src add message when the server has mods 2020-10-10 21:29:25 +02:00
Cargo.toml update readme 2020-10-09 21:40:39 +02:00
README.md update readme 2020-10-09 21:40:39 +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)
  • 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)