No description
Find a file
2019-06-25 20:57:24 +10:00
Bukkit-Patches Correct pom.xml version 2019-06-25 20:57:24 +10:00
CraftBukkit-Patches Correct pom.xml version 2019-06-25 20:57:24 +10:00
.gitignore
applyPatches.sh Remove need for redundant second clone of repositories 2019-01-04 20:41:08 +11:00
pom.xml
README.md Remove spurious mention of submodules in README.md 2018-07-16 20:03:24 +10:00
rebuildPatches.sh Remove need for redundant second clone of repositories 2019-01-04 20:41:08 +11:00

Spigot

High performance Minecraft server implementation

How To

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