Credits (SQLHelper, Regions & Tasks) - https://github.com/Redempt/RedLib
EnderLibs is a Spigot plugin development library, designed to make life easier and stop yourself from putting a figurative bullet in your head during plugin development. Below, find instructions for installation & usage.
EnderLibs can be a standalone plugin, so you will need to install it on any servers that have plugins which depend on it, and specify it as a dependency in your plugin.yml like this:
depend: [EnderLibs]
Or you can just build your plugin with the extracted libraries.
To get the jar, download it from the releases tab here on GitHub
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
<dependency>
<groupId>com.github.EnderGamingFilms</groupId>
<artifactId>EnderLibs</artifactId>
<version>LATEST</version>
</dependency>