added bstats

This commit is contained in:
YouHaveTrouble
2021-03-08 15:02:26 +01:00
parent acc2cf3117
commit f31536395a
2 changed files with 16 additions and 0 deletions
+11
View File
@@ -45,6 +45,11 @@
<pattern>io.github.thatsmusic99</pattern>
<shadedPattern>configurationmaster</shadedPattern>
</relocation>
<relocation>
<pattern>org.bstats</pattern>
<!-- Replace this with your package! -->
<shadedPattern>bstats</shadedPattern>
</relocation>
</relocations>
</configuration>
</execution>
@@ -98,5 +103,11 @@
<version>v1.0-RC-2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.bstats</groupId>
<artifactId>bstats-bukkit</artifactId>
<version>2.2.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>