ok might possibly do something maybe

This commit is contained in:
Bud Gidiere 2020-07-15 14:32:56 -05:00
parent 1aa6aae4ab
commit 8bf2a0d278
3 changed files with 3 additions and 3 deletions

View File

@ -36,4 +36,4 @@ jobs:
uses: actions/upload-artifact@v2-preview
with:
name: YAPFA-${{ matrix.java }}
path: yapfa-paperclip.jar
path: target/YAPFA-1.16.1-paperclip.jar

View File

@ -44,7 +44,7 @@ ### villager.villagersHideAtNight
``Default``:``false`` Addon for ``villager.simplerVillagerBehavior``, gives villagers the ability to drink an invisibility potion like wandering traders at night to make it less likely for them to be killed since (for now) they don't stay at the village/use their houses at night and no ability for them to respawn.
## Building and setting up
Run the following commands in the root directory:
Run the following command in the root directory:
```
./yapfa jar

View File

@ -25,7 +25,7 @@ vanillajar="$paperworkdir/Minecraft/$mcver/$mcver.jar"
mvn clean package "-Dmcver=$mcver" "-Dpaperjar=$serverjar" "-Dvanillajar=$vanillajar"
)
mkdir -p "$basedir/target"
cp "$paperworkdir/Paperclip/assembly/target/paperclip-${mcver}.jar" "$basedir/target/YAPFA-${mcver}-launcher.jar"
cp "$paperworkdir/Paperclip/assembly/target/paperclip-${mcver}.jar" "$basedir/target/YAPFA-${mcver}-paperclip.jar"
echo ""
echo " $(bashcolor 1 32)Success$(bashcolorend) - Saved launcher jar to target/YAPFA-${mcver}-launcher.jar"