Go to file
Etzelia 6e90ba9587 Drone (#9)
Add '.drone.yml'

Reviewed-on: https://git.etztech.xyz/Minecraft/PluginAPI/pulls/9
Reviewed-by: ZeroHD <joey@ahines.net>
2020-09-05 17:17:49 +02:00
src/main/java/xyz/etztech/core Update dependencies and IDE suggestions (#8) 2020-08-12 02:44:04 +02:00
.drone.yml Drone (#9) 2020-09-05 17:17:49 +02:00
.gitignore Initial commit for Gitea 2018-09-13 22:34:28 -05:00
LICENSE Add 'LICENSE' (#6) 2020-06-11 22:09:22 +02:00
README.md Clean up (#7) 2020-08-04 15:26:52 -05:00
pom.xml Update dependencies and IDE suggestions (#8) 2020-08-12 02:44:04 +02:00

README.md

PluginAPI

A collection of APIs for use in plugins.

Releases

Reposilite

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.