EpicKnarvik97 51ea6be94a
All checks were successful
KnarCraft/KnarLib/pipeline/head This commit looks good
Makes the format builder more flexible
Adds new no-argument constructor
Adds methods for constructing, appending and replacing with string builders
Adds ability to use translatable messages as placeholders
Adds missing handling of an uninitialized string formatter for some methods
2025-09-03 02:03:06 +02:00
2022-11-06 16:11:45 +01:00
2022-11-26 15:13:56 +01:00
2025-08-27 13:06:58 +02:00
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.

Description
A library for Spigot plugins to reduce repeated code
Readme 216 KiB
2023-03-24 21:44:58 +01:00
Languages
Java 100%