Go to file
Joey Hines 700494f15b Switched CI to woodpecker (#3)
+ Bumped gradle version

Co-authored-by: jolheiser <john.olheiser@gmail.com>
Reviewed-on: Minecraft/pluginapi#3
Co-authored-by: Joey Hines <joey@ahines.net>
Co-committed-by: Joey Hines <joey@ahines.net>
2022-01-11 03:05:18 +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 Switched CI to woodpecker (#3) 2022-01-11 03:05:18 +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.