Go to file
Etzelia 8c780129cd Update to BirbMC (#2)
Update to BirbMC

Signed-off-by: Etzelia <etzelia@hotmail.com>

Reviewed-on: https://git.birbmc.com/BirbMC/pluginapi/pulls/2
Co-Authored-By: Etzelia <etzelia@hotmail.com>
Co-Committed-By: Etzelia <etzelia@hotmail.com>
2021-06-09 01:50:29 +00:00
gradle/wrapper gradle (#1) 2021-03-16 01:57:37 +00:00
src gradle (#1) 2021-03-16 01:57:37 +00:00
.drone.yml gradle (#1) 2021-03-16 01:57:37 +00:00
.gitignore gradle (#1) 2021-03-16 01:57:37 +00:00
LICENSE Add 'LICENSE' (#6) 2020-06-11 22:09:22 +02:00
README.md Update to BirbMC (#2) 2021-06-09 01:50:29 +00:00
build.gradle Update to BirbMC (#2) 2021-06-09 01:50:29 +00:00
gradlew gradle (#1) 2021-03-16 01:57:37 +00:00
gradlew.bat gradle (#1) 2021-03-16 01:57:37 +00:00
settings.gradle gradle (#1) 2021-03-16 01:57:37 +00: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.