add a build shell script because allink wont

essentially this fard wont build out of the box so i want to fix it >:D
This commit is contained in:
ginlang 2022-03-22 17:00:13 +00:00 committed by GitHub
parent c2153c392f
commit 5063a3354e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

6
buildfard.sh Normal file
View file

@ -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