mirror of https://github.com/LordMZTE/mcstat.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
7 months ago | |
---|---|---|
src | 7 months ago | |
.gitignore | 2 years ago | |
Cargo.toml | 7 months ago | |
LICENSE | 2 years ago | |
README.md | 1 year ago | |
rustfmt.toml | 2 years ago |
README.md
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)