Update WorldGuard support to WG7

This commit is contained in:
Daniel Saukel
2018-09-08 02:28:52 +02:00
parent ed369d55c9
commit 8d4a73256d
3 changed files with 61 additions and 11 deletions
+12
View File
@@ -89,6 +89,18 @@
<version>6.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.sk89q.worldedit</groupId>
<artifactId>worldedit-bukkit</artifactId>
<version>7.0.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.sk89q.worldguard</groupId>
<artifactId>worldguard-legacy</artifactId>
<version>7.0.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.griefcraft</groupId>
<artifactId>entitylwc</artifactId>