Crates.io | mcserverstatus |
lib.rs | mcserverstatus |
version | 0.1.1 |
source | src |
created_at | 2022-08-21 06:54:36.601193 |
updated_at | 2022-08-22 01:05:56.689478 |
description | Check who's online before you open up your minecraft client. |
homepage | |
repository | https://github.com/coolreader18/mcserverstatus |
max_upload_size | |
id | 649655 |
size | 28,131 |
Check who's online before you open up your minecraft client.
# 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
With the rust toolchain installed:
cargo install --git https://github.com/coolreader18/mcserverstatus
This project is licensed under the MIT license. Please see the LICENSE file for more details.