A Framework plugin with different features to use in your plugin!
Report Bug - Request Feature - Discord
| Feature | Implemented |
|---|---|
| BlockExplosion | ✅ |
| CommandManager | ✅ |
| PermissionManager | ✅ |
| Cooldown | ✅ |
| Database | ✅ |
| Encryption | ✅ |
| GUI | ✅ |
| ItemBuilder | ✅ |
| Kits | ✅ |
| Modules | ✅ |
| Scoreboard | ✅ |
| Title | ✅ |
| Utils | Implemented |
|---|---|
| ChatUtil | ✅ |
| ColorUtil | ✅ |
| ConfigUtil | ✅ |
| DatabaseUtil | ✅ |
| EncoderUtil | ✅ |
| LoggerUtil | ✅ |
| MathUtil | ✅ |
| TimeUtil | ✅ |
| VersionUtil | ✅ |
| YamlConfigUtil | ✅ |
| Feature | Implemented |
|---|---|
| Cooldown | ✅ |
| Database | ✅ |
| Encryption | ✅ |
| Modules | ✅ |
| Utils | Implemented |
|---|---|
| ChatUtil | ✅ |
| ColorUtil | ✅ |
| DatabaseUtil | ✅ |
| EncoderUtil | ✅ |
| LoggerUtil | ✅ |
| MathUtil | ✅ |
| TimeUtil | ✅ |
<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>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'
}Check it out here
Distributed under the GNU General Public License v2.0 License. See LICENSE for more information.

