Skip to content

Commit

Permalink
feat: add bstats metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
RealTriassic committed Jul 31, 2023
1 parent 54289fb commit ad53c79
Show file tree
Hide file tree
Showing 4 changed files with 995 additions and 89 deletions.
16 changes: 15 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.triassic</groupId>
<artifactId>RandomCart</artifactId>
<version>1.0.4</version>
<version>1.0.5</version>
<packaging>jar</packaging>

<name>RandomCart</name>
Expand All @@ -33,6 +33,14 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.5.0</version>
<configuration>
<relocations>
<relocation>
<pattern>org.bstats</pattern>
<shadedPattern>com.triassic</shadedPattern>
</relocation>
</relocations>
</configuration>
<executions>
<execution>
<phase>package</phase>
Expand Down Expand Up @@ -72,5 +80,11 @@
<version>1.13-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.bstats</groupId>
<artifactId>bstats-bukkit</artifactId>
<version>3.0.2</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
Loading

0 comments on commit ad53c79

Please sign in to comment.