Go to file
jolheiser 7fc3dac3db
ci/woodpecker/push/woodpecker Pipeline was successful Details
YOLO
2022-01-11 03:10:09 +00:00
gradle/wrapper Switched CI to woodpecker (#3) 2022-01-11 03:05:18 +00: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 YOLO 2022-01-11 03:10:09 +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 (#3) 2022-01-11 03:05:18 +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.