A small library of commonly used functions in Spigot plugins
View Javadocs »
Report Bugs
·
Request Features
Make sure to replace VERSION in the below examples with the version below:
<dependency>
<groupId>net.insprill</groupId>
<artifactId>spigot-utils</artifactId>
<version>VERSION</version>
</dependency>dependencies {
implementation 'net.insprill:spigot-utils:VERSION'
}dependencies {
implementation("net.insprill:spigot-utils:VERSION")
}To compile spigot-utils, you need JDK 21 or higher and an internet connection.
Clone this repo, then run ./gradlew build from your terminal.
You can find the compiled jar in the build/libs directory.
If you wish to install it to your local Maven repository, run ./gradlew publishToMavenLocal after compiling.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Make your changes.
- Stage your changes (
git add .) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the Apache 2.0 License. See LICENSE for more information.