Blazingly fast world manipulation for artists, large networks and developers: https://www.spigotmc.org/resources/13932/
Go to file
Jesse Boyd 1c948cf0ed
Various
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)
2016-12-06 15:58:28 +11:00
bukkit Various 2016-12-06 15:58:28 +11:00
core Various 2016-12-06 15:58:28 +11:00
favs *Fix compile 2016-11-25 16:46:36 +11:00
forge110 Fix sendBlocks + lever rotation 2016-12-03 12:57:17 +11:00
forge111 Fix sendBlocks + lever rotation 2016-12-03 12:57:17 +11:00
forge189 Fix sendBlocks + lever rotation 2016-12-03 12:57:17 +11:00
forge194 Fix sendBlocks + lever rotation 2016-12-03 12:57:17 +11:00
forge1710 Fix sendBlocks + lever rotation 2016-12-03 12:57:17 +11:00
gradle/wrapper Finish clipboard on disk 2016-04-26 04:14:41 +10:00
nukkit Fix sendBlocks + lever rotation 2016-12-03 12:57:17 +11:00
sponge Fix compile issues 2016-08-27 13:47:09 +10:00
.gitignore Potential fix for crash 2016-10-21 00:45:40 +11:00
blocks.json Fix removal of light sources 2016-11-28 14:34:12 +11:00
build.gradle Minor stuff 2016-11-22 13:10:18 +11:00
CONTRIBUTING.md fixes + maven 2015-12-25 21:24:47 +11:00
gradle.properties Fix removal of light sources 2016-11-28 14:34:12 +11:00
gradlew Add gradle project 2016-04-02 15:06:24 +11:00
ISSUE_TEMPLATE.md Issue template 2016-08-22 14:55:41 +10:00
LICENSE fixes + maven 2015-12-25 21:24:47 +11:00
pom.xml New vault repo for maven 2016-08-15 00:07:28 +02:00
README.md More adjustments 2016-04-25 21:26:50 +02:00
settings.gradle Update to forge 1.11 2016-11-29 22:17:25 +11:00

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