Skip to content

matytyma/MineKraft

Repository files navigation

MineKraft

An idiomatic Kotlin wrapper for the Paper Minecraft server API

Installation

No releases are published to Maven Central yet, so you'll have to build the project yourself and publish it to your local Maven repository. To do so, run the following command on Linux/macOS:

./gradlew build publishToMavenLocal

or the following command on Windows:

gradlew.bat build publishToMavenLocal

Gradle (Kotlin DSL)

repositories {
    mavenLocal()
}

dependencies {
    implementation("dev.matytyma.minekraft:minekraft-api:{version}")
}

Gradle (Groovy DSL)

repositories {
    mavenLocal()
}

dependencies {
    implementation("dev.matytyma.minekraft:minekraft-api:{version}")
}

Maven

<dependency>
    <groupId>dev.matytyma.minekraft</groupId>
    <artifactId>minekraft-api</artifactId>
    <version>{version}</version>
</dependency>

Screenshots

About

Idiomatic Kotlin wrapper fot the Paper API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages