Use text-adapter-bukkit for sending Components to Bukkit objects

This commit is contained in:
Luck
2018-12-19 10:29:22 +00:00
Unverified
parent 784161d66d
commit 6d8077ffd0
8 changed files with 23 additions and 198 deletions
+2 -2
View File
@@ -14,8 +14,8 @@ dependencies {
compile 'com.google.code.gson:gson:2.7'
compile 'com.google.guava:guava:19.0'
compile 'com.github.ben-manes.caffeine:caffeine:2.6.2'
compile 'com.squareup.okhttp3:okhttp:3.11.0'
compile 'com.squareup.okio:okio:1.15.0'
compile 'com.squareup.okhttp3:okhttp:3.12.0'
compile 'com.squareup.okio:okio:1.16.0'
compile('me.lucko.configurate:configurate-core:3.5') {
exclude(module: 'guava')
}
@@ -66,6 +66,13 @@ public enum Dependency {
"V821j+n8AWhAvLhHjfXQ+/4284Gn4oXTYYfLkLjvs8o=",
Relocation.of("text", "net{}kyori{}text")
),
TEXT_ADAPTER_BUKKIT(
"net{}kyori",
"text-adapter-bukkit",
"1.0.0",
"V821j+n8AWhAvLhHjfXQ+/4284Gn4oXTYYfLkLjvs8o=",
Relocation.of("text", "net{}kyori{}text")
),
EVENT(
"net{}kyori",
"event-api",