aboutsummaryrefslogtreecommitdiffstats
path: root/bukkit/build.gradle
diff options
context:
space:
mode:
authorKrakenied <Krakenied1@gmail.com>2024-05-31 16:49:13 +0200
committerLeonardo Bishop <13875753+LMBishop@users.noreply.github.com>2024-06-03 18:48:22 +0100
commit7f44beb0010e16f0f1b2463ee5392ab148f73cd2 (patch)
treeb5ef9bb4ff81fb0128b7b83c770e3edff6c01c98 /bukkit/build.gradle
parent8338339b371770237d80b8397d8b0e2d00ab3c79 (diff)
Add Oraxen support
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 70029697..a972e5f6 100644
--- a/bukkit/build.gradle
+++ b/bukkit/build.gradle
@@ -32,6 +32,8 @@ repositories {
maven { url = 'https://mvn.lumine.io/repository/maven-public/' }
// NuVotifier
maven { url = 'https://repo.leonardobishop.com/releases/' }
+ // Oraxen
+ maven { url = 'https://repo.oraxen.com/releases' }
// PlaceholderAPI
maven { url = 'https://repo.extendedclip.com/content/repositories/dev/' }
// CustomFishing, ItemsAdder, SCore, ShopGUIPlus, Slimefun4
@@ -104,6 +106,8 @@ dependencies {
compileOnly 'io.lumine:Mythic-Dist:5.2.0'
// NuVotifier
compileOnly 'com.vexsoftware:NuVotifier:2.7.3'
+ // Oraxen
+ compileOnly('io.th0rgal:oraxen:1.175.0') { transitive = false }
// PlaceholderAPI
compileOnly 'me.clip:placeholderapi:2.11.3-DEV-160'
// PlayerPoints