A library for Spigot plugins to reduce repeated code
Go to file
EpicKnarvik97 4fb4429f8b
All checks were successful
EpicKnarvik97/KnarLib/pipeline/head This commit looks good
Adds more options to StringFormatter
Makes it possible to set the prefix before the plugin name
Makes it possible to set the suffix after the plugin name
Makes it possible to set the ColorConversion for translated messages
2023-07-08 03:01:15 +02:00
src Adds more options to StringFormatter 2023-07-08 03:01:15 +02:00
.gitignore Initial commit 2022-11-06 16:11:45 +01:00
Jenkinsfile Improves Jenkinsfile 2022-11-26 15:13:56 +01:00
pom.xml Adds more options to StringFormatter 2023-07-08 03:01:15 +02:00
README.md Adds minimal README 2022-11-06 16:23:15 +01:00

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.