Go to file
jolheiser a2c3ace845
Update '.woodpecker.yml'
2022-01-11 03:04:06 +00:00
gradle/wrapper Switched CI to woodpecker 2022-01-09 20:30:07 -07:00
src gradle (#1) 2021-03-16 01:57:37 +00:00
.gitignore gradle (#1) 2021-03-16 01:57:37 +00:00
.woodpecker.yml Update '.woodpecker.yml' 2022-01-11 03:04:06 +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 Switched CI to woodpecker 2022-01-09 20:30:07 -07: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.