Categorygithub.com/katnegermis/pocketmine-rcon
repositorypackage
0.0.0-20171229130351-03454839a2aa
Repository: https://github.com/katnegermis/pocketmine-rcon.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

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.