forked from Minecraft/PluginAPI
6e90ba9587
Add '.drone.yml' Reviewed-on: https://git.etztech.xyz/Minecraft/PluginAPI/pulls/9 Reviewed-by: ZeroHD <joey@ahines.net> |
||
---|---|---|
src/main/java/xyz/etztech/core | ||
.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.