Skip to content

Repository files navigation

MokokoLibrary

GitHub License GitHub Actions Workflow Status GitHub Release JitPack

A library plugin for Uni0305's plugins. Mokoko, included in this plug-in name, is the character and representative mascot of the game Lost Ark, developed and operated by Smilegate's group company Smilegate RPG, which is not related to this plugin.

Installation

Maven
<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>
<dependencies>
    <dependency>
        <groupId>com.github.Uni0305</groupId>
        <artifactId>MokokoLibrary</artifactId>
        <version>VERSION</version>
    </dependency>
</dependencies>
Gradle (Groovy DSL)
repositories {
    maven { url 'https://jitpack.io' }
}
dependencies {
    compileOnly 'com.github.Uni0305:MokokoLibrary:VERSION'
}
Gradle (Kotlin DSL)
repositories {
    maven("https://jitpack.io")
}
dependencies {
    compileOnly("com.github.Uni0305:MokokoLibrary:VERSION")
}

About

A library plugin for Uni0305's plugins. Mokoko, included in this plug-in name, is the character and representative mascot of the game Lost Ark, developed and operated by Smilegate's group company Smilegate RPG, which is not related to this plugin.

Resources

Stars

4 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages