This commit is contained in:
okx-code
2024-11-01 19:14:03 +00:00
parent e03a17d7ce
commit 48eea2187b
2 changed files with 1 additions and 2 deletions

View File

@@ -26,7 +26,6 @@ allprojects {
maven("https://repo.aikar.co/content/groups/aikar/")
maven("https://libraries.minecraft.net")
maven("https://repo.codemc.io/repository/maven-public/")
maven("https://repo.kryptonmc.org/releases")
maven("https://repo.dmulloy2.net/repository/public")
maven("https://repo.infernalsuite.com/repository/maven-snapshots/")
maven("https://repo.rapture.pw/repository/maven-releases/")

View File

@@ -12,5 +12,5 @@ dependencies {
compileOnly(project(":plugins:civmodcore-paper"))
compileOnly(project(":plugins:namelayer-paper"))
compileOnly(project(":plugins:civchat2-paper"))
compileOnly("me.neznamy:tab-api:4.0.2")
compileOnly(files("../../ansible/src/paper-plugins/TAB v4.1.7.jar"))
}