https://github.com/dmulloy2/swornapi
A common API for my plugins
https://github.com/dmulloy2/swornapi
api bukkit java minecraft spigot utilities
Last synced: 12 months ago
JSON representation
A common API for my plugins
- Host: GitHub
- URL: https://github.com/dmulloy2/swornapi
- Owner: dmulloy2
- License: gpl-3.0
- Created: 2014-06-15T04:32:50.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T22:21:30.000Z (over 3 years ago)
- Last Synced: 2025-04-07T18:46:24.192Z (over 1 year ago)
- Topics: api, bukkit, java, minecraft, spigot, utilities
- Language: Java
- Homepage: http://dmulloy2.net
- Size: 21.8 MB
- Stars: 7
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.txt
Awesome Lists containing this project
README
# SwornAPI
SwornAPI is a collection of useful classes that I use in most of my projects. It contains APIs for configuration, commands, chat, GUIs, reflection, integration, I/O, and more.
### Resources
* [Download](https://ci.dmulloy2.net/job/SwornAPI)
* [JavaDocs](https://ci.dmulloy2.net/job/SwornAPI/javadoc)
### Building
SwornAPI is built using Maven. It requires Spigot and the Spigot API, which can be obtained [here](https://www.spigotmc.org/wiki/buildtools/).
### License
SwornAPI is currently licensed under the GPL v3.
### Utilizing SwornAPI
SwornAPI is best utilized as a Maven dependency:
````xml
jitpack
https://jitpack.io
com.github.dmulloy2
SwornAPI
-SNAPSHOT
````
For the best results, SwornAPI should be shaded into your project:
````xml
org.apache.maven.plugins
maven-shade-plugin
2.3
package
shade
net.dmulloy2:swornapi*
net.dmulloy2
net.dmulloy2.ultimatearena
net.dmulloy2.ultimatearena*
````