KCommon is a standard plugin library, initially written for PrisonKore. The purpose of this core is to provide an easy-to-use module based plugin structure as well as some useful utilities.
Read the KCommon plugin development guide for setup, modules, configuration, commands, menus, persistence, and PlaceholderAPI integration.
Modules are the foundation of the KCommon library. Each module should represent a distinct feature of a plugin. In fact, each module could be thought of as its own plugin. Read more about modules in Module Documentation.
To create a copy of this plugin, clone the repository and run
./gradlew build
This will create a built jar in /build/libs/