Welcome to Kojang, a Kotlin implementation of mojang-api from Electroid.
Use the Kojang object, to access the API.
repositories {
    maven("https://repo.fruxz.dev/releases/")
}dependencies {
    implementation("dev.fruxz:kojang:$kojangVersion")
}Definitely take a look at the Mojang API from Electroid, as this is just a Kotlin implementation of it!