mirror of
https://github.com/boy0001/FastAsyncWorldedit.git
synced 2024-11-28 21:56:33 +01:00
Blazingly fast world manipulation for artists, large networks and developers: https://www.spigotmc.org/resources/13932/
asyncworldeditfastasyncworldeditminecraft-forge-modminecraft-modminecraft-peminecraft-performanceminecraft-pluginminecraft-pocket-editionnukkitworldedit
1c948cf0ed
Add #clipboard transform Add #fullcopy pattern - similar to transform, it pastes the full clipboard at any changed block - e.g. //replace <marker> #fullcopy Async block get optimizations for bukkit by running tasks multiple times during a single tick Tweak the OOM message to be more informative Tweak the max memory config comment to be more informative Restructured transforms to use resettable extent + reduce code duplication Clipboards can now be streamed to a schematic file without significant memory overhead - This means you can now load/paste/copy/save arbitrarily large sizes with fixed memory usage Optimizations to the various clipboard implementations Add optimized extent block translation (no additional object creation for set block) Optimized forward extent block copy - use optimized extent transform/translate - pre calculate required functions/extents outside iterations - short circuit certain functions depending on input parameters Use edit session for patterns rather than world (faster/safer) |
||
---|---|---|
bukkit | ||
core | ||
favs | ||
forge110 | ||
forge111 | ||
forge189 | ||
forge194 | ||
forge1710 | ||
gradle/wrapper | ||
nukkit | ||
sponge | ||
.gitignore | ||
blocks.json | ||
build.gradle | ||
CONTRIBUTING.md | ||
gradle.properties | ||
gradlew | ||
ISSUE_TEMPLATE.md | ||
LICENSE | ||
pom.xml | ||
README.md | ||
settings.gradle |
FastAsyncWorldEdit
FAWE is an addon for WorldEdit that has huge speed and memory improvements as well as a few extra features.
Spigot page
https://www.spigotmc.org/resources/13932/
IRC
Meet us on irc.esper.net
in the #IntellectualCrafters
channel or use the webchat to join through browser.
Releases
You can find the most recent stable releases on GitHub
https://github.com/boy0001/FastAsyncWorldedit/releases
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 IRC