No description
Find a file
2018-12-28 10:13:28 +11:00
Bukkit-Patches MC-11211,SPIGOT-4552: Fix placing double slabs at y = 255 2018-12-28 10:13:28 +11:00
CraftBukkit-Patches MC-11211,SPIGOT-4552: Fix placing double slabs at y = 255 2018-12-28 10:13:28 +11:00
.gitignore
applyPatches.sh Squelch "fatal: Resolve operation not in progress" message 2018-12-26 08:00:00 +11:00
pom.xml
README.md
rebuildPatches.sh

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