From 0073a26e9c46564e31d4d4661d44763dd6a48b31 Mon Sep 17 00:00:00 2001 From: Axel Date: Sun, 15 Mar 2026 13:23:54 -0300 Subject: [PATCH] Fix: Shade adventure-text-minimessage dependency The MiniMessage class was not being shaded, causing ClassNotFoundException at runtime. --- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index 8c677d5..a8693f9 100644 --- a/pom.xml +++ b/pom.xml @@ -88,6 +88,10 @@ org.sqlite com.xeroth.xeroanticheat.sqlite + + net.kyori.adventure-text-minimessage + com.xeroth.xeroanticheat.adventure-text-minimessage +