Add 1.13.1 to supported versions

Doesn't seem to add any issues
This commit is contained in:
Eric 2018-09-04 23:15:33 +02:00
parent cfeaf3cf8d
commit 785dde70bc
2 changed files with 2 additions and 1 deletions

View File

@ -69,7 +69,7 @@
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId>
<version>1.13-R0.1-SNAPSHOT</version>
<version>1.13.1-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>

View File

@ -164,6 +164,7 @@ public class ShopChest extends JavaPlugin {
case "v1_11_R1":
case "v1_12_R1":
case "v1_13_R1":
case "v1_13_R2":
break;
default:
debug("Server version not officially supported: " + Utils.getServerVersion() + "!");