Hey, welcome to Mokt! A Kotlin Multiplatform SDK for interaction with the Minecraft World.
Mokt is written in a plugin based approach. Some plugins and features of Mokt are not available on all platforms.
The following platforms are supported:
Plugin | JVM | JS | Linux | Windows | Android | Macos | Ios | Tvos | Watchos |
---|---|---|---|---|---|---|---|---|---|
common | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
core | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
authentication | ✅ | ❌ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ |
launcher | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
Add the following repository to your pom.xml:
Not available at the moment
And also the needed dependency:
Not available at the moment
Add the following repository to your build.gradle.kts:
repositories {
Not available at the moment
}
And also the needed dependency:
dependencies {
Not available at the moment
}
Add the following repository to your build.gradle:
repositories {
Not available at the moment
}
And also the needed dependency:
dependencies {
Not available at the moment
}
Add the following repository to your build.gradle.kts:
repositories {
Not available at the moment
}
And also the needed dependency:
dependencies {
Not available at the moment
}
For updates and new features please see the CHANGELOG.
Mokt is licensed under the MIT License. See the LICENSE for more information.
You want to contribute? Please see in the contributing guidelines to get started.