Skip to content

Commit ad53c79

Browse files
committed
feat: add bstats metrics
1 parent 54289fb commit ad53c79

4 files changed

Lines changed: 995 additions & 89 deletions

File tree

pom.xml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.triassic</groupId>
88
<artifactId>RandomCart</artifactId>
9-
<version>1.0.4</version>
9+
<version>1.0.5</version>
1010
<packaging>jar</packaging>
1111

1212
<name>RandomCart</name>
@@ -33,6 +33,14 @@
3333
<groupId>org.apache.maven.plugins</groupId>
3434
<artifactId>maven-shade-plugin</artifactId>
3535
<version>3.5.0</version>
36+
<configuration>
37+
<relocations>
38+
<relocation>
39+
<pattern>org.bstats</pattern>
40+
<shadedPattern>com.triassic</shadedPattern>
41+
</relocation>
42+
</relocations>
43+
</configuration>
3644
<executions>
3745
<execution>
3846
<phase>package</phase>
@@ -72,5 +80,11 @@
7280
<version>1.13-R0.1-SNAPSHOT</version>
7381
<scope>provided</scope>
7482
</dependency>
83+
<dependency>
84+
<groupId>org.bstats</groupId>
85+
<artifactId>bstats-bukkit</artifactId>
86+
<version>3.0.2</version>
87+
<scope>compile</scope>
88+
</dependency>
7589
</dependencies>
7690
</project>

0 commit comments

Comments
 (0)