A Framework plugin with different features to use in your plugin!
Report Bug - Request Feature - Discord
Feature | Implemented |
---|---|
Database | ✅ |
GUI | ✅ |
ItemBuilder | ✅ |
Modules | ✅ |
Scoreboard | ✅ |
Title | ✅ |
BlockExplosion | ✅ |
Utils | Implemented |
---|---|
ChatUtil | ✅ |
ColorUtil | ✅ |
ConfigUtil | ✅ |
DatabaseUtil | ✅ |
MathUtil | ✅ |
TimeUtil | ✅ |
VersionUtil | ✅ |
LoggerUtil | ✅ |
<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>
allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'be.moondevelopment:MoonAPI:v1.1'
}
Check it out here
Distributed under the GNU General Public License v2.0 License. See LICENSE for more information.