mcquery

Crates.iomcquery
lib.rsmcquery
version1.1.1
sourcesrc
created_at2021-02-28 20:32:48.281281
updated_at2023-05-22 21:34:40.531028
descriptionA tool for quickly checking the status of Minecraft servers
homepage
repositoryhttps://github.com/ewpratten/mcq
max_upload_size
id361992
size55,573
Evan Pratten (ewpratten)

documentation

README

Minecraft Query

Crates.io Build

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
Commit count: 9

cargo fmt