Archiviert
13
1
Dieses Repository wurde am 2020-12-25 archiviert. Du kannst Dateien ansehen und es klonen, aber nicht pushen oder Issues/Pull-Requests öffnen.
Datei suchen
2020-12-25 18:21:59 +01:00
Bukkit-Patches #100: Allow sending messages from specific UUIDs 2020-11-03 19:17:35 +11:00
CraftBukkit-Patches #103: Add async catchers to Chunk#getEntities 2020-12-13 11:35:03 +11:00
SteamWar-Patches Initial Commit 2020-12-25 18:21:59 +01:00
.gitignore Initial Commit 2020-12-25 18:13:50 +01:00
applyPatches.sh Initial Commit 2020-12-25 18:21:59 +01:00
pom.xml Remove sonatype parent (deprecated). 2017-08-05 16:45:38 +10:00
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