Added 1.14 support

This commit is contained in:
Mowstyl 2019-07-11 15:56:13 +02:00
parent 135f733155
commit f91e0f0e9a

View File

@ -5,7 +5,7 @@
<parent>
<groupId>com.massivecraft.massivesuper</groupId>
<artifactId>MassiveSuper</artifactId>
<version>2.15.0-SNAPSHOT</version>
<version>2.15.1-SNAPSHOT</version>
<relativePath>../MassiveSuper</relativePath>
</parent>
@ -39,7 +39,7 @@
<!-- WorldGuard -->
<dependency>
<groupId>com.sk89q.worldguard</groupId>
<artifactId>worldguard-legacy</artifactId>
<artifactId>worldguard-bukkit</artifactId>
</dependency>
<!-- Vault -->
<dependency>