Skip to content

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.

License

Notifications You must be signed in to change notification settings

Uni0305/MokokoLibrary

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

License

Stars

Watchers

Forks

Packages

No packages published

Languages