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 8884ca9e..3956ad25 100644
--- a/bukkit/build.gradle
+++ b/bukkit/build.gradle
@@ -36,6 +36,8 @@ repositories {
maven { url = 'https://libraries.minecraft.net/' }
// FabledSkyblock
maven { url = 'https://repo.songoda.com/repository/public/' }
+ // SuperiorSkyblock
+ maven { url = 'https://repo.bg-software.com/repository/api/' }
mavenCentral()
}
@@ -92,6 +94,8 @@ dependencies {
compileOnly ('com.songoda:skyblock:2.2.13') {
transitive = false
}
+ // SuperiorSkyblock
+ compileOnly 'com.bgsoftware:SuperiorSkyblockAPI:latest'
// bStats
implementation 'org.bstats:bstats-bukkit-lite:1.8'
// HikariCP