Remove AdventureCompact in favor of the text 3.x serializer added in KyoriPowered/adventure-platform#23

This commit is contained in:
Andrew Steinborn
2020-06-29 23:34:59 -04:00
parent 5b9dbb74c9
commit 5285a3c155
11 changed files with 40 additions and 75 deletions

View File

@@ -32,6 +32,7 @@ dependencies {
compile "net.kyori:adventure-text-serializer-gson:${adventureVersion}"
compile "net.kyori:adventure-text-serializer-legacy:${adventureVersion}"
compile "net.kyori:adventure-text-serializer-plain:${adventureVersion}"
compile "net.kyori:adventure-text-serializer-legacy-text3:${adventureVersion}"
compile "org.slf4j:slf4j-api:${slf4jVersion}"
compile 'com.google.inject:guice:4.2.3'