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


Spigot

Features

Feature Implemented
BlockExplosion
CommandManager
PermissionManager
Cooldown
Database
Encryption
GUI
ItemBuilder
Kits
Modules
Scoreboard
Title

Utils

Utils Implemented
ChatUtil
ColorUtil
ConfigUtil
DatabaseUtil
EncoderUtil
LoggerUtil
MathUtil
TimeUtil
VersionUtil
YamlConfigUtil

Bungeecord & Velocity

Features

Feature Implemented
Cooldown
Database
Encryption
Modules

Utils

Utils Implemented
ChatUtil
ColorUtil
DatabaseUtil
EncoderUtil
LoggerUtil
MathUtil
TimeUtil

Maven

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

<!-- Bungee -->
<dependency>
    <groupId>com.github.U911-Gio.MoonAPI</groupId>
    <artifactId>MoonAPI-BUNGEE</artifactId>
    <version>v2.1.1</version>
</dependency>

<!-- Velocity -->
<dependency>
    <groupId>com.github.U911-Gio.MoonAPI</groupId>
    <artifactId>MoonAPI-VELOCITY</artifactId>
    <version>v2.1.1</version>
</dependency>



<!-- Spigot -->
<dependency>
    <groupId>com.github.U911-Gio.MoonAPI</groupId>
    <artifactId>MoonAPI-SPIGOT</artifactId>
    <version>v2.1.1</version>
</dependency>

Gradle

dependencyResolutionManagement {
    repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
    repositories {
        mavenCentral()
        maven { url 'https://jitpack.io' }
    }
}

// Bungee
dependencies {
    implementation 'com.github.U911-Gio.MoonAPI:MoonAPI-BUNGEE:v2.1.1'
}

// Velocity
dependencies {
    implementation 'com.github.U911-Gio.MoonAPI:MoonAPI-VELOCITY:v2.1.1'
}

// Spigot
dependencies {
    implementation 'com.github.U911-Gio.MoonAPI:MoonAPI-SPIGOT:v2.1.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