File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
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 >
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 >
Original file line number Diff line number Diff 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
3434No-Permission : " nemas prava L"
35- Version : " 1.0 " # Do not edit this line!
35+ Version : " 1.3 " # Do not edit this line!
You can’t perform that action at this time.
0 commit comments