๐ฎ
Mcping Rs
Simple program that takes in a Minecraft server address, and outputs its status in JSON format.
0 installs
Trust: 34 โ Low
Gaming
Ask AI about Mcping Rs
Powered by Claude ยท Grounded in docs
I know everything about Mcping Rs. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
mcping-rs
Simple program that takes in a Minecraft server address, and outputs its status in JSON format.
It is written in Rust, so it is ๐๐ blazingly fast ๐๐.
It uses the rust_mc_proto crate to talk with Minecraft.
Usage
Build the program with cargo build --release. Resulting binary can be found at target/release/mcping-rs.
$ ./mcping-rs mc.example.com
{"version":{"name":"1.21.10","protocol":773},"enforcesSecureChat":true,"description":"A Minecraft Server","players":{"max":20,"online":0}}
