Latest Version: 1.4.31.27
PluginUtils is a simple, easy-to-use
library that saves many Minecraft Spigot developers a lot of time when creating
plugins. It allows Spigot developers to create a lot of NMS
(net.minecraft.server) and Spigot things like Tablists, Scoreboards, etc, as well as MySQL and SQLite support,
a bunch of lines and classes saved, therefore improving the experience while
developing plugins.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
PluginUtils is a library that saves many Minecraft Spigot developers
a lot of time when creating plugins. It allows Spigot developers to
create a lot of NMS (net.minecraft.server) and Spigot things like Tablists,
Scoreboards, etc, as well as MySQL and SQLite support, a bunch of lines and
classes saved, therefore improving the experience while developing plugins.
Below are instructions to install the latest stable version of PluginUtils.
- Java
Head to: https://www.java.com/en/download/ and download Java Version 8 update <latest update>
Maven:
<dependency>
<groupId>com.exortions</groupId>
<artifactId>ExosPluginUtils</artifactId>
<version>LATEST VERSION</version>
</dependency>
Gradle:
plugins {
id 'java-library'
}
repositories {
mavenCentral()
}
dependencies {
implementation 'com.exortions:ExosPluginUtils:LATEST VERSION'
}
To see usages for all the features in PluginUtils, please refer to the Documentation.
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - 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.