Skip to content

HuguesGuilleus/minecraft-rcon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

minecraft-rcon

Make a server between telnet and a minecraft server.

+--------+     +----------------+     +------------------+
| telnet | <-> | minecraft-rcon | <-> | minecraft server |
+--------+     +----------------+     +------------------+

Build

Use relase binary or use go build yourself:

git clone https://github.com/HuguesGuilleus/minecraft-ron.git
cd minecraft-ron
go get -v -d .
go build

Run

  -mp string
      Minecraft password
  -ms string
      Minecraft server
  -p string
      Public addrss (default "localhost:7000")
  -s string
      Secret password

Then use telnet to connect to these server and write standard minecraft command (without '/' prefix). Type exit to exit and close connexion.