mirror of
https://github.com/kaboomserver/server.git
synced 2025-06-17 17:47:15 -04:00
Update Scissors and plugins
This commit is contained in:
parent
ebf87a8515
commit
eb4a0f1bd2
15 changed files with 424 additions and 328 deletions
scripts
|
@ -1,5 +1,11 @@
|
|||
#!/bin/sh
|
||||
# Script used to fetch the latest version of Paper
|
||||
# Script used to fetch the latest version of the server jar
|
||||
|
||||
mkdir -p fetched_server
|
||||
curl -L https://api.purpurmc.org/v2/purpur/1.18.2/latest/download > fetched_server/server.jar
|
||||
|
||||
curl -L https://ci.scissors.gg/job/Scissors/job/1.19.2/lastSuccessfulBuild/artifact/*zip*/archive.zip > archive.zip
|
||||
unzip -o archive.zip
|
||||
mv archive/build/libs/Scissors-*.jar fetched_server/server.jar
|
||||
|
||||
rm -rf archive/
|
||||
rm archive.zip
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue