Latest changes

This commit is contained in:
mathias 2018-06-10 02:45:12 +03:00
parent a6bd053388
commit a2aca9d48d

View file

@ -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"
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"