From 48df97d610bda835cdb665c1b38be148d2131a1a Mon Sep 17 00:00:00 2001 From: Marc Baloup Date: Tue, 20 Jul 2021 00:36:57 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20component=20to=20builder=20+=20bump=20Adv?= =?UTF-8?q?enture=20API=20version=20(except=20in=20Paper=20because=20it?= =?UTF-8?q?=E2=80=99s=20still=20using=204.7.0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Core/pom.xml | 4 ++-- .../java/fr/pandacube/lib/core/chat/Chat.java | 2 +- .../fr/pandacube/lib/core/chat/ChatStatic.java | 16 ++++++++++++++++ 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/Core/pom.xml b/Core/pom.xml index 27b1d5c..5b84eff 100644 --- a/Core/pom.xml +++ b/Core/pom.xml @@ -32,7 +32,7 @@ net.kyori adventure-api - 4.7.0 + 4.8.1 net.kyori @@ -42,7 +42,7 @@ net.kyori adventure-text-serializer-plain - 4.7.0 + 4.8.1 diff --git a/Core/src/main/java/fr/pandacube/lib/core/chat/Chat.java b/Core/src/main/java/fr/pandacube/lib/core/chat/Chat.java index a2c4a95..9cd41be 100644 --- a/Core/src/main/java/fr/pandacube/lib/core/chat/Chat.java +++ b/Core/src/main/java/fr/pandacube/lib/core/chat/Chat.java @@ -396,7 +396,7 @@ public abstract class Chat extends ChatStatic implements HoverEventSource