aboutsummaryrefslogtreecommitdiffstats
path: root/bukkit/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'bukkit/build.gradle')
-rw-r--r--bukkit/build.gradle4
1 files changed, 4 insertions, 0 deletions
diff --git a/bukkit/build.gradle b/bukkit/build.gradle
index dc60e669..4d50d79e 100644
--- a/bukkit/build.gradle
+++ b/bukkit/build.gradle
@@ -20,6 +20,8 @@ repositories {
maven { url = 'https://libraries.minecraft.net/' }
// CoreProtect
maven { url = 'https://maven.playpro.com/' }
+ // EcoBosses
+ maven { url = 'https://repo.auxilor.io/repository/maven-public/' }
// EssentialsX
maven { url = 'https://repo.essentialsx.net/releases/' }
// MMOItems, MythicLib
@@ -63,6 +65,8 @@ dependencies {
compileOnly('net.citizensnpcs:citizensapi:2.0.30-SNAPSHOT') { transitive = false }
// CoreProtect
compileOnly 'net.coreprotect:coreprotect:21.2'
+ // EcoBosses
+ compileOnly 'com.willfp:EcoBosses:9.14.0'
// EssentialsX
compileOnly('net.essentialsx:EssentialsX:2.19.7') { transitive = false }
// FabledSkyblock