Blazingly fast world manipulation for artists, builders and everyone else
Original by: IntellectualSites
Original plugin: https://modrinth.com/plugin/fastasyncworldedit
FAWE is designed for efficient world editing.
FastAsyncWorldEdit is a fork of WorldEdit that has huge speed and memory improvements and considerably more features.
If you use other plugins or mods which depend on WorldEdit, simply having FAWE installed will boost their performance.
//undo, per-world history, instant lookups/rollback, and cross-server clipboards //brushes and //tools //paste) //lazycopy There are several placement modes, each supporting higher throughput than the previous.
All editing is processed asynchronously, with certain tasks broken up on the main thread.
The default mode is chunk placement.
Supported protection systems include:
By default, you can use //inspect and //history rollback to search and restore changes.
To reduce disk usage, increase the compression level and buffer size.
To bypass logging, use //fast.
FAWE maintains API compatibility with WorldEdit, allowing asynchronous use of the WorldEdit API.
It also provides asynchronous wrappers for parts of the game API.
Examples include:
This project is based on the original FastAsyncWorldEdit codebase.
For details on building or modifying the original project, refer to the github page.