2020-08-04 20:24:09 +00:00
|
|
|
# PluginAPI
|
|
|
|
|
|
|
|
A collection of APIs for use in plugins.
|
|
|
|
|
|
|
|
## Releases
|
|
|
|
|
2021-06-09 01:50:29 +00:00
|
|
|
[Reposilite](https://mvn.birbmc.com/releases/xyz/etztech/plugin-api)
|
2020-08-04 20:24:09 +00:00
|
|
|
|
|
|
|
## 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.
|