Advertisement
HPWebcamAble

How to make a Spigot Server

Feb 1st, 2016
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. Note: Probably only works on Windows
  2.  
  3. 1. Make sure you have Git installed (Download here https://git-scm.com/download/win)
  4. 2. Right-click the folder you'd like to use for the server files, select 'Git Bash Here'
  5. 3. Run this:
  6. curl "https://hub.spigotmc.org/jenkins/job/BuildTools/lastSuccessfulBuild/artifact/target/BuildTools.jar" -o BuildTools.jar
  7. 4. Run this:
  8. java -jar BuildTools.jar
  9. (Takes a while)
  10. 5. Delete BuildTools.jar and the log
  11. 6. Create a text file with this in it:
  12.  
  13. -------- (Don't include this line)
  14. @echo off
  15.  
  16. java -Xms512M -Xmx1024M -jar spigot-1.8.8.jar
  17.  
  18. pause
  19. -------- (Or this line!)
  20.  
  21. 7. Make sure the 'spigot-x.x.x.jar' part matches the jar file in your folder that starts with 'spigot...'
  22. You can pretty much name it anything but it has to match what's in the text file
  23. 8. Save as, change 'Save as type' to 'All Files', name it 'start.bat'
  24. 9. Double click the Batch file you just made
  25. 10. Open the 'elua' text file and change 'false' to 'true', save it
  26.  
  27. You now have a working server!
  28. If you aren't sure what to do from here, Youtube!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement