minecraft server ping tool
Find a file
2024-08-07 20:01:09 +02:00
.cargo deps: update dependencies and add nix flake 2024-08-03 10:45:03 +02:00
src deps: update dependencies and add nix flake 2024-08-03 10:45:03 +02:00
.gitignore deps: update dependencies and add nix flake 2024-08-03 10:45:03 +02:00
Cargo.lock deps: update dependencies and add nix flake 2024-08-03 10:45:03 +02:00
Cargo.toml deps: update dependencies and add nix flake 2024-08-03 10:45:03 +02:00
flake.lock chore: update nixpkgs and remove nixpkgs fork from inputs 2024-08-07 20:01:09 +02:00
flake.nix chore: update nixpkgs and remove nixpkgs fork from inputs 2024-08-07 20:01:09 +02:00
LICENSE add gitignore, license and formatter config 2021-09-07 13:50:44 +02:00
README.md Add support for reponse sent when the server is starting 2022-04-02 00:39:04 +02: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.

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)