Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/boy0001/FastAsyncWorldedit
Blazingly fast world manipulation for artists, large networks and developers: https://www.spigotmc.org/resources/13932/
https://github.com/boy0001/FastAsyncWorldedit
asyncworldedit fastasyncworldedit minecraft-forge-mod minecraft-mod minecraft-pe minecraft-performance minecraft-plugin minecraft-pocket-edition nukkit worldedit
Last synced: 7 days ago
JSON representation
Blazingly fast world manipulation for artists, large networks and developers: https://www.spigotmc.org/resources/13932/
- Host: GitHub
- URL: https://github.com/boy0001/FastAsyncWorldedit
- Owner: boy0001
- License: gpl-3.0
- Created: 2015-10-29T12:16:49.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-06-02T23:15:11.000Z (over 2 years ago)
- Last Synced: 2024-10-29T22:21:44.906Z (10 days ago)
- Topics: asyncworldedit, fastasyncworldedit, minecraft-forge-mod, minecraft-mod, minecraft-pe, minecraft-performance, minecraft-plugin, minecraft-pocket-edition, nukkit, worldedit
- Language: Java
- Homepage:
- Size: 28.9 MB
- Stars: 310
- Watchers: 36
- Forks: 225
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-blazingly-fast - FastAsyncWorldedit - Blazingly fast world manipulation for artists, large networks and developers: https://www.spigotmc.org/resources/13932/ (Java)
README
---
# 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)