We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ded41aa commit d40ce5bCopy full SHA for d40ce5b
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>tk.fungy</groupId>
8
<artifactId>WebServerForMC</artifactId>
9
- <version>1.3</version>
+ <version>1.3.1</version>
10
<packaging>jar</packaging>
11
12
<name>WebServerForMinecraft</name>
src/main/resources/config.yml
@@ -32,4 +32,4 @@ WebServer:
32
ssl: false # toggle: true/false, set this to true only if you have generated certificate and webserver pointed to domain
33
34
No-Permission: "&cYou dont have permissions to do this command"
35
-Version: "1.3" # Do not edit this line!
+Version: "1.3.1" # Do not edit this line!
0 commit comments