Blazingly fast world manipulation for artists, builders and everyone else. Modified for Plexus.
Go to file
Telesphoreo a75f746156
Merge branch 'IntellectualSites:main' into main
2024-04-21 15:01:41 -05:00
.github Run renovate weekly 2024-04-21 13:16:43 +02:00
.idea Fix Misaligned SVG In IJ project view (#2174) 2023-04-10 11:54:46 +02:00
buildSrc Merge branch 'IntellectualSites:main' into main 2024-04-21 15:01:41 -05:00
contrib/craftscripts style: Fix spelling mistake of 'FastAsyncWorldEdit' in craftscript readme (#1431) 2021-11-20 12:02:25 +01:00
gradle Update plotsquared to v7.3.8 2024-04-19 11:28:26 +00:00
worldedit-bukkit Merge branch 'IntellectualSites:main' into main 2024-04-21 15:01:41 -05:00
worldedit-cli Merge branch 'IntellectualSites:main' into main 2024-04-02 13:00:57 -05:00
worldedit-core Merge branch 'IntellectualSites:main' into main 2024-04-21 15:01:41 -05:00
worldedit-fabric Update dependency me.lucko:fabric-permissions-api to v0.3.1 2024-04-17 01:16:29 +00: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 Merge https://github.com/IntellectualSites/FastAsyncWorldEdit 2024-03-16 14:34:54 -05:00
.editorconfig Track paperweight-userdev versions with renovate (#2548) 2024-01-22 19:14:10 +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 Improve git ignore (#2206) 2023-05-04 18:30:10 +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 [ci skip] Update Java tooling name 2023-06-04 13:29:07 +02: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 Update plugin io.github.gradle-nexus.publish-plugin to v2 2024-04-06 07:42:47 +00: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 Update dependency gradle to v8.4 (#2450) 2023-10-09 17:46:52 +02:00
gradlew.bat Update dependency gradle to v8.6 (#2577) 2024-02-06 15:12:17 +01:00
settings.gradle.kts fixes the build issues i think? 2024-03-17 15:30:21 -05: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.