Blazingly fast world manipulation for artists, large networks and developers: https://www.spigotmc.org/resources/13932/
Go to file
Jesse Boyd 9c74d0b981
Various (unfinished)
Fixes #439
Update to Java 8
Adds scrollable brushes to the API (action on brush scroll)
- Clipboard
- Mask
- Pattern
- Range
- Size
Adds movable brushes to the API (action on brush move)
Adds different targeting modes for brushes (see enum TargetMode)
Adds VisualBrush to API (sends client block changes instead of changing
the world)
Updater now checks every 30m for updates
Adds in game updater changelog (/fawe changelog)
Adds language option to config
Adds german translations
Adds CircleBrush (WIP)
Simplify DoubleActionBrush and DoubleActionBrushTool to extend
Brush/BrushTool
Use ImmutableBlock instead of anonymous BaseBlock for cache
Fixes CuboidRegion iteration (affected some commands)
Fixes WorldCopyClipboard schematic saving
Optimize FawePlayer -> Player by caching value
Simplified pattern and mask API by extending legacy versions
Optimize sphere, cylinder and deform
Added brush cancellation by SHIFT + LEFT CLICK
Probably some other stuff
2017-02-26 16:39:00 +11:00
bukkit Various (unfinished) 2017-02-26 16:39:00 +11:00
core Various (unfinished) 2017-02-26 16:39:00 +11:00
favs use different method for history flushing/close 2017-02-16 01:57:03 +11:00
forge110 Various (unfinished) 2017-02-26 16:39:00 +11:00
forge111 Various (unfinished) 2017-02-26 16:39:00 +11:00
forge189 Various (unfinished) 2017-02-26 16:39:00 +11:00
forge194 Various (unfinished) 2017-02-26 16:39:00 +11:00
forge1710 Various (unfinished) 2017-02-26 16:39:00 +11:00
gradle/wrapper Finish clipboard on disk 2016-04-26 04:14:41 +10:00
nukkit Various (unfinished) 2017-02-26 16:39:00 +11:00
sponge Various (unfinished) 2017-02-26 16:39:00 +11:00
.gitignore Potential fix for crash 2016-10-21 00:45:40 +11:00
CONTRIBUTING.md fixes + maven 2015-12-25 21:24:47 +11:00
ISSUE_TEMPLATE.md Enhancements 2016-12-12 15:28:51 +01:00
LICENSE fixes + maven 2015-12-25 21:24:47 +11:00
README.md More adjustments 2016-04-25 21:26:50 +02:00
blocks.json Fix removal of light sources 2016-11-28 14:34:12 +11:00
build.gradle Various (unfinished) 2017-02-26 16:39:00 +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
pom.xml New vault repo for maven 2016-08-15 00:07:28 +02:00
settings.gradle Re-add the forge/sponge modules 2017-02-06 13:09:44 +11:00

README.md

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