Blazingly fast world manipulation for artists, builders and everyone else. Modified for Plexus.
Go to file
Phillipp Glanz da4d966d9e
Fix Misaligned SVG In IJ project view (#2174)
2023-04-10 11:54:46 +02:00
.github [ci skip] Move renovate config to .github folder 2023-04-07 15:12:55 +02:00
.idea Fix Misaligned SVG In IJ project view (#2174) 2023-04-10 11:54:46 +02:00
buildSrc Fetch userdev plugin from plugin portal (#2136) 2023-03-07 15:35:33 +01:00
contrib/craftscripts style: Fix spelling mistake of 'FastAsyncWorldEdit' in craftscript readme (#1431) 2021-11-20 12:02:25 +01:00
gradle Update dependency org.bstats:bstats-base to v3.0.2 (#2170) 2023-04-07 15:10:46 +02:00
worldedit-bukkit Update paperweight version for 1.19.4 (#2166) 2023-04-07 15:11:12 +02:00
worldedit-cli Re-implement full Entity support in history, entity removal, entity creation, etc. (#1812) 2022-06-21 14:52:02 +01:00
worldedit-core fix: add null-check for brush in traceMask (#2160) 2023-03-31 20:45:34 +02:00
worldedit-fabric Feature/propagate diff and object cleanup (#1190) 2021-07-23 17:48:51 +02:00
worldedit-forge Feature/propagate diff and object cleanup (#1190) 2021-07-23 17:48:51 +02:00
worldedit-libs build: Update core dependencies 2021-11-22 13:47:59 +01:00
worldedit-mod Update so many dependencies, merge Forge/Fabric for final jar (#1651) 2021-02-04 17:45:49 -05:00
worldedit-sponge Update dependency org.mockito:mockito-core to v5.2.0 (#2144) 2023-03-13 17:08:23 +01:00
.editorconfig style: Don't use spaces before colons in yaml files 2021-11-17 17:58:42 +01:00
.git-blame-ignore-revs Ensure CRLF stays out of the repo 2020-08-24 12:41:26 -04:00
.gitattributes Fix gitattributes 2021-02-22 11:08:45 +01:00
.gitconfig java based merging? 2019-11-19 15:10:36 +00:00
.gitignore [ci skip] Rewrite README for modrinth (#1979) 2022-10-09 16:41:22 +02:00
Annotation-Explanation.adoc docs: Document a few undocumented annotations 2022-01-04 21:15:45 +01:00
COMPILING.adoc [ci skip] docs: Update documentation for Java 17 2022-01-27 21:04:22 +01:00
HEADER.txt Officially propagate GPL downwards to all files 2020-09-01 16:30:43 -04:00
Jenkinsfile Move Jenkinsfile from ps-v7 to general branch (#2098) 2023-02-25 10:31:33 +01:00
LICENSE.txt Officially propagate GPL downwards to all files 2020-09-01 16:30:43 -04:00
NOTICE.txt Update build files and NOTICE.txt 2020-08-14 15:29:15 -04:00
README.md [ci skip] Rewrite README for modrinth (#1979) 2022-10-09 16:41:22 +02:00
build.gradle.kts Improve testability by adding more versions of runPaper to the build scripts (#2172) 2023-04-07 15:10:14 +02:00
crowdin.yml Update Crowdin configuration file 2020-01-20 11:30:00 +01:00
gradle.properties build: Closes #1365 2021-10-18 22:08:07 +02:00
gradlew Revert "Update dependency gradle to v8 (#2094)" 2023-02-25 10:42:01 +01:00
gradlew.bat Update dependency gradle to v7.6 (#2027) 2022-11-25 19:25:01 +01:00
settings.gradle.kts Add support for 1.19.4 (#2154) 2023-03-18 15:25:04 +01:00

README.md

FastAsyncWorldEdit

Join us on Discord bStats Servers Crowdin

What is FAWE and why should I use it?

FAWE is designed for efficient world editing.

  • Simple to set up and use
  • Extremely configurable
  • Uses minimal CPU/Memory
  • Safe for many players to use
  • Insanely fast, when using the slowest mode

FastAsyncWorldEdit is a fork of WorldEdit that has huge speed and memory improvements and considerably more features.
If you use other plugins which depend on WorldEdit, simply having FAWE installed will boost their performance.

Downloads

Downloads are available either on SpigotMC, Modrinth or on CurseForge.

Snapshots are available on Jenkins.

Features

  • Over 200 Commands
  • Style and translate messages and commands
  • (No setup required) Clipboard web integration (Clipboard)
  • Unlimited //undo, per world history, instant lookups/rollback and cross server clipboards
  • Advanced per player limits (entity, tiles, memory, changes, iterations, regions, inventory)
  • Visualization, targeting modes/masks and scroll actions
  • Adds lots of powerful new //brushes and //tools.
  • Adds a lot more mask functionality. (new mask syntax, patterns, expressions, source masks)
  • Adds a lot more pattern functionality. (a lot of new pattern syntax and patterns)
  • Adds edit transforms (apply transforms to a source, e.g. on //paste)
  • Adds support for new formats (e.g. Structure Blocks)
  • Instant copying of arbitrary size with //lazycopy
  • Auto repair partially corrupt schematic files
  • Biome mixing, in-game world painting, dynamic view distance, vanilla cui, off axis rotation, image importing, cave generation, multi-clipboards, interactive messages, schematic visualization, lag prevention, persistent brushes + A LOT MORE

Performance

There are several placement modes, each supporting higher throughput than the previous. All editing is processed asynchronously, with certain tasks being broken up on the main thread. The default mode is chunk placement.

  • Blocks (Bukkit-API) - Only used if chunk placement isn't supported. Still faster than any other plugin on spigot.
  • Chunks (NMS) - Places entire chunk sections
  • World (CFI) - Used to generate new worlds / regions

Protection Plugins

The following plugins are supported with Bukkit:

Logging and Rollback

By default you can use //inspect and //history rollback to search and restore changes. To reduce disk usage, increase the compression level and buffer size. To bypass logging use //fast.

Developer API

FAWE maintains API compatibility with WorldEdit, so you can use the normal WorldEdit API asynchronously. FAWE also has some asynchronously wrappers for the Bukkit API. The wiki has examples for various things like reading NBT, modifying world files, pasting schematics, splitting up tasks, lighting etc. If you need help with anything, hop on discord (link on the left bar).

Documentation

Contributing

Want to add new features to FastAsyncWorldEdit or fix bugs yourself? You can get the game running, with FastAsyncWorldEdit, from the code here:

For additional information about compiling FastAsyncWorldEdit, read the compiling documentation.

Special thanks

JetBrains, creators of the IntelliJ IDEA, supports us with their Open Source Licenses.

Thank you to YourKit for supporting our product by providing us with their innovative and intelligent tools for monitoring and profiling Java and .NET applications. YourKit is the creator of YourKit Java Profiler, YourKit .NET Profiler, and YourKit YouMonitor.