0
0
mirror of https://hub.spigotmc.org/stash/scm/spigot/spigot.git synced 2024-11-21 19:46:14 +00:00
High performance Minecraft server implementation
Go to file
2024-11-02 18:17:56 +11:00
Bukkit-Patches Update to Minecraft 1.21.3 2024-10-24 06:15:00 +11:00
CraftBukkit-Patches SPIGOT-7934: Item entities start "bouncing" under certain conditions 2024-11-02 18:17:56 +11:00
.gitignore Add CraftBukkit and Bukkit to .gitignore 2014-12-03 12:49:49 -05:00
applyPatches.sh BUILDTOOLS-561: Improve support for paths with special characters 2021-01-13 10:11:04 +11: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 Update to Minecraft 1.20.2 2023-09-22 02:40:00 +10: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