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>
|
||||
<shadedPattern>com.xeroth.xeroanticheat.sqlite</shadedPattern>
|
||||
</relocation>
|
||||
<relocation>
|
||||
<pattern>net.kyori.adventure-text-minimessage</pattern>
|
||||
<shadedPattern>com.xeroth.xeroanticheat.adventure-text-minimessage</shadedPattern>
|
||||
</relocation>
|
||||
</relocations>
|
||||
</configuration>
|
||||
</execution>
|
||||
|
||||
Reference in New Issue
Block a user