mirror of
https://github.com/boy0001/FastAsyncWorldedit.git
synced 2024-11-24 19:46:34 +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
9c74d0b981
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 |
||
---|---|---|
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