Compare commits

..

2 Commits

Author SHA1 Message Date
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>
2021-06-09 01:50:29 +00:00
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
2 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@ A collection of APIs for use in plugins.
## Releases
[Reposilite](https://repo.etztech.xyz/releases/xyz/etztech/plugin-api)
[Reposilite](https://mvn.birbmc.com/releases/xyz/etztech/plugin-api)
## MinecraftManager Interface

View File

@ -34,10 +34,10 @@ publishing {
}
repositories {
maven {
name = "etztech"
url = "https://repo.etztech.xyz/releases"
name = "birbmc"
url = "https://mvn.birbmc.com/releases"
credentials {
username = "etzelia"
username = "admin"
password = System.getenv("MAVEN_PASSWORD")
}
}