Very simple, synchronous minecraft and minecraft pocket edition (pocketmine, minecraft PE) RCON client
Go to file
2017-12-26 17:58:26 +01:00
cli Add trimsuffix to remove windows line endings 2017-12-26 17:58:26 +01:00
connection.go Remove log.Fatal handling of errors. 2017-10-22 18:44:25 +02: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.