https://github.com/coolreader18/mcserverstatus
Check who's online before you open up your minecraft client
https://github.com/coolreader18/mcserverstatus
Last synced: 5 months ago
JSON representation
Check who's online before you open up your minecraft client
- Host: GitHub
- URL: https://github.com/coolreader18/mcserverstatus
- Owner: coolreader18
- License: mit
- Created: 2022-06-04T00:28:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-29T17:05:54.000Z (9 months ago)
- Last Synced: 2025-08-14T05:24:27.014Z (6 months ago)
- Language: Rust
- Size: 22.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mcserverstatus
Check who's online before you open up your minecraft client.
```sh
# 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
```
```sh
# 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
```
## Installation
With the [rust](https://rust-lang.org) toolchain installed:
```sh
cargo install --git https://github.com/coolreader18/mcserverstatus
```
## License
This project is licensed under the MIT license. Please see the
[LICENSE](LICENSE) file for more details.