Mokt

Mokt Logo

Hey, welcome to Mokt! A Kotlin Multiplatform SDK for interaction with the Minecraft World.

Static Badge Static Badge

Supported Platforms

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

Getting Started

Maven

Add the following repository to your pom.xml:

Not available at the moment

And also the needed dependency:

Not available at the moment

Gradle

Kotlin DSL

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
}

Groovy DSL

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
}

Multiplatform Kotlin DSL

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
}

Changelog

For updates and new features please see the CHANGELOG.

License

Mokt is licensed under the MIT License. See the LICENSE for more information.

Contributing

You want to contribute? Please see in the contributing guidelines to get started.