From 52883099afbf9afd0ae26103b5f8231a1ccfc181 Mon Sep 17 00:00:00 2001 From: mathias Date: Fri, 25 May 2018 20:22:49 +0300 Subject: [PATCH] Download Mojang textures for FAWE --- bin/compile | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/compile b/bin/compile index 96cc743..5405813 100755 --- a/bin/compile +++ b/bin/compile @@ -16,6 +16,7 @@ curl -o Essentials.zip -s -L "https://ci.ender.zone/job/EssentialsX/lastSuccessf unzip Essentials.zip > /dev/null 2>&1 mv target/Essentials* $BUILD_DIR/plugins/ curl -o $BUILD_DIR/plugins/FastAsyncWorldEdit.jar -s -L "http://empcraft.com/fawe/latest.php?bukkit" +curl -o $BUILD_DIR/plugins/FastAsyncWorldEdit/textures/textures.jar -s -L "https://launcher.mojang.com/mc/game/1.12.2/client/0f275bc1547d01fa5f56ba34bdc87d981ee12daf/client.jar" curl -o ImageOnMap.zip -s -L "https://jenkins.carrade.eu/job/ImageOnMap/lastSuccessfulBuild/artifact/target/*zip*/target.zip" unzip ImageOnMap.zip > /dev/null 2>&1 mv target/ImageOnMap* $BUILD_DIR/plugins/