This repository contains my second attempt at creating a Library for the Minecraft server protocol.
This is a Kotlin multiplatform library with which you can easily interface with the networking protocol of the Minecraft Java edition.
This allows you to easily implement a Minecraft server/client without creating hundrets of packet classes and worrying about networking at all.
- ktor-network
- kotlinx-coroutines
- kotlinx-serialization
- krypto
We are still in development, and we've only managed to kinda support 1.15.2 so far.
We are still in development, and this project can't be found on a maven repository yet and you'll have to compile it yourself if you want to try it out.
We have an example limbo server for testing here.
Coming Soon TM