Fix: Shade adventure-text-minimessage dependency
The MiniMessage class was not being shaded, causing ClassNotFoundException at runtime.
This commit is contained in:
4
pom.xml
4
pom.xml
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user