Add bStats

This commit is contained in:
FirephoenixX02 2024-05-19 18:55:42 +02:00
parent ef9a039d25
commit 51dc7f7a3f
4 changed files with 21 additions and 3 deletions

10
pom.xml
View file

@ -109,6 +109,10 @@
<pattern>com.zaxxer.hikari</pattern>
<shadedPattern>me.firephoenix.hikari</shadedPattern>
</relocation>
<relocation>
<pattern>org.bstats</pattern>
<shadedPattern>me.firephoenix.bstats</shadedPattern>
</relocation>
</relocations>
</configuration>
</execution>
@ -157,5 +161,11 @@
<version>2.3.3</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.bstats</groupId>
<artifactId>bstats-velocity</artifactId>
<version>3.0.2</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>