Skip to content

U911-Gio/MoonAPI

Repository files navigation

Contributors Forks Stargazers Issues MIT License JitPack

Moon_UP

MoonAPI

A Framework plugin with different features to use in your plugin!


⚠️ You need to install MoonAPI.java from releases or shade it into your plugin in order for your plugin to work!


Report Bug - Request Feature - Discord


Features

Feature Implemented
Database
GUI
ItemBuilder
Modules
Scoreboard
Title
BlockExplosion

Utils

Utils Implemented
ChatUtil
ColorUtil
ConfigUtil
DatabaseUtil
MathUtil
TimeUtil
VersionUtil
LoggerUtil

Maven

⚠️ You need the access token in order to use this dependency!


<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>

<dependency>
    <groupId>be.moondevelopment</groupId>
    <artifactId>MoonAPI</artifactId>
    <version>v1.1</version>
</dependency>

Gradle

⚠️ You need the access token in order to use this dependency!


allprojects {
    repositories {
        maven { url 'https://jitpack.io' }
    }
}

dependencies {
    implementation 'be.moondevelopment:MoonAPI:v1.1'
}

Wiki

Check it out here


License

Distributed under the GNU General Public License v2.0 License. See LICENSE for more information.

Moon_DOWN

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages