Fix: Remove adventure shading - use Paper's built-in adventure API

This commit is contained in:
2026-03-15 13:33:49 -03:00
parent b63e046f84
commit dd0700ab19

13
pom.xml
View File

@@ -47,11 +47,6 @@
<artifactId>sqlite-jdbc</artifactId> <artifactId>sqlite-jdbc</artifactId>
<version>3.47.1.0</version> <version>3.47.1.0</version>
</dependency> </dependency>
<dependency>
<groupId>net.kyori</groupId>
<artifactId>adventure-text-minimessage</artifactId>
<version>4.17.0</version>
</dependency>
</dependencies> </dependencies>
<build> <build>
@@ -85,18 +80,10 @@
</goals> </goals>
<configuration> <configuration>
<relocations> <relocations>
<relocation>
<pattern>net.kyori.adventure</pattern>
<shadedPattern>com.xeroth.xeroanticheat.adventure</shadedPattern>
</relocation>
<relocation> <relocation>
<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>