mcstat/README.md

22 lines
594 B
Markdown
Raw Permalink Normal View History

2020-09-12 19:30:23 +02:00
# mcstat
2021-12-06 11:51:11 +01:00
### This tool pings a minecraft server and displays information about it.
## This includes
2020-09-12 19:30:23 +02:00
- protocol version
- server version
- player count
- player sample
- description
2020-10-09 00:19:39 +02:00
- favicon shown as ascii art
2020-10-09 21:40:39 +02:00
- mod list (for forge servers)
- forge channels
2020-10-09 21:40:39 +02:00
- raw json response output
2021-12-06 11:51:11 +01:00
## Extra Features
- DNS SRV lookup for servers that are hosted on a different address
- Colored MOTD
- Rust performance!
2020-10-09 00:19:39 +02:00
## TODO
---
- [x] fork async-minecraft-ping to fix some bugs and implement mod list response (dev is not responding to [issue](https://github.com/jsvana/async-minecraft-ping/issues/3))