SkillAgentSearch skills...

SpigotPluginManager

A fresh and easy to use plugin manager for spigot

Install / Use

/learn @Lenni0451/SpigotPluginManager
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

SpigotPluginManager

A fresh and easy to use plugin manager for spigot.
PluginManager (Yes, a really creative name) aims to be the perfect replacement for every other plugin manager you ever had. It has many already seen featured and also new ones like an easy to use gui.

Not convinced yet? Download it and try it out. Your time is worth it!

Contribute

If you want to contribute keep the added code in the same style as the existing one.

SpigotMC

Check out my SpigotMC Thread of this plugin and leave a rating if you think my time is worth it.

Downloading

You can download the latest version through the GitHub releases page.
If you want to download the latest (maybe unstable build) refer to my Jenkins server.

To Add this as a dependency add this to your project:

Gradle

repositories {
    maven { url "https://maven.lenni0451.net/releases" }
}

dependencies {
    implementation("net.lenni0451:SpigotPluginManager:2.7.2") // Update version
}

Maven

<repository>
    <id>lenni0451-maven-releases</id>
    <name>Lenni0451 Maven Repository</name>
    <url>https://maven.lenni0451.net/releases</url>
</repository>

<dependency>
    <groupId>net.lenni0451</groupId>
    <artifactId>SpigotPluginManager</artifactId>
    <version>2.7.2</version>
</dependency>

Building

First of all make sure you set updatable to false in the gradle.properties file if it is not already. This will prevent SpigotPluginManager from updating itself on startup.
To build SpigotPluginManager yourself you just need to run gradlew build in the project root.
You can find the compiled jar in the build/libs/ folder.

Related Skills

View on GitHub
GitHub Stars28
CategoryDevelopment
Updated1mo ago
Forks12

Languages

Java

Security Score

90/100

Audited on Feb 26, 2026

No findings