Minecraft FastAsyncWorldEdit mod 2026 download
logo
minecraft mod FastAsyncWorldEdit

FastAsyncWorldEdit

Game Version: 1.19.3
Total Downloads: 154,666
Updated: Dec 11, 2022
Created: Dec 1, 2016
Download FastAsyncWorldEditDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
FastAsyncWorldEdit 2.5.0 release 14.42 MB Dec 11, 2022 1.19.3 346 download FastAsyncWorldEdit FastAsyncWorldEdit 2.5.0 releaseDownload
FastAsyncWorldEdit 2.4.10 release 14.22 MB Nov 16, 2022 1.19.3 1,201 download FastAsyncWorldEdit FastAsyncWorldEdit 2.4.10 releaseDownload
FastasyncWorldEdit 2.4.9 release 14.22 MB Nov 2, 2022 1.19.2 803 download FastAsyncWorldEdit FastasyncWorldEdit 2.4.9 releaseDownload
FastAsyncWorldEdit 2.4.8 release 14.22 MB Oct 18, 2022 1.19.1 844 download FastAsyncWorldEdit FastAsyncWorldEdit 2.4.8 releaseDownload
FastAsyncWorldEdit 2.4.7 release 14.22 MB Oct 4, 2022 1.19.1 580 download FastAsyncWorldEdit FastAsyncWorldEdit 2.4.7 releaseDownload
FastAsyncWorldEdit 2.4.6 release 14.22 MB Sep 21, 2022 1.19.1 1,296 download FastAsyncWorldEdit FastAsyncWorldEdit 2.4.6 releaseDownload
FastAsyncWorldEdit 2.4.5 release 14.22 MB Sep 5, 2022 1.19.1 949 download FastAsyncWorldEdit FastAsyncWorldEdit 2.4.5 releaseDownload
FastAsyncWorldEdit 2.4.4 release 14.22 MB Aug 24, 2022 1.19.1 812 download FastAsyncWorldEdit FastAsyncWorldEdit 2.4.4 releaseDownload
FastAsyncWorldEdit 2.4.3 release 14.22 MB Aug 6, 2022 1.19.1 1,228 download FastAsyncWorldEdit FastAsyncWorldEdit 2.4.3 releaseDownload
FastAsyncWorldEdit 2.4.2 release 14.22 MB Jul 28, 2022 1.19.1 2,712 download FastAsyncWorldEdit FastAsyncWorldEdit 2.4.2 releaseDownload
FastAsyncWorldEdit 2.4.1 release 14.22 MB Jul 12, 2022 1.19 2,470 download FastAsyncWorldEdit FastAsyncWorldEdit 2.4.1 releaseDownload
FastAsyncWorldEdit 2.4.0 release 14.22 MB Jun 27, 2022 1.19 1,675 download FastAsyncWorldEdit FastAsyncWorldEdit 2.4.0 releaseDownload
FastAsyncWorldEdit 2.3.0 release 14.15 MB Jun 10, 2022 1.19 3,375 download FastAsyncWorldEdit FastAsyncWorldEdit 2.3.0 releaseDownload
FastAsyncWorldEdit 2.2.0 release 14.10 MB May 18, 2022 1.18.2 2,709 download FastAsyncWorldEdit FastAsyncWorldEdit 2.2.0 releaseDownload
FastAsyncWorldEdit 2.1.2 release 14.10 MB Apr 19, 2022 1.18.2 1,835 download FastAsyncWorldEdit FastAsyncWorldEdit 2.1.2 releaseDownload
FastAsyncWorldEdit 2.1.1 release 14.10 MB Apr 4, 2022 1.18.2 1,167 download FastAsyncWorldEdit FastAsyncWorldEdit 2.1.1 releaseDownload
FastAsyncWorldEdit 2.1.0 release 14.28 MB Mar 10, 2022 1.18.2 2,457 download FastAsyncWorldEdit FastAsyncWorldEdit 2.1.0 releaseDownload
FastAsyncWorldEdit 2.0.1 release 14.06 MB Jan 27, 2022 1.18.1 3,616 download FastAsyncWorldEdit FastAsyncWorldEdit 2.0.1 releaseDownload
FastAsyncWorldEdit 2.0.0 release 14.06 MB Jan 12, 2022 1.18.1 3,885 download FastAsyncWorldEdit FastAsyncWorldEdit 2.0.0 releaseDownload
FastAsyncWorldEdit-bukkit-21.03.09-a5e5590-1285-22.3.8.jar release 5.49 MB Mar 9, 2021 1.12 30,245 download FastAsyncWorldEdit FastAsyncWorldEdit-bukkit-21.03.09-a5e5590-1285-22.3.8.jar releaseDownload

Description

Share this:

> What is FAWE and why should I use it?

FAWE is designed for efficient world editing.

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

If you use other plugins which depend on WorldEdit, simply having FAWE installed will boost their performance.

Installation Guide | Wiki | Support us on Patreon

Join our support discord:

  • Over 200 Commands
  • Style and translate messages and commands
  • (No setup required) Clipboard web integration (Clipboard | Assets)
  • 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
  • Use Anvil commands to change billions of blocks (e.g. remove all chests, trim worlds, etc)
  • Use CFI commands to generate worlds
  • Adds lighting commands. (fix, set, remove)
  • 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

> World Editing Performance

There several placement modes, each supporting higher throughput than the previous. All editing is processed async 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
  • Regions (Anvil) – Directly modifies the map files, has some latency.
  • World (CFI) – Used to generate new worlds / regions

> Protection plugins

The following plugins are supported with Bukkit

  • WorldGuard
  • PlotSquared

> Logging and Rollback

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

> Developer API

https://intellectualsites.github.io/fastasyncworldedit-documentation/

  • FAWE maintains API compatibility with WorldEdit so you can use the normal WorldEdit API async.
  • FAWE also has some async 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 above)

Anonymous Upload/Download interface (There are multiple styles to choose from)

Height Map / Color Map interface

Asset Pack interface Height map interface: https://github.com/IntellectualSites/HeightMap

logo
minecraft mod FastAsyncWorldEdit

FastAsyncWorldEdit

Game Version: 1.18.2
Total Downloads: 124,279
Updated: May 18, 2022
Created: Dec 1, 2016
Download FastAsyncWorldEditDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
FastAsyncWorldEdit 2.2.0 release 14.10 MB May 18, 2022 1.18.2 1 download FastAsyncWorldEdit FastAsyncWorldEdit 2.2.0 releaseDownload
FastAsyncWorldEdit 2.1.2 release 14.10 MB Apr 19, 2022 1.18.2 1,466 download FastAsyncWorldEdit FastAsyncWorldEdit 2.1.2 releaseDownload
FastAsyncWorldEdit 2.1.1 release 14.10 MB Apr 4, 2022 1.18.2 913 download FastAsyncWorldEdit FastAsyncWorldEdit 2.1.1 releaseDownload
FastAsyncWorldEdit 2.1.0 release 14.28 MB Mar 10, 2022 1.18.2 1,495 download FastAsyncWorldEdit FastAsyncWorldEdit 2.1.0 releaseDownload
FastAsyncWorldEdit 2.0.1 release 14.06 MB Jan 27, 2022 1.18.1 2,870 download FastAsyncWorldEdit FastAsyncWorldEdit 2.0.1 releaseDownload
FastAsyncWorldEdit 2.0.0 release 14.06 MB Jan 12, 2022 1.18.1 2,395 download FastAsyncWorldEdit FastAsyncWorldEdit 2.0.0 releaseDownload
FastAsyncWorldEdit-bukkit-21.03.09-a5e5590-1285-22.3.8.jar release 5.49 MB Mar 9, 2021 1.12 24,718 download FastAsyncWorldEdit FastAsyncWorldEdit-bukkit-21.03.09-a5e5590-1285-22.3.8.jar releaseDownload

Description

Share this:

> What is FAWE and why should I use it?

FAWE is designed for efficient world editing.

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

If you use other plugins which depend on WorldEdit, simply having FAWE installed will boost their performance.

Installation Guide | Wiki | Support us on Patreon

Join our support discord:

  • Over 200 Commands
  • Style and translate messages and commands
  • (No setup required) Clipboard web integration (Clipboard | Assets)
  • 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
  • Use Anvil commands to change billions of blocks (e.g. remove all chests, trim worlds, etc)
  • Use CFI commands to generate worlds
  • Adds lighting commands. (fix, set, remove)
  • 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

> World Editing Performance

There several placement modes, each supporting higher throughput than the previous. All editing is processed async 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
  • Regions (Anvil) – Directly modifies the map files, has some latency.
  • World (CFI) – Used to generate new worlds / regions

> Protection plugins

The following plugins are supported with Bukkit

  • WorldGuard
  • PlotSquared

> Logging and Rollback

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

> Developer API

https://github.com/IntellectualSites/FastAsyncWorldEdit-Documentation/wiki/index

  • FAWE maintains API compatibility with WorldEdit so you can use the normal WorldEdit API async.
  • FAWE also has some async 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 above)

Anonymous Upload/Download interface (There are multiple styles to choose from)

Height Map / Color Map interface

Asset Pack interface Height map interface: https://github.com/IntellectualSites/HeightMap

Comments

Add a comment