Blazingly fast world manipulation for artists, large networks and developers: https://www.spigotmc.org/resources/13932/
Go to file
Jesse Boyd 2cb1485553 Various
Fixes #305 //sel extend bug
Translate a few messages
Add option `store-redo: true`, disabling will result in smaller history
but cannot use redo
Add option `small-edits: false` will reduce history by assuming edits <
4096x256x4096
Change FaweStreamChangeSet to use new settings, but be backwards
compatible (uses mode byte)
Add auto generated semantic version (may not be accurate)
Add recursive brush
Optimize undo/redo using mutable change objects
Tweak several classes to implement HasFaweQueue
Fix wrong cancel message for entity/biome changes
Optimized offset mask
Fixed masks not being reset after edit
Added interface ResettableMask used to reset masks after being used for
an EditSession
Added MaskTraverser for traversing and resetting inherited masks after
use
Added angle mask \#,#
Added id,data,combined mask #id #data #iddata (Must match starting block
id/data)
Added x,y,z axis mask #xaxis #yaxis #zaxis
Add mode 4 FAWE format (short location prefix + no combined from bytes)
Fix `/frb` command not respecting regions
Tweak permission for `/frb` -> worldedit.history.rollback
Translated ToolUtil commands
2016-09-23 17:11:41 +10:00
bukkit0 Various 2016-09-23 17:11:41 +10:00
bukkit18 Various fixe + Restructuring + Possible breakage 2016-09-13 15:43:23 +10:00
bukkit19 Various fixe + Restructuring + Possible breakage 2016-09-13 15:43:23 +10:00
bukkit110 Refactor + Fixes #300 2016-09-20 18:46:49 +10:00
bukkit1710 Various fixe + Restructuring + Possible breakage 2016-09-13 15:43:23 +10:00
core Various 2016-09-23 17:11:41 +10:00
favs Allow multiple actions at a time 2016-09-16 17:47:53 +10:00
forge110 #298 2016-09-19 13:49:52 +10:00
forge189 #298 2016-09-19 13:49:52 +10:00
forge194 #298 2016-09-19 13:49:52 +10:00
forge1710 #298 2016-09-19 13:49:52 +10:00
gradle/wrapper Finish clipboard on disk 2016-04-26 04:14:41 +10:00
nukkit Various fixe + Restructuring + Possible breakage 2016-09-13 15:43:23 +10:00
sponge Fix compile issues 2016-08-27 13:47:09 +10:00
.gitignore Fix VS brushes which require multiple clicks 2016-09-03 16:34:25 +10:00
blocks.json Possible fix for out of bounds 2016-09-08 13:26:10 +10:00
build.gradle Various 2016-09-23 17:11:41 +10:00
CONTRIBUTING.md fixes + maven 2015-12-25 21:24:47 +11:00
gradle.properties Fixes #265 2016-08-29 14:29:36 +10: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 FAWE for MCPE (WIP) 2016-09-05 01:34:38 +10: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