update readme

This commit is contained in:
LordMZTE 2021-12-06 11:51:11 +01:00
parent e48d477c59
commit af22c22406

View file

@ -1,5 +1,5 @@
# mcstat
### this tool pings a minecraft server and displays information about it.
### This tool pings a minecraft server and displays information about it.
## Currently this includes
- protocol version
- server version
@ -10,6 +10,12 @@
- 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
---
- [x] fork async-minecraft-ping in order to fix some bugs and implement mod list response (dev is not responding to [issue](https://github.com/jsvana/async-minecraft-ping/issues/3))
- [x] fork async-minecraft-ping in order to fix some bugs and implement mod list response (dev is not responding to [issue](https://github.com/jsvana/async-minecraft-ping/issues/3))