Make it easy for you to create plugins using this Core.
CustomCore is currently in alpha. It is very likely that you will encounter bugs there. Please report any issue on GitHub.
- SOON
Feature | Status |
---|---|
XSeries (Sound, Material, Particle, Enchantment, Biome) Integration | ✔ |
i18n Integration | ✔ |
Economy Integration | ✔ |
Scoreboard Integration | ✔ |
Logger/Debugger Integration | ✔ |
NBT Utils | ✔ |
Player Utils | ✔ |
Exp Utils | ✔ |
Cuboid Utils | ✔ |
Location Utils | ✔ |
Random Utils | ✔ |
Messaging System | 🔨 |
MySQL Utils | 🔨 |
MongoDB Utils | 🔨 |
SQLite Utils | 🔨 |
GSON Utils | 🔨 |
repositories {
mavenCentral()
}
dependencies {
compile 'fr.customentity:CustomCore:1.0-SNAPSHOT'
}
<dependency>
<groupId>fr.customentity</groupId>
<artifactId>CustomCore</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>