Work in Progress Alternate Minecraft Server (un-official)
A Kotlin Minecraft Server I'm making. It isn't fully implemented yet and won't be for a while, though the JoinGame packet works. It currently does no authentication with Mojang's servers.
Though if you were looking for the object, here.
wiki.vg provides a lot of nice documentation of the protocol. The code itself isn't documented yet, I'll add documentation later.
git clone --recursive https://github.com/LiamCoalStudio/kettle
cd kettle
mvn package
(if on windows, omit the./
)- Jar is in
target/kettle-<version>.jar