FastAsyncWorldEdit/README.md

41 Zeilen
1.2 KiB
Markdown

2018-08-12 15:43:12 +02:00
<p align="center">
<img src="https://i.imgur.com/Fog5fDB.png">
</p>
2018-08-12 15:43:12 +02:00
---
2018-08-12 15:43:12 +02:00
FAWE is a fork of WorldEdit that has huge speed and memory improvements and considerably more features
2012-10-20 06:01:44 +02:00
2018-12-29 14:09:46 +01:00
## Links
2018-12-29 14:09:46 +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)
2019-01-12 18:01:14 +01:00
* [Report Issue](https://github.com/IntellectualSites/FastAsyncWorldEdit-1.13/issues/new)
2018-12-29 14:09:46 +01:00
## Downloads
### 1.13+
2019-03-29 21:27:07 +01:00
* [Download](https://incendo.org/download/)
* [Jenkins](https://ci.athion.net/job/FastAsyncWorldEdit-1.13/)
2018-12-29 14:09:46 +01:00
2019-03-06 17:35:42 +01:00
### < 1.12.2
2019-03-29 21:27:07 +01:00
* [Download](https://incendo.org/download/)
2018-12-29 14:09:46 +01:00
* [Jenkins](https://ci.athion.net/job/FastAsyncWorldEdit/)
* [Repository](https://github.com/boy0001/FastAsyncWorldedit)
2018-08-12 15:43:12 +02:00
## Building
2019-03-06 17:35:42 +01: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 06:01:44 +02:00
2018-08-12 15:43:12 +02:00
```
$ gradlew setupDecompWorkspace
$ gradlew build
```
2018-08-12 15:43:12 +02:00
## Contributing
Have an idea for an optimization, or a cool feature?
2019-01-01 23:44:02 +01:00
- We will accept most PR's
- Let us 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)