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
Maven
Gradle
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
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>
<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>
Code (Java):
repositories
{
mavenCentral ( )
maven { url "https://jitpack.io" }
}
dependencies {
implementation 'com.github.cyklon73:SpigotUtils:{VERSION}'
}
mavenCentral ( )
maven { url "https://jitpack.io" }
}
dependencies {
implementation 'com.github.cyklon73:SpigotUtils:{VERSION}'
}
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.20
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
SpigotUtils is a free Minecraft Java mod. Compatible with Minecraft 1.20. Downloaded 185 times (via Spigot). Download it and open it directly in the game.