Skip to content

Commit

Permalink
MultiChat 1.7.4 Release with BStats Metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
OllieMartin committed Aug 1, 2019
1 parent a4c5be4 commit c267dae
Show file tree
Hide file tree
Showing 6 changed files with 790 additions and 41 deletions.
37 changes: 9 additions & 28 deletions multichat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,31 +48,12 @@

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.1.0</version>
<!-- Do not include the <configuration>...</configuration> part if you
are using Sponge! -->
<configuration>
<relocations>
<relocation>
<pattern>org.bstats</pattern>
<!-- Replace this with your package! -->
<shadedPattern>xyz.olivermartin.bungee</shadedPattern>
</relocation>
</relocations>
</configuration>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
</execution>
</executions>
</plugin>

<!-- <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-shade-plugin</artifactId>
<version>3.1.0</version> <configuration> <relocations> <relocation> <pattern>org.bstats</pattern>
<shadedPattern>xyz.olivermartin.bungee</shadedPattern> </relocation> </relocations>
</configuration> <executions> <execution> <phase>package</phase> <goals>
<goal>shade</goal> </goals> </execution> </executions> </plugin> -->

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
Expand All @@ -87,14 +68,14 @@

<dependencies>

<dependency>
<!-- <dependency>
<groupId>org.bstats</groupId>
<artifactId>bstats-bungeecord</artifactId>
<version>1.4</version>
<scope>compile</scope>
</dependency>
</dependency> -->

<dependency>
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.27.2.1</version>
Expand Down
Binary file added multichat/releases/1.7.4/multichat-1.7.4.jar
Binary file not shown.
Loading

0 comments on commit c267dae

Please sign in to comment.