No description
Find a file
2016-12-21 22:00:00 +11:00
Bukkit-Patches Update to Minecraft 1.11.2 2016-12-21 22:00:00 +11:00
CraftBukkit-Patches Update to Minecraft 1.11.2 2016-12-21 22:00:00 +11:00
.gitignore
.travis.yml
applyPatches.sh Fix applyPatches.sh not correctly pulling bukkit updates 2015-01-24 01:00:49 +00:00
pom.xml Update parent pom for Spigot 2016-04-23 12:40:22 +10:00
README.md
rebuildPatches.sh
upstreamMerge.sh

Spigot Build Status

High performance Minecraft server implementation

How To

Init a Craftbukkit and Bukkit module : git submodule update --init

Apply Patches : ./applyPatches.sh

Create patch for server

cd Spigot-Server

Add your file for commit : git add <file>

Commit : git commit -m <msg>

cd ..

Create Patch ./rebuildPatches.sh

Create patch for API

cd Spigot-API

Add your file for commit : git add <file>

Commit : git commit -m <msg>

cd ..

Create Patch ./rebuildPatches.sh

Compilation

We use maven to handle our dependencies.

  • Install Maven 3
  • Clone this repo and: mvn clean install