Blazingly fast world manipulation for artists, builders and everyone else. Modified for Plexus.
Go to file
NotMyFault 15076f3d93
[ci skip] docs: Update documentation for Java 17
2022-01-27 21:04:22 +01:00
.github build: Update release-drafter/release-drafter action to v5.17.6 (#1562) 2022-01-24 11:05:47 +01:00
buildSrc refactor: Update javaodc url 2022-01-14 15:34:04 +01:00
contrib/craftscripts style: Fix spelling mistake of 'FastAsyncWorldEdit' in craftscript readme (#1431) 2021-11-20 12:02:25 +01:00
gradle build: Update PlotSquared 2022-01-27 15:30:18 +01:00
worldedit-bukkit build: Update PlotSquared 2022-01-27 15:30:18 +01:00
worldedit-cli Refactor: getVersionMin/MaxY -> versionMin/MaxY 2021-12-29 16:44:41 +00:00
worldedit-core build: Update PlotSquared 2022-01-27 15:30:18 +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 [ci skip] build: Update dependency org.mockito:mockito-core to v4.3.0 (#1563) 2022-01-24 16:14:07 +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 Update .gitignore 2021-05-11 19:20:41 -04:00
.whitesource Configure WhiteSource Bolt for GitHub (#1468) 2021-12-18 13:30:02 +01: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
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: Update documentation for Java 17 2022-01-27 21:04:22 +01:00
build.gradle.kts [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
fawe-logo.png Update logo 2020-10-11 13:37:11 +02:00
gradle.properties build: Closes #1365 2021-10-18 22:08:07 +02:00
gradlew Update dependency gradle to v7.2 (#1229) 2021-08-17 16:21:09 +02:00
gradlew.bat Updated Gradle 2020-09-08 15:34:53 -04:00
renovate.json build: Update core dependencies 2021-11-22 13:47:59 +01:00
settings.gradle.kts Make 1.18 to be effectively in a usable state (#1452) 2021-12-20 21:12:04 +00:00

README.adoc

image::fawe-logo.png[150,150,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
* 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://github.com/IntellectualSites/FastAsyncWorldEdit-Documentation/wiki[Wiki]
* link:https://github.com/IntellectualSites/FastAsyncWorldEdit/issues[Report Issue]
* link:https://intellectualsites.crowdin.com/fastasyncworldedit[Crowdin (Translations)]
* link:https://javadoc.io/doc/com.fastasyncworldedit/FastAsyncWorldEdit-Bukkit/latest/index.html[JavaDocs for the -bukkit module]
* link:https://javadoc.io/doc/com.fastasyncworldedit/FastAsyncWorldEdit-Core/latest/index.html[JavaDocs for the -core module]

=== 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.

=== YourKit
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].