No description
Find a file
2020-07-13 09:03:37 +10:00
Bukkit-Patches Update bungeecord-chat 2020-07-13 09:03:37 +10:00
CraftBukkit-Patches Rebuild patches 2020-07-07 09:40:59 +10:00
.gitignore
applyPatches.sh
pom.xml
README.md
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