48 lines
1.7 KiB
Markdown
48 lines
1.7 KiB
Markdown
<p align="center">
|
|
<img src="https://i.imgur.com/Fog5fDB.png">
|
|
</p>
|
|
|
|
---
|
|
|
|
# This is the legacy version of FAWE (1.8 - 1.12 and other platforms). It is no longer maintained. The focus lays on the newer versions of minecraft. You can find the new version of FAWE [here](https://github.com/IntellectualSites/FastAsyncWorldEdit).
|
|
|
|
FAWE is a fork of WorldEdit that has huge speed and memory improvements and considerably more features
|
|
|
|
It is available for Bukkit, Forge, Sponge and Nukkit.
|
|
|
|
## Links
|
|
|
|
* [Spigot Page](https://www.spigotmc.org/threads/fast-async-worldedit.100104/)
|
|
* [Discord](https://discord.gg/ngZCzbU)
|
|
* [Wiki](https://github.com/boy0001/FastAsyncWorldedit/wiki)
|
|
|
|
## Downloads
|
|
### <1.12.2
|
|
* [Download](https://empcraft.com/fawe/download/?bukkit)
|
|
* [Jenkins](https://ci.athion.net/job/FastAsyncWorldEdit/)
|
|
* [JavaDoc](https://ci.athion.net/job/FastAsyncWorldEdit/javadoc/)
|
|
|
|
### 1.13+
|
|
* [Download](https://empcraft.com/fawe/download/?bukkit113)
|
|
* [Jenkins](https://ci.athion.net/job/FastAsyncWorldEdit-1.13/)
|
|
* [JavaDoc](https://ci.athion.net/job/FastAsyncWorldEdit-1.13/javadoc/)
|
|
* [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)
|
|
|
|
## Building
|
|
FAWE uses gradle to build
|
|
|
|
```
|
|
$ gradlew setupDecompWorkspace
|
|
$ gradlew build
|
|
```
|
|
|
|
## Contributing
|
|
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
|
|
- If you need any help, create a ticket or discuss on [Discord](https://discord.gg/ngZCzbU)
|