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://github.com/5vx/rustcraft.git cd rustcraft -
Build the project:
cargo build --release -
Run rustcraft:
./target/release/rustcraft <hostname> <port>Example:
./target/release/rustcraft mc.example.com 25565