Go to file
Etzelia 333819b7cd gradle (#1)
HTTPS jcenter

Signed-off-by: Etzelia <etzelia@hotmail.com>

Clean up repositories

Signed-off-by: Etzelia <etzelia@hotmail.com>

Move to Gradle

Signed-off-by: Etzelia <etzelia@hotmail.com>

Added TickDuration (#10)

Added tests to .drone.yml

+ Added `mvn test` step to compliance

Merge branch 'master' of https://git.etztech.xyz/Minecraft/PluginAPI into time_parser

Added tests and renamed BukkitDuration to TickDuration

Added BukkitDuration

+ Designed for parsing time arguments easily

Co-authored-by: Joey Hines <joey@ahines.net>
Reviewed-on: https://git.etztech.xyz/Minecraft/PluginAPI/pulls/10
Reviewed-by: Etzelia <etzelia@hotmail.com>

Drone (#9)

Add '.drone.yml'

Reviewed-on: https://git.etztech.xyz/Minecraft/PluginAPI/pulls/9
Reviewed-by: ZeroHD <joey@ahines.net>

Co-authored-by: ZeroHD <joey@ahines.net>
Reviewed-on: https://git.birbmc.com/BirbMC/pluginapi/pulls/1
Co-Authored-By: Etzelia <etzelia@hotmail.com>
Co-Committed-By: Etzelia <etzelia@hotmail.com>
2021-03-16 01:57:37 +00:00
gradle/wrapper gradle (#1) 2021-03-16 01:57:37 +00:00
src gradle (#1) 2021-03-16 01:57:37 +00:00
.drone.yml gradle (#1) 2021-03-16 01:57:37 +00:00
.gitignore gradle (#1) 2021-03-16 01:57:37 +00: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 gradle (#1) 2021-03-16 01:57:37 +00:00
gradlew gradle (#1) 2021-03-16 01:57:37 +00:00
gradlew.bat gradle (#1) 2021-03-16 01:57:37 +00:00
settings.gradle gradle (#1) 2021-03-16 01:57:37 +00: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.