19 lines
407 B
Markdown
19 lines
407 B
Markdown
# PluginAPI
|
|
|
|
A collection of APIs for use in plugins.
|
|
|
|
## Releases
|
|
|
|
[Reposilite](https://repo.etztech.xyz/releases/xyz/etztech/plugin-api)
|
|
|
|
## 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. |