Listed below are instructions on how to manually download and compile the latest Craftbukkit and Spigot JAR files.
Note: If you wish to download an older version of Craftbukkit and Spigot, modify the BuildTools.sh file, and change "java -jar BuildTools.jar" to "java -jar BuildTools.jar --rev 1.8.8". You can find a list of valid version numbers here.
Windows Instructions
- Download and install the Java SE Development Kit 8 (using the default installer options): JDK 8
- Download and install Git for Windows (using the default installer options): Git for Windows
- Create a new folder named "BuildTools" in the location of your choice (e.g. your desktop).
- Download the file "BuildTools.sh", and place it within your BuildTools folder: BuildTools.sh
- Right-click within the BuildTools folder, and select "Git Bash".
- Enter the command "./BuildTools.sh", and press Enter.
- Craftbukkit/Spigot should now compile. Once complete, craftbukkit-1.X.jar and spigot-1.X.jar will be located within your BuildTools folder.
- If at anytime you wish to update to the latest Craftbukkit/Spigot versions, simply re-run the "./BuildTools.sh" command.
Linux Instructions
- Download and install OpenJDK and Git via the following command:
- On Ubuntu: sudo apt-get install git openjdk-7-jdk
- On CentOS: sudo yum install git java-1.7.0-openjdk-devel
- Create a new folder named "BuildTools" in the location of your choice
- Download the file "BuildTools.sh", and place it within your BuildTools folder: BuildTools.sh
- Run the command "sudo chmod 700 BuildTools.sh"
- Run the command "sudo ./BuildTools.sh"
- Craftbukkit/Spigot should now compile. Once complete, craftbukkit-1.X.jar and spigot-1.X.jar will be located within your BuildTools folder.
- If at anytime you wish to update to the latest Craftbukkit/Spigot versions, simply re-run the "sudo ./BuildTools.sh" command.
How to obtain the latest Craftbukkit and Spigot JAR files
Instructions on how to manually download and compile the latest Craftbukkit and Spigot JAR files