From 74463178fe3db5fc5853e4c66fd52527c9e007db Mon Sep 17 00:00:00 2001 From: Pyrbu Date: Wed, 14 Aug 2024 13:29:42 +0200 Subject: [PATCH] update adventure platform (fixes hovers and probably more things) --- plugin/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/build.gradle b/plugin/build.gradle index 90a9e2a..3c3d1e5 100644 --- a/plugin/build.gradle +++ b/plugin/build.gradle @@ -25,7 +25,7 @@ dependencies { implementation "lol.pyr:director-adventure:2.1.2" // Commands // Fancy text library - implementation "net.kyori:adventure-platform-bukkit:4.3.3" + implementation "net.kyori:adventure-platform-bukkit:4.3.4" implementation "net.kyori:adventure-text-minimessage:4.17.0" implementation project(":api")