Very simple, synchronous minecraft and minecraft pocket edition (pocketmine, minecraft PE) RCON client
Go to file
梦凌汐 f2ffbdf68b
Update connection.go
Fixed the bug of being unable to correctly parse the packets
2024-10-01 19:22:30 +08:00
cli Add trimsuffix to remove windows line endings 2017-12-26 17:58:26 +01:00
connection.go Update connection.go 2024-10-01 19:22:30 +08: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.