SpigotEngine - A framework that can completely change the approach to implementing plugins for Minecraft servers of any version. The library includes the ability to interact with most of the functionality that the Bukkit core provides, making these processes more optimized and more OOP literate in approach
Download the necessary libraries from this folder and install them into your project through artifacts, local repositories, or any other methods convenient for you.
<repository>
<id>github</id>
<name>lyx</name>
<url>https://maven.pkg.github.com/xxcoldinme/spigot-engine</url>
</repository>
<dependencies>
<dependency>
<groupId>ru.lyx</groupId>
<artifactId>spigot-engine</artifactId>
<version>1.0.0</version>
</dependency>
</dependencies>
You can view the full documentation of the library by clicking on the link