mirror of
https://github.com/trainerlord/WorldSystem.git
synced 2024-12-01 13:13:21 +01:00
Implemented #52
This commit is contained in:
parent
e156908220
commit
7a3a9da15f
Binary file not shown.
10
pom.xml
10
pom.xml
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user