aboutsummaryrefslogtreecommitdiff
path: root/spark-bungeecord
diff options
context:
space:
mode:
Diffstat (limited to 'spark-bungeecord')
-rw-r--r--spark-bungeecord/build.gradle4
1 files changed, 3 insertions, 1 deletions
diff --git a/spark-bungeecord/build.gradle b/spark-bungeecord/build.gradle
index 07d9106..3ea7e1b 100644
--- a/spark-bungeecord/build.gradle
+++ b/spark-bungeecord/build.gradle
@@ -1,8 +1,10 @@
dependencies {
compile project(':spark-common')
- compile('net.kyori:adventure-platform-bungeecord:4.0.0-SNAPSHOT') {
+ compile('me.lucko:adventure-platform-bungeecord:4.7.0') {
exclude(module: 'adventure-api')
+ exclude(module: 'adventure-nbt')
exclude(module: 'adventure-text-serializer-gson')
+ exclude(module: 'adventure-text-serializer-legacy')
}
compileOnly 'net.md-5:bungeecord-api:1.16-R0.4'
}