Skip to content

Instantly share code, notes, and snippets.

@gilrosenthal
Created December 15, 2015 01:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gilrosenthal/ebbee29f1dad617130eb to your computer and use it in GitHub Desktop.
Save gilrosenthal/ebbee29f1dad617130eb to your computer and use it in GitHub Desktop.
set mypath=%cd%
mkdir plugins
powershell -Command "(New-Object Net.WebClient).DownloadFile('https://drive.google.com/uc?export=download&id=0B02a45DH1-TPWWVKdmJlRWxpbnM', 'wget.exe')"
wget http://addons-origin.cursecdn.com/files/880/435/worldedit-bukkit-6.1.jar --no-check-certificate
wget http://addons-origin.cursecdn.com/files/588/781/Multiverse-Core-2.4.jar --no-check-certificate
wget http://www.filehosting.org/file/details/526701/CommandBook.jar --no-check-certificate
wget http://dev.bukkit.org/media/files/896/104/ArcaneEnchants.jar --no-check-certificate
move /Y %mypath%\*.jar plugins\
wget http://tcpr.ca/files/spigot/spigot-1.8.8-R0.1-SNAPSHOT-latest.jar --no-check-certificate
java -jar spigot-1.8.8-R0.1-SNAPSHOT-latest.jar
del eula.txt
(ECHO eula=true)>>eula.txt
java -jar spigot-1.8.8-R0.1-SNAPSHOT-latest.jar
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment