2018-08-12 13:43:12 +00:00
|
|
|
<p align="center">
|
|
|
|
<img src="https://i.imgur.com/Fog5fDB.png">
|
|
|
|
</p>
|
2011-01-30 23:10:48 +00:00
|
|
|
|
2018-08-12 13:43:12 +00:00
|
|
|
---
|
2011-01-30 23:10:48 +00:00
|
|
|
|
2018-08-12 13:43:12 +00:00
|
|
|
FAWE is a fork of WorldEdit that has huge speed and memory improvements and considerably more features
|
2012-10-20 04:01:44 +00:00
|
|
|
|
2018-12-29 13:09:46 +00:00
|
|
|
## Links
|
2012-03-06 21:18:08 +00:00
|
|
|
|
2018-12-29 13:09:46 +00:00
|
|
|
* [Spigot Page](https://www.spigotmc.org/threads/fast-async-worldedit.100104/)
|
|
|
|
* [Discord](https://discord.gg/ngZCzbU)
|
2019-08-29 13:52:08 +00:00
|
|
|
* [Wiki](https://github.com/IntellectualSites/FastAsyncWorldEdit-1.13/wiki)
|
2019-05-24 10:04:14 +00:00
|
|
|
* [Report Issue](https://github.com/IntellectualSites/FastAsyncWorldEdit-1.13/issues)
|
2011-01-30 23:10:48 +00:00
|
|
|
|
2018-12-29 13:09:46 +00:00
|
|
|
## Downloads
|
|
|
|
### 1.13+
|
2019-12-22 21:47:24 +00:00
|
|
|
* [Download](https://intellectualsites.github.io/download/fawe.html)
|
|
|
|
* [Jenkins](https://ci.athion.net/job/FastAsyncWorldEdit-1.15/)
|
2018-12-29 13:09:46 +00:00
|
|
|
|
2019-03-06 16:35:42 +00:00
|
|
|
### < 1.12.2
|
2019-12-22 21:47:24 +00:00
|
|
|
* [Download](https://intellectualsites.github.io/download/fawe.html)
|
2018-12-29 13:09:46 +00:00
|
|
|
* [Jenkins](https://ci.athion.net/job/FastAsyncWorldEdit/)
|
|
|
|
* [Repository](https://github.com/boy0001/FastAsyncWorldedit)
|
2019-05-02 17:52:07 +00:00
|
|
|
* [JavaDoc](https://ci.athion.net/job/FastAsyncWorldEdit/javadoc/)
|
2012-03-06 21:18:08 +00:00
|
|
|
|
2011-01-30 23:10:48 +00:00
|
|
|
|
2018-08-12 13:43:12 +00:00
|
|
|
## Building
|
2019-03-06 16:35:42 +00:00
|
|
|
FAWE uses gradle to build
|
|
|
|
You can safely ignore `gradlew setupDecompWorkspace` if you are not planning to work on the forge side of FAWE.
|
2012-10-20 04:01:44 +00:00
|
|
|
|
2018-08-12 13:43:12 +00:00
|
|
|
```
|
|
|
|
$ gradlew setupDecompWorkspace
|
|
|
|
$ gradlew build
|
|
|
|
```
|
2012-11-07 20:59:52 +00:00
|
|
|
|
2018-08-12 13:43:12 +00:00
|
|
|
## Contributing
|
|
|
|
Have an idea for an optimization, or a cool feature?
|
2019-01-01 22:44:02 +00:00
|
|
|
- We will accept most PR's
|
|
|
|
- Let us know what you've tested / what may need further testing
|
2018-12-18 20:54:17 +00:00
|
|
|
- If you need any help, create a ticket or discuss on [Discord](https://discord.gg/ngZCzbU)
|