Add a temp WorldEdit jar for CoreProtect.

This commit is contained in:
ZeroEpoch1969
2018-08-08 14:37:48 -07:00
parent 94d91bbb31
commit 47565ece6b
2 changed files with 33 additions and 6 deletions

22
pom.xml
View File

@ -133,12 +133,30 @@
</dependency>
<dependency>
<groupId>com.github.TFPatches.TF-WorldEdit</groupId>
<artifactId>worldedit-bukkit</artifactId>
<groupId>com.github.TFPatches</groupId>
<artifactId>TF-WorldEdit</artifactId>
<version>2e79570525</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.github.TFPatches</groupId>
<artifactId>TF-WorldEdit</artifactId>
<version>2e79570525</version>
<scope>provided</scope>
</dependency>
<!-- Temporaily here due to CoreProtect needing the official worldedit, and because it's
not on the official maven repo, it needs to be in a lib folder for now. Will be removed
once 7.0.0 is on the sk89q repo. -->
<dependency>
<groupId>com.sk89q.worldedit</groupId>
<artifactId>worldedit-bukkit</artifactId>
<version>7.0.0-SNAPSHOT</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/WorldEdit.jar</systemPath>
</dependency>
<dependency>
<groupId>net.ess3</groupId>
<artifactId>Essentials</artifactId>