Implement image debug GUI

This commit is contained in:
dfsek
2020-09-22 01:55:27 -07:00
parent 653e7f65f1
commit 641c819438
14 changed files with 268 additions and 42 deletions

View File

@@ -26,7 +26,7 @@ cp $DIRECTORY/prod/$PROJECT.jar $DIRECTORY/server/plugins/$PROJECT.jar
cd $DIRECTORY/server || exit
if ! test -f "paperclip.jar"; then
echo "Paper not found. Downloading now."
wget https://papermc.io/api/v1/paper/1.16.2/latest/download -O paperclip.jar
wget https://papermc.io/api/v1/paper/1.16.3/latest/download -O paperclip.jar
fi
if [ -z "$(grep true eula.txt 2>/dev/null)" ]; then
echo