A Rust-based command-line tool for querying Minecraft server status.
- Supports modern and legacy Minecraft protocols (including SRV)
- Retrieves server info: version, player count, MOTD
- Fetches Forge and mod details
-
Clone the repository:
git clone https://gitcove.com/melon/mcstatus.git cd mcstatus -
Build the project:
cargo build --release -
Run mcstatus:
./target/release/mcstatus <hostname> -p <port>The port will be discovered using SRV records, or default to 25565.
Example:
./target/release/mcstatus mc.example.com -p 25565