diff --git a/bin/compile b/bin/compile index 5405813..c2f260d 100755 --- a/bin/compile +++ b/bin/compile @@ -2,7 +2,6 @@ BIN_DIR="$(cd "$(dirname "$0")" && pwd)" BUILD_DIR=$1 -mkdir -p $BUILD_DIR/bin/ cp $BIN_DIR/start $BUILD_DIR/bin/ cp $BIN_DIR/excludes $BUILD_DIR/bin/ @@ -25,4 +24,4 @@ curl -o $BUILD_DIR/plugins/MySkin.jar -s -L "https://api.spiget.org/v2/resources curl -o $BUILD_DIR/plugins/ProtocolLib.jar -s -L "http://ci.dmulloy2.net/job/ProtocolLib/lastStableBuild/artifact/modules/ProtocolLib/target/ProtocolLib.jar" URL=$(curl -s https://api.github.com/repos/iSach/UltraCosmetics/releases/latest | grep browser_download_url | cut -d '"' -f 4) curl -o $BUILD_DIR/plugins/UltraCosmetics.jar -s -L "$URL" -curl -o $BUILD_DIR/plugins/WorldEdit.jar -s -L "http://builds.enginehub.org/job/worldedit/10120/download/worldedit-bukkit-6.1.9-SNAPSHOT-dist.jar" \ No newline at end of file +curl -o $BUILD_DIR/plugins/WorldEdit.jar -s -L "http://builds.enginehub.org/job/worldedit/10120/download/worldedit-bukkit-6.1.9-SNAPSHOT-dist.jar"