SpigotUtils icon

SpigotUtils -----

A library that provides various utilities and a UI System for plugin Development



a library that provides various utilities for the development of Spigot plugins. Among them a UI package


IMPORTANT
You don't need to add the jar to your plugin folder, it's enough if you add the library to your project via gradle or maven.


you can add it to your project with maven or gradle.

Replace {VERSION} with the most recent version of SpigotUtils
You find the Version on the Github repository

[​IMG]

Maven
HTML:
<repositories>
        <repository>
            <id>jitpack.io </id>
            <url>https://jitpack.io/ </url>
        </repository>
</repositories>

<dependencies>
        <dependency>
            <groupId>com.github.cyklon73 </groupId>
            <artifactId>SpigotUtils </artifactId>
            <version>{VERSION} </version>
        </dependency>
</dependencies>
 
Gradle
Code (Java):
repositories {
            mavenCentral ( )
            maven { url "https://jitpack.io" }
        }


dependencies {
        implementation 'com.github.cyklon73:SpigotUtils:{VERSION}'
    }
Resource Information
Author:
----------
Total Downloads: 155
First Release: Oct 14, 2023
Last Update: Oct 15, 2023
Category: ---------------
All-Time Rating:
0 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings