You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
2 years ago
gradle/wrapper gradle (#1) 2 years ago
src gradle (#1) 2 years ago
.drone.yml gradle (#1) 2 years ago
.gitignore gradle (#1) 2 years ago
LICENSE Add 'LICENSE' (#6) 3 years ago
README.md Update to BirbMC (#2) 2 years ago
build.gradle Update to BirbMC (#2) 2 years ago
gradlew gradle (#1) 2 years ago
gradlew.bat gradle (#1) 2 years ago
settings.gradle gradle (#1) 2 years ago

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.