Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GeneralSpigotHelper

GeneralSpigotHelper

Overview

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.

Installation

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

Usage

TODO

License

This library is licensed under the MIT License.

About

packed with a multitude of helpers in speeding up the plugin making process

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages