Add script for fetching latest version of Paper

This commit is contained in:
kaboom 2021-10-23 02:08:10 +03:00
parent a462e61b6d
commit c4656f3124
3 changed files with 6 additions and 1 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
scripts/fetched_plugins/
scripts/fetched_*/

5
scripts/fetch_server.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/sh
# Script used to fetch the latest version of Paper
mkdir -p fetched_server
curl -L https://papermc.io/api/v1/paper/1.17.1/latest/download > fetched_server/server.jar

Binary file not shown.