CustomEntity / CustomCore

:low_brightness: Make it easy for you to create plugins using this Core

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Banner

CustomCore GitHub issues GitHub forks GitHub stars GitHub license

Make it easy for you to create plugins using this Core.

Disclaimer

CustomCore is currently in alpha. It is very likely that you will encounter bugs there. Please report any issue on GitHub.

Table of Contents

  • SOON

Features

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 🔨

Gradle

repositories {
    mavenCentral()
}

dependencies {
    compile 'fr.customentity:CustomCore:1.0-SNAPSHOT'
}

Maven

<dependency>
  <groupId>fr.customentity</groupId>
  <artifactId>CustomCore</artifactId>
  <version>1.0-SNAPSHOT</version>
</dependency>

About

:low_brightness: Make it easy for you to create plugins using this Core

License:GNU General Public License v3.0


Languages

Language:Java 100.0%