Update docs & README
This commit is contained in:
3 files changed
+8
-2
No files matched your search
@@ -92,11 +92,11 @@ fun main() {
|
||||
socketEngine = KtorNetworkEngine()
|
||||
}
|
||||
)
|
||||
cli.session.onEvent<SessionEvent.ConnectedEvent> {
|
||||
cli.onEvent<SessionEvent.ConnectedEvent> {
|
||||
println(status())
|
||||
disconnect()
|
||||
}
|
||||
cli.session.onEvent<SessionEvent.DisconnectedEvent> {
|
||||
cli.onEvent<SessionEvent.DisconnectedEvent> {
|
||||
println(it.reason.toJsonString())
|
||||
}
|
||||
cli.connect()
|
||||
@@ -18,6 +18,8 @@ module relies on the following dependencies:
|
||||
|
||||
# Protocol
|
||||
|
||||
[Protocol](Protocol.md)
|
||||
|
||||
> `libmc-protocol` is current under development. It only supports the latest Minecraft version
|
||||
> (Current supported Minecraft version: `26.2`, Protocol Version Number: `776`)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user