Go to file
Etzelia bb4f4522d9
Clean up repositories
Signed-off-by: Etzelia <etzelia@hotmail.com>
2020-09-07 16:14:37 -05:00
gradle/wrapper Move to Gradle 2020-09-07 15:56:25 -05:00
src Added TickDuration (#10) 2020-09-07 00:17:18 +02:00
.drone.yml Move to Gradle 2020-09-07 15:56:25 -05:00
.gitignore Move to Gradle 2020-09-07 15:56:25 -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
build.gradle Clean up repositories 2020-09-07 16:14:37 -05:00
gradlew Move to Gradle 2020-09-07 15:56:25 -05:00
gradlew.bat Move to Gradle 2020-09-07 15:56:25 -05:00
settings.gradle Move to Gradle 2020-09-07 15:56:25 -05: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.