GeneralSpigotHelper is a library packed with a multitude of helpers designed to speed up the plugin-making process in Spigot-based Minecraft plugins. It provides various utility classes and methods to simplify common tasks like registering commands, event listeners, working with configuration files, and more.
To use GeneralSpigotHelper in your project, you can add it as a dependency through JitPack. Follow the steps below to add the library to your project:
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>Remember to replace "Tag" with the latest version available.
<dependency>
<groupId>com.github.Fotohh</groupId>
<artifactId>GeneralSpigotHelper</artifactId>
<version>Tag</version>
</dependency>Javadoc: Javadoc
This library is licensed under the MIT License.