From 5063a3354edadd2e0155d4c122e35fd4fb361803 Mon Sep 17 00:00:00 2001 From: ginlang Date: Tue, 22 Mar 2022 17:00:13 +0000 Subject: [PATCH] add a build shell script because allink wont essentially this fard wont build out of the box so i want to fix it >:D --- buildfard.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 buildfard.sh diff --git a/buildfard.sh b/buildfard.sh new file mode 100644 index 0000000..b158943 --- /dev/null +++ b/buildfard.sh @@ -0,0 +1,6 @@ +#!/bin/bash +rm -rfv buildtools_tmp/ +mkdir buildtools_tmp +cd buildtools_tmp +wget https://hub.spigotmc.org/jenkins/job/BuildTools/lastSuccessfulBuild/artifact/target/BuildTools.jar +java -jar BuildTools.jar --rev 1.8.8 \ No newline at end of file