Created
December 15, 2015 01:09
-
-
Save gilrosenthal/ebbee29f1dad617130eb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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