forked from Minecraft/PluginAPI
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>master
parent
333819b7cd
commit
8c780129cd
|
@ -4,7 +4,7 @@ A collection of APIs for use in plugins.
|
||||||
|
|
||||||
## Releases
|
## Releases
|
||||||
|
|
||||||
[Reposilite](https://repo.etztech.xyz/releases/xyz/etztech/plugin-api)
|
[Reposilite](https://mvn.birbmc.com/releases/xyz/etztech/plugin-api)
|
||||||
|
|
||||||
## MinecraftManager Interface
|
## MinecraftManager Interface
|
||||||
|
|
||||||
|
|
|
@ -34,10 +34,10 @@ publishing {
|
||||||
}
|
}
|
||||||
repositories {
|
repositories {
|
||||||
maven {
|
maven {
|
||||||
name = "etztech"
|
name = "birbmc"
|
||||||
url = "https://repo.etztech.xyz/releases"
|
url = "https://mvn.birbmc.com/releases"
|
||||||
credentials {
|
credentials {
|
||||||
username = "etzelia"
|
username = "admin"
|
||||||
password = System.getenv("MAVEN_PASSWORD")
|
password = System.getenv("MAVEN_PASSWORD")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue