Blazingly fast world manipulation for artists, builders and everyone else. Modified for Plexus.
Go to file
renovate[bot] 7a1a33aff0
build: Update dependency gradle to v7.5 (#1875)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-14 17:02:10 +02:00
.github docs: Publish javadocs to GH pages (#1824) 2022-06-17 15:09:32 +02:00
.idea [ci skip] feat: Update Readme SVG (#1763) 2022-05-30 13:47:36 +02:00
buildSrc docs: Use rootProject.name over project.name for javadocs title (#1859) 2022-06-29 23:18:39 +02:00
contrib/craftscripts style: Fix spelling mistake of 'FastAsyncWorldEdit' in craftscript readme (#1431) 2021-11-20 12:02:25 +01:00
gradle build: Update dependency gradle to v7.5 (#1875) 2022-07-14 17:02:10 +02:00
worldedit-bukkit build: Update paperweight 2022-06-28 17:38:46 +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 Correct return type for CuboidRegion#getFaces() upstream compatibility (#1866) 2022-07-03 12:43:13 +01: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 build: Update dependency org.mockito:mockito-core to v4.6.1 (#1773) 2022-06-06 09:49:00 +02: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 Ignore .DS_Store files (#1746) 2022-05-15 12:30:39 +02:00
Annotation-Explanation.adoc docs: Document a few undocumented annotations 2022-01-04 21:15:45 +01:00
build.gradle.kts build: Return to snapshot for development 2022-07-12 22:30:40 +02:00
COMPILING.adoc [ci skip] docs: Update documentation for Java 17 2022-01-27 21:04:22 +01: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 build: Update dependency gradle to v7.5 (#1875) 2022-07-14 17:02:10 +02:00
gradlew.bat build: Update dependency gradle to v7.5 (#1875) 2022-07-14 17:02:10 +02:00
HEADER.txt Officially propagate GPL downwards to all files 2020-09-01 16:30:43 -04: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.adoc [ci skip] docs: Add JB to Readme 2022-06-21 21:30:14 +02:00
renovate.json [ci skip] chore: Update renovate excludes 2022-07-03 13:52:33 +02:00
settings.gradle.kts feat: Add support for 1.19 (#1783) 2022-06-10 23:22:06 +02:00

image::https://raw.githubusercontent.com/IntellectualSites/Assets/main/plugins/FastAsyncWorldEdit/FastAsyncWorldEdit.svg[200,200,align=center]

'''

FastAsyncWorldEdit is a fork of WorldEdit that has huge speed and memory improvements and considerably more features

== A Minecraft Map Editor... that runs in-game!

* With selections, schematics, copy and paste, brushes, and scripting!
* Use it in creative, survival in single player or on your server.
* Use it on your Minecraft server to fix grieving and mistakes.

Java Edition required. FastAsyncWorldEdit is compatible with Bukkit, Spigot and Paper.

=== Download FastAsyncWorldEdit
* Snapshot builds: https://ci.athion.net/job/FastAsyncWorldEdit/
* Spigot: https://www.spigotmc.org/resources/fast-async-worldedit.13932/
* Older, unsupported, versions: https://intellectualsites.github.io/download/fawe.html

=== Links

* link:https://discord.gg/intellectualsites[Discord]
* link:https://intellectualsites.github.io/fastasyncworldedit-documentation/[Wiki]
* link:https://github.com/IntellectualSites/FastAsyncWorldEdit/issues[Report Issue]
* link:https://intellectualsites.github.io/fastasyncworldedit-javadocs/[Javadocs]
* link:https://intellectualsites.crowdin.com/fastasyncworldedit[Crowdin (Translations)]

=== Edit The Code

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, see link:COMPILING.adoc[COMPILING.adoc].

=== Submitting Your Changes
FastAsyncWorldEdit is open source (specifically licensed under GPL v3), so note that your contributions will also be open source. The best way to submit a change is to create a fork on GitHub, put your changes there, and then create a "pull request" on our FastAsyncWorldEdit repository.

Please read link:https://github.com/IntellectualSites/.github/blob/main/CONTRIBUTING.md[CONTRIBUTING.md] for important guidelines to follow.

=== Special thanks to:
image::https://resources.jetbrains.com/storage/products/company/brand/logos/jb_beam.svg[150,150]
link:https://jb.gg/OpenSourceSupport[JetBrains], creators of the IntelliJ IDEA, supports us with their Open Source Licenses.

image::https://www.yourkit.com/images/yklogo.png[200,200,align=left]

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 link:https://www.yourkit.com/java/profiler/[YourKit Java Profiler], link:https://www.yourkit.com/.net/profiler/[YourKit .NET Profiler], and link:https://www.yourkit.com/youmonitor/[YourKit YouMonitor].