Joey Hines
f62b9a4ac4
Added tests to .drone.yml + Added `mvn test` step to compliance Merge branch 'master' of https://git.etztech.xyz/Minecraft/PluginAPI into time_parser Added tests and renamed BukkitDuration to TickDuration Added BukkitDuration + Designed for parsing time arguments easily Co-authored-by: Joey Hines <joey@ahines.net> Reviewed-on: https://git.etztech.xyz/Minecraft/PluginAPI/pulls/10 Reviewed-by: Etzelia <etzelia@hotmail.com> |
||
---|---|---|
src | ||
.drone.yml | ||
.gitignore | ||
LICENSE | ||
README.md | ||
pom.xml |
README.md
PluginAPI
A collection of APIs for use in plugins.
Releases
MinecraftManager Interface
An interface for other plugins to hook into MCM.
DataSource
A class to extend, giving your plugin an H2-backed database using HikariCP.
Web
Utility methods for sending multi-part forms, as well as HTTP GET/POST with callbacks.