summaryrefslogtreecommitdiffstats
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, 3 insertions, 1 deletions
diff --git a/bukkit/build.gradle b/bukkit/build.gradle
index 3c927341..b2910da6 100644
--- a/bukkit/build.gradle
+++ b/bukkit/build.gradle
@@ -34,7 +34,7 @@ repositories {
maven { url = 'https://repo.leonardobishop.com/releases/' }
// PlaceholderAPI
maven { url = 'https://repo.extendedclip.com/content/repositories/dev/' }
- // ItemsAdder, PlayerBlockTracker, SCore, ShopGUIPlus, Slimefun4
+ // ItemsAdder, CustomFishing, PlayerBlockTracker, SCore, ShopGUIPlus, Slimefun4
maven { url = 'https://jitpack.io/' }
// PlayerPoints
maven { url = 'https://repo.rosewooddev.io/repository/public/' }
@@ -75,6 +75,8 @@ dependencies {
compileOnly('net.citizensnpcs:citizensapi:2.0.30-SNAPSHOT') { transitive = false }
// CoreProtect
compileOnly 'net.coreprotect:coreprotect:21.2'
+ // CustomFishing
+ compileOnly 'com.github.Xiao-MoMi:Custom-Fishing:2.1.2'
// EcoBosses, EcoMobs
compileOnly 'com.willfp:EcoBosses:9.14.0'
compileOnly 'com.willfp:EcoMobs:10.0.0-b1'