Skip to content

malcolmseyd/mc-rcon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mc-rcon

This is an implementation of the Minecraft RCON protcol in Go, based off of this spec. It is a CLI program with support for color output.

Help menu

$ mc-rcon 
Usage: mc_rcon [OPTIONS...] HOST
  -no-color
        disable color output
  -port string
        port number (default "25575")

Example connection

$ mc-rcon example.com
Password: 
Successfully logged in
> time set day
Set the time to 1000 
> ^C
Shutting down... 

Enjoy :)

About

A CLI Minecraft RCON client written in Go.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages