summaryrefslogtreecommitdiffstats
path: root/bukkit/build.gradle
diff options
context:
space:
mode:
authorLMBishop <13875753+LMBishop@users.noreply.github.com>2022-07-06 20:54:31 +0100
committerLMBishop <13875753+LMBishop@users.noreply.github.com>2022-07-06 20:54:31 +0100
commit77cded0fe148b79ce39b98941df3515b23e5f9de (patch)
tree10250b38e0686d185bd53500cecd9e33f1bda693 /bukkit/build.gradle
parentce4675af7024795201291b9c52996f7e28dffe3d (diff)
Add executableitems quest item (closes #364)
Diffstat (limited to 'bukkit/build.gradle')
-rw-r--r--bukkit/build.gradle4
1 files changed, 3 insertions, 1 deletions
diff --git a/bukkit/build.gradle b/bukkit/build.gradle
index 822e17df..e2013f41 100644
--- a/bukkit/build.gradle
+++ b/bukkit/build.gradle
@@ -26,7 +26,7 @@ repositories {
maven { url = 'https://repo.extendedclip.com/content/repositories/placeholderapi/' }
// EssentialsX
maven { url = 'https://repo.essentialsx.net/releases/' }
- // JitPack (IridiumSkyblock, ShopGUI+)
+ // JitPack (IridiumSkyblock, ShopGUI+, SCore)
maven { url = 'https://jitpack.io' }
// CoreProtect
maven { url = 'https://maven.playpro.com/' }
@@ -117,6 +117,8 @@ dependencies {
compileOnly 'com.github.Slimefun:Slimefun4:RC-28'
// NuVotifier
compileOnly "com.vexsoftware:NuVotifier:2.7.3"
+ // SCore
+ compileOnly "com.github.Ssomar-Developement:SCore:main-SNAPSHOT"
// bStats
implementation 'org.bstats:bstats-bukkit-lite:1.8'
// HikariCP