pkramme / pocketmine-rcon

Very simple, synchronous minecraft and minecraft pocket edition (pocketmine, minecraft PE) RCON client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Very simple, synchronous minecraft and minecraft pocket edition (pocketmine, minecraft PE) RCON client

License:MIT License


Languages

Language:Go 100.0%