FastAsyncWorldedit/README.md

48 lines
1.7 KiB
Markdown
Raw Normal View History

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
---
2019-10-31 11:50:49 +01:00
# This is the legacy version of FAWE (1.8 - 1.12 and other platforms). It is no longer maintained. It may receive bug fixes, if even, but the focus lays on the newer versions of minecraft. You can find the new version [here](https://github.com/IntellectualSites/FastAsyncWorldEdit-1.13/).
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
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)
2018-12-29 13:59:53 +01:00
## Downloads
### <1.12.2
2019-05-01 23:50:07 +02:00
* [Download](https://empcraft.com/fawe/download/?bukkit)
2018-12-29 13:59:53 +01:00
* [Jenkins](https://ci.athion.net/job/FastAsyncWorldEdit/)
2019-05-02 19:49:10 +02:00
* [JavaDoc](https://ci.athion.net/job/FastAsyncWorldEdit/javadoc/)
2018-12-29 13:59:53 +01:00
### 1.13+
2019-05-01 23:50:07 +02:00
* [Download](https://empcraft.com/fawe/download/?bukkit113)
2019-03-29 21:36:10 +01:00
* [Jenkins](https://ci.athion.net/job/FastAsyncWorldEdit-1.13/)
2019-05-02 19:49:10 +02:00
* [JavaDoc](https://ci.athion.net/job/FastAsyncWorldEdit-1.13/javadoc/)
2018-12-29 13:59:53 +01:00
* [Repository](https://github.com/IntellectualSites/FastAsyncWorldEdit-1.13)
## Developer Resources
2019-03-29 21:36:10 +01:00
* [Maven Repo](http://ci.athion.net/job/FastAsyncWorldEdit/ws/mvn/)
2018-12-29 13:59:53 +01:00
* [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
- If you need any help, create a ticket or discuss on [Discord](https://discord.gg/ngZCzbU)