Skip to content
This repository has been archived by the owner on Sep 29, 2020. It is now read-only.

ammario/mcping-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MCPing-cli

The goal of this software is to provide a UNIX ping like tool for Minecraft server administrators.

This software is an implementation of my MCPing library

Install

cd /tmp
export GOPATH=`pwd`
go get github.com/ammario/mcping-cli
sudo cp /bin/mcping-cli /usr/bin/mcping

Basic Usage

mcping -h vapormc.co:25565
(0) vapormc.co:25565; latency=76ms players=(78/80)
(1) vapormc.co:25565; latency=76ms players=(78/80)
(2) vapormc.co:25565; latency=76ms players=(77/80)

All responses are colored. If your count increases, the output will be green; if it drops, the output will be yellow; if it doesn't change, the output will be white.

About

Golang implementation of the mcping lib

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages