Skip to content

Framework for Bukkit/Spigot with more additional features

License

Notifications You must be signed in to change notification settings

MikhailSterkhov/spigot-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


SPIGOT ENGINE

Framework for Bukkit/Spigot with more additional features

MIT License


Feedback


What is this?

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


Use & Installation

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>

Documentation

You can view the full documentation of the library by clicking on the link


SUPPORT ME

Buy Me A Coffee

About

Framework for Bukkit/Spigot with more additional features

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages