1
Hi I need help creating a self hosted 1.8 spigot server. Tutorials are too confusing and I downloaded a compiled spigot but don't know what to do. If anyone can help id really appreciate it! --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
2
I already got it compiled I think...
Steps to get a compiled Spigot build:
1. Have Git installed on your computer. If you don't have it just google git bash and download it
2. Open Git and run the following command
3. Run the following command
Build Tools will compile Spigot
1. Have Git installed on your computer. If you don't have it just google git bash and download it
2. Open Git and run the following command
curl "https://hub.spigotmc.org/jenkins/job/BuildTools/lastSuccessfulBuild/artifact/target/BuildTools.jar" -o BuildTools.jar
3. Run the following command
java -jar BuildTools.jar
Build Tools will compile Spigot
