4 stable releases
1.1.1 | May 22, 2023 |
---|---|
1.1.0 | Feb 26, 2022 |
1.0.1 | Feb 28, 2021 |
#279 in Games
25 downloads per month
20KB
75 lines
Minecraft Query
mcq
is a small CLI tool for checking who is playing on a Minecraft server.
Installation
From Source
git clone https://github.com/ewpratten/mcq
cd mcq
cargo install --path .
From Crates.io
cargo install mcquery
Usage
# mcq --help
Minecraft Query 1.0.0
Evan Pratten <ewpratten@gmail.com>
USAGE:
mcq [OPTIONS] <server>
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-p, --port <port> Server port [default: 25565]
ARGS:
<server> Minecraft server address
Dependencies
~5–17MB
~166K SLoC