forked from Minecraft/PluginAPI
Joey Hines
700494f15b
+ 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> |
||
---|---|---|
gradle/wrapper | ||
src | ||
.gitignore | ||
.woodpecker.yml | ||
LICENSE | ||
README.md | ||
build.gradle | ||
gradlew | ||
gradlew.bat | ||
settings.gradle |
README.md
PluginAPI
A collection of APIs for use in plugins.
Releases
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.