Skip to content

Commit 2582125

Browse files
committed
Version Fix
1 parent 40fe1c7 commit 2582125

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

pom.xml

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

77
<groupId>tk.fungy</groupId>
88
<artifactId>WebServerForMC</artifactId>
9-
<version>1.0</version>
9+
<version>1.3</version>
1010
<packaging>jar</packaging>
1111

1212
<name>WebServerForMinecraft</name>
@@ -24,6 +24,13 @@
2424
<artifactId>maven-compiler-plugin</artifactId>
2525
<version>3.8.1</version>
2626
<configuration>
27+
<relocations>
28+
<relocation>
29+
<pattern>org.bstats</pattern>
30+
<!-- Replace this with your package! -->
31+
<shadedPattern>tk.fungy.wsformc.Main</shadedPattern>
32+
</relocation>
33+
</relocations>
2734
<source>${java.version}</source>
2835
<target>${java.version}</target>
2936
</configuration>
@@ -65,6 +72,12 @@
6572
</repositories>
6673

6774
<dependencies>
75+
<dependency>
76+
<groupId>org.bstats</groupId>
77+
<artifactId>bstats-bukkit</artifactId>
78+
<version>3.0.0</version>
79+
<scope>compile</scope>
80+
</dependency>
6881
<dependency>
6982
<groupId>org.nanohttpd</groupId>
7083
<artifactId>nanohttpd</artifactId>

src/main/resources/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ WebServer:
3232
ssl: false # toggle: true/false, set this to true only if you have generated certificate and webserver pointed to domain
3333

3434
No-Permission: "nemas prava L"
35-
Version: "1.0" # Do not edit this line!
35+
Version: "1.3" # Do not edit this line!

0 commit comments

Comments
 (0)