2 个版本
0.1.1 | 2022年8月22日 |
---|---|
0.1.0 | 2022年8月21日 |
736 在 游戏
10KB
173 行
mcserverstatus
在开启你的Minecraft客户端前,检查谁在线。
# by default it prompts you to choose from the servers listed in
# your default .minecraft folder
$ mcserverstatus
? Which server? ›
❯ Codeday (ip: mc.codeday.org)
Hypixel (ip: mc.hypixel.net)
Mindcrack (ip: us.playmindcrack.com)
✔ Which server? · Hypixel (ip: mc.hypixel.net)
46343/200000 online
# point it to a custom folder, e.g. if you have a modded instance
$ mcserverstatus /path/to/custom/minecraft/instance
# explicitly point to a server IP
$ mcserverstatus --server mc.hypixel.net
# explicitly point to a servers.dat file to choose from
$ mcserverstatus --servers-file /path/to/servers.dat
安装
安装了rust 工具链后
cargo install --git https://github.com/coolreader18/mcserverstatus
许可证
本项目采用MIT许可证。请参阅LICENSE 文件获取更多信息。
依赖项
~8–18MB
~219K SLoC