Fix: Shade adventure-text-minimessage dependency

The MiniMessage class was not being shaded, causing ClassNotFoundException at runtime.
This commit is contained in:
2026-03-15 13:23:54 -03:00
parent 112a61cf0c
commit 0073a26e9c

View File

@@ -88,6 +88,10 @@
<pattern>org.sqlite</pattern> <pattern>org.sqlite</pattern>
<shadedPattern>com.xeroth.xeroanticheat.sqlite</shadedPattern> <shadedPattern>com.xeroth.xeroanticheat.sqlite</shadedPattern>
</relocation> </relocation>
<relocation>
<pattern>net.kyori.adventure-text-minimessage</pattern>
<shadedPattern>com.xeroth.xeroanticheat.adventure-text-minimessage</shadedPattern>
</relocation>
</relocations> </relocations>
</configuration> </configuration>
</execution> </execution>