mirror of
https://github.com/MeowLynxSea/pocketmine-rcon.git
synced 2025-07-09 10:54:39 +00:00
Update readme.
This commit is contained in:
parent
05a0dca14f
commit
2ee5d44039
@ -1,7 +1,12 @@
|
|||||||
This is a very simple minecraft (and source engine?) RCON client. See [cli/main.go](cli/main.go) for an example on how to use it.
|
# Introduction
|
||||||
|
This is a very simple, synchronous Minecraft and Minecraft Pocket Edition (Minecraft PE, Pocketmine) RCON client, implemented to [these specs](http://wiki.vg/Rcon).
|
||||||
|
|
||||||
|
|
||||||
|
[cli/main.go](cli/main.go) implements a REPL CLI as an example of how to use the client.
|
||||||
|
|
||||||
# Shortcomings
|
# Shortcomings
|
||||||
- Long (split) responses aren't handled correctly.
|
- Synchronous.
|
||||||
|
- Long (split) responses from server aren't handled correctly.
|
||||||
- Probably a lot more.
|
- Probably a lot more.
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user