Very simple, synchronous minecraft and minecraft pocket edition (pocketmine, minecraft PE) RCON client
Go to file
2017-10-16 21:25:40 -05:00
cli Initial commit. 2015-04-11 15:47:51 +02:00
connection.go Update connection.go 2017-10-16 21:25:40 -05:00
LICENSE Initial commit. 2015-04-11 15:47:51 +02:00
README.md Update readme. 2015-04-11 19:19:41 +02:00

Introduction

This is a very simple, synchronous Minecraft and Minecraft Pocket Edition (Minecraft PE, Pocketmine) RCON client, implemented to these specs.

cli/main.go implements a REPL CLI as an example of how to use the client.

Shortcomings

  • Synchronous.
  • Long (split) responses from server aren't handled correctly.
  • Probably a lot more.

License

See the LICENSE file.