From b5101856383c6eb0c07645f69c754d12488f0cb8 Mon Sep 17 00:00:00 2001 From: LegacyGamerHD Date: Mon, 29 Mar 2021 19:28:31 +0200 Subject: [PATCH] Update build.sh --- scripts/build.sh | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/scripts/build.sh b/scripts/build.sh index f6f807b98..9578a29a4 100644 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -7,21 +7,21 @@ workdir="$basedir/work" paperbasedir="$basedir/work/Paper" paperworkdir="$basedir/work/Paper/work" -if [ "$2" == "--setup" ] || [ "$3" == "--setup" ] || [ "$4" == "--setup" ]; then - echo "[Akarin] Setup Paper.." - ( - if [ "$2" == "--remote" ] || [ "$3" == "--remote" ] || [ "$4" == "--remote" ]; then - cd "$paperworkdir" - if [ -d "Minecraft" ]; then - rm Minecraft/ -r - fi - git clone https://github.com/LegacyGamerHD/Minecraft.git - fi - - cd "$paperbasedir" - ./paper jar - ) -fi +#if [ "$2" == "--setup" ] || [ "$3" == "--setup" ] || [ "$4" == "--setup" ]; then +#echo "[Akarin] Setup Paper.." +# ( +# if [ "$2" == "--remote" ] || [ "$3" == "--remote" ] || [ "$4" == "--remote" ]; then +# cd "$paperworkdir" +# if [ -d "Minecraft" ]; then +# rm Minecraft/ -r +# fi +# git clone https://github.com/LegacyGamerHD/Minecraft.git +# fi +# +# cd "$paperbasedir" +# ./paper jar +# ) +#fi echo "[Akarin] Ready to build" (