1
0
mirror of https://github.com/plexusorg/Plex-FAWE.git synced 2025-01-11 18:27:36 +00:00

Update grammar

This commit is contained in:
MattBDev 2021-05-11 19:21:09 -04:00
parent 64667a6d6e
commit 277046d5c9
2 changed files with 3 additions and 3 deletions

View File

@ -18,11 +18,11 @@ The build process uses Gradle, which you do *not* need to download. FastAsyncWor
### 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/) targetting the versions needed or using Paper's paperclip with `java -Dpaperclip.install=true -jar paperclip.jar`.
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 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".
1. Shift + right-click the folder with FastAsyncWorldEdit's files and click "Open command prompt".
2. `gradlew clean build`
### On Linux, BSD, or Mac OS X

View File

@ -66,7 +66,7 @@ This is **GOOD:**
// do things
}
This is **EXTREMELY BAD:**
This is **VERY BAD:**
if(var.func( param1, param2 ))
{