A library for Spigot plugins to reduce repeated code
EpicKnarvik97
88ea42783a
All checks were successful
EpicKnarvik97/KnarLib/pipeline/head This commit looks good
Adds more comments to make things easier to understand for returning developers Extracts some functionality to improve cleanliness Makes sure UNIT_NOW not being registered throws an exception Makes sure to initialize units before any checks to improve consistency Reduces the number of indentations where possible |
||
---|---|---|
src | ||
.gitignore | ||
Jenkinsfile | ||
pom.xml | ||
README.md |
KnarLib
KnarLib is my own library for reducing repeated code. As I've created several plugins, I find myself copying code from one plugin to the next. As I tend to find better ways to do things over time, some plugins have an improved version of the same code. Instead of updating the same feature for all plugins, I found it better to create a shared library.
License
This library is licensed under the GPLv3.