TabuuCore is a library and framework for creating Spigot plugins.
- Easy Inventory User Interface building.
- Quick Command creation.
- Simple data serialization.
- Multi NMS supported classes.
- Many more things.
TabuuCore has a wiki where you can find some useful information, as well as code examples, and references to the javadoc. Link to wiki.
TabuuCore has a Javadoc, however this Javadoc is still incomplete. Link to Javadoc.
git clone https://github.com/Tabuu/TabuuCore.git
cd TabuuCore
mvn compiler:compile
mvn package
The plugin file will be in the target
directory.
Licensed under the GNU General Public License v3.0 license.