From 8cc92ff83634dffacfe1f25a135bc9ac665ff68b Mon Sep 17 00:00:00 2001 From: Luck Date: Sat, 7 Nov 2020 17:41:39 +0000 Subject: Update from text to adventure --- spark-bukkit/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'spark-bukkit/build.gradle') diff --git a/spark-bukkit/build.gradle b/spark-bukkit/build.gradle index fd5c016..869b16a 100644 --- a/spark-bukkit/build.gradle +++ b/spark-bukkit/build.gradle @@ -1,8 +1,8 @@ dependencies { compile project(':spark-common') - compile('net.kyori:text-adapter-bukkit:3.0.5') { - exclude(module: 'text-api') - exclude(module: 'text-serializer-gson') + compile ('net.kyori:adventure-platform-bukkit:4.0.0-SNAPSHOT') { + exclude(module: 'adventure-api') + exclude(module: 'adventure-text-serializer-gson') } compileOnly 'com.destroystokyo.paper:paper-api:1.16.4-R0.1-SNAPSHOT' -- cgit