Implemented #52

This commit is contained in:
Butzlabben 2020-02-03 20:30:14 +01:00
parent e156908220
commit 7a3a9da15f
2 changed files with 5 additions and 5 deletions

Binary file not shown.

10
pom.xml
View File

@ -144,12 +144,12 @@
AsyncWorld is not in the api so I have to use a local file
Issue: https://github.com/boy0001/FastAsyncWorldedit/issues/1060
-->
<!-- FAWE-Bukkit Dependency -->
<dependency>
<groupId>com.sk98q.worldedit</groupId>
<artifactId>FastAsnycWorldEdit</artifactId>
<scope>system</scope>
<version>1.0</version>
<systemPath>${pom.basedir}/lib/FastAsyncWorldEdit.jar</systemPath>
<groupId>com.boydti</groupId>
<artifactId>fawe-bukkit</artifactId>
<!-- https://ci.athion.net/job/FastAsyncWorldEdit/ws/mvn/com/boydti/fawe-bukkit/ -->
<version>19.11.13-5505943-1282-22.3.5</version>
</dependency>
<dependency>