From 5b28dc6deaeb85901205b5d2c54587a3184ab8b1 Mon Sep 17 00:00:00 2001 From: Keuin Date: Sun, 14 Aug 2022 13:04:39 +0800 Subject: Bugfix: history message replay is not working. Now its behavior is the same with legacy BungeeCross. --- build.gradle | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index d6c273d..a2bb7bf 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { } group 'com.keuin' -version '1.0-SNAPSHOT' +version '1.1-SNAPSHOT' repositories { mavenCentral() @@ -65,6 +65,8 @@ dependencies { shadow 'net.kyori:adventure-api:4.10.1' // bungeecord does not have this, so shadow // https://mvnrepository.com/artifact/net.kyori/adventure-text-serializer-plain shadow 'net.kyori:adventure-text-serializer-plain:4.10.1' + // https://mvnrepository.com/artifact/net.kyori/adventure-text-serializer-legacy + shadow 'net.kyori:adventure-text-serializer-legacy:4.11.0' // https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-core shadow 'com.fasterxml.jackson.core:jackson-core:2.13.2' // https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind -- cgit v1.2.3