Remove mentions of NMS from compilation instruction

This commit is contained in:
dordsor21 2021-12-29 15:30:12 +00:00
parent 177d731957
commit 1a281badc2
No known key found for this signature in database
GPG Key ID: 1E53E88969FFCF0B
1 changed files with 0 additions and 4 deletions

View File

@ -16,10 +16,6 @@ The build process uses Gradle, which you do *not* need to download. FastAsyncWor
## To compile...
### NMS
FastAsyncWorldEdit uses NMS (net.minecraft.server) code in a variety of spots. NMS is not distributed via maven and therefore FastAsyncWorldEdit may not build without errors if you didn't install it into your local repository beforehand.
You can do that by either running Spigot's [BuildTools](https://www.spigotmc.org/wiki/buildtools/) targeting the versions needed or using Paper's [paperclip](https://papermc.io/downloads) with `java -Dpaperclip.install=true -jar paperclip.jar`.
### On Windows
1. Shift + right-click the folder with FastAsyncWorldEdit's files and click "Open command prompt".