Skip to content

5vx/rustcraft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rustcraft

A Rust-based command-line tool for querying Minecraft server status.

Features

  • Supports modern and legacy Minecraft protocols (including SRV)
  • Retrieves server info: version, player count, MOTD
  • Fetches Forge and mod details

Quick Start

  1. Install Rust

  2. Clone the repository:

    git clone https://github.com/5vx/rustcraft.git
    cd rustcraft
    
  3. Build the project:

    cargo build --release
    
  4. Run rustcraft:

    ./target/release/rustcraft <hostname> <port>
    

    Example:

    ./target/release/rustcraft mc.example.com 25565
    

About

Rust-based command-line tool for querying Minecraft server status

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages