2018-08-12 15:26:22 +02:00
|
|
|
<p align="center">
|
|
|
|
<img src="https://i.imgur.com/Fog5fDB.png">
|
|
|
|
</p>
|
2018-08-12 15:27:16 +02:00
|
|
|
|
|
|
|
---
|
|
|
|
|
2017-07-28 07:12:41 +02:00
|
|
|
FAWE is a fork of WorldEdit that has huge speed and memory improvements and considerably more features
|
2016-04-25 20:14:41 +02:00
|
|
|
|
2017-07-28 07:12:41 +02:00
|
|
|
It is available for Bukkit, Forge, Sponge and Nukkit.
|
2016-04-25 20:14:41 +02:00
|
|
|
|
2018-12-29 13:59:53 +01:00
|
|
|
## Links
|
2016-04-25 20:14:41 +02:00
|
|
|
|
2018-12-29 13:59:53 +01:00
|
|
|
* [Spigot Page](https://www.spigotmc.org/threads/fast-async-worldedit.100104/)
|
|
|
|
* [Discord](https://discord.gg/ngZCzbU)
|
|
|
|
* [Wiki](https://github.com/boy0001/FastAsyncWorldedit/wiki)
|
2017-07-28 07:12:41 +02:00
|
|
|
|
2018-12-29 13:59:53 +01:00
|
|
|
## Downloads
|
|
|
|
### <1.12.2
|
|
|
|
* [Download](https://empcraft.com/fawe/download/?bukkit)
|
|
|
|
* [Jenkins](https://ci.athion.net/job/FastAsyncWorldEdit/)
|
|
|
|
|
|
|
|
### 1.13+
|
|
|
|
* [Download](https://empcraft.com/fawe/download/?bukkit113)
|
|
|
|
* [Jenkins](https://ci.athion.net/job/FAWE-1.13/)
|
|
|
|
* [Repository](https://github.com/IntellectualSites/FastAsyncWorldEdit-1.13)
|
|
|
|
|
|
|
|
## Developer Resources
|
|
|
|
* [Maven Repo](http://ci.athion.net/job/fastAsyncWorldEdit/ws/mvn/)
|
|
|
|
* [API Documentation](https://github.com/boy0001/FastAsyncWorldedit/wiki/API)
|
2016-04-25 20:14:41 +02:00
|
|
|
|
2016-04-25 21:21:41 +02:00
|
|
|
## Building
|
|
|
|
FAWE uses gradle to build
|
2016-04-25 20:14:41 +02:00
|
|
|
|
2016-04-25 21:21:41 +02:00
|
|
|
```
|
|
|
|
$ gradlew setupDecompWorkspace
|
|
|
|
$ gradlew build
|
|
|
|
```
|
2016-04-25 20:14:41 +02:00
|
|
|
|
2016-04-25 21:21:41 +02:00
|
|
|
## Contributing
|
2016-04-25 20:14:41 +02:00
|
|
|
Have an idea for an optimization, or a cool feature?
|
|
|
|
- I'll accept most PR's
|
|
|
|
- Let me know what you've tested / what may need further testing
|
2018-12-18 21:15:53 +01:00
|
|
|
- If you need any help, create a ticket or discuss on [Discord](https://discord.gg/ngZCzbU)
|