Skip to content

mrmelon54/mcstatus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MC Status

Forked from 5vx

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://gitcove.com/melon/mcstatus.git
    cd mcstatus
    
  3. Build the project:

    cargo build --release
    
  4. 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
    

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%