boy0001/FastAsyncWorldedit


Blazingly fast world manipulation for artists, large networks and developers: https://www.spigotmc.org/resources/13932/

Download


Step 1. Add the JitPack repository to your build file

Add it in your root settings.gradle at the end of repositories:

	dependencyResolutionManagement {
		repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
		repositories {
			mavenCentral()
			maven { url 'https://jitpack.io' }
		}
	}

Add it in your settings.gradle.kts at the end of repositories:

	dependencyResolutionManagement {
		repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
		repositories {
			mavenCentral()
			maven { url = uri("https://jitpack.io") }
		}
	}

Add to pom.xml

	<repositories>
		<repository>
		    <id>jitpack.io</id>
		    <url>https://jitpack.io</url>
		</repository>
	</repositories>

Add it in your build.sbt at the end of resolvers:

 
    resolvers += "jitpack" at "https://jitpack.io"
        
    

Add it in your project.clj at the end of repositories:

 
    :repositories [["jitpack" "https://jitpack.io"]]
        
    

Step 2. Add the dependency

	dependencies {
		implementation 'com.github.boy0001:FastAsyncWorldedit:'
	}
	dependencies {
		implementation("com.github.boy0001:FastAsyncWorldedit:")
	}
	<dependency>
	    <groupId>com.github.boy0001</groupId>
	    <artifactId>FastAsyncWorldedit</artifactId>
	    <version></version>
	</dependency>

                            
    libraryDependencies += "com.github.boy0001" % "FastAsyncWorldedit" % ""
        
        

                            
    :dependencies [[com.github.boy0001/FastAsyncWorldedit ""]]
        
        

Readme


<p align="center"> <img src="https://i.imgur.com/Fog5fDB.png"> </p>

This is the legacy version of FAWE (1.8 - 1.12 and other platforms). It is no longer maintained. The focus lays on the newer versions of minecraft. You can find the new version of FAWE here.

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

It is available for Bukkit, Forge, Sponge and Nukkit.

Links

Downloads

<1.12.2

1.13+

Developer Resources

Building

FAWE uses gradle to build

$ gradlew setupDecompWorkspace
$ gradlew build

Contributing

Have an idea for an optimization, or a cool feature?

  • I'll accept most PR's
  • Let me know what you've tested / what may need further testing
  • If you need any help, create a ticket or discuss on Discord