mirror of
https://hub.spigotmc.org/stash/scm/spigot/spigot.git
synced 2025-09-18 21:33:01 +00:00
No description
![]() This commit allows Spigot to support Minecraft clients both of versions 1.7.x and of 1.8.x. *** It is imperative that backups be taken before installing this build on your server! *** Please note that this commit is NOT a fully functioning 1.8 server and does not contain all aspects of 1.8 support. Many months of time and effort have gone into ensuring that this patch is as complete, bug free and reliable as possible, however it is highly likely there will be as of yet undiscovered bugs and glitches. Please report any such issues to the bug report forum, stating your client, server, and if applicable BungeeCord versions. *** Any bug reports not running the very latest versions of these softwares will be ignored *** |
||
---|---|---|
Bukkit@f210234e59 | ||
Bukkit-Patches | ||
CraftBukkit@07d4558b48 | ||
CraftBukkit-Patches | ||
MinecraftRelocate | ||
MinecraftServer | ||
.gitignore | ||
.gitmodules | ||
.travis.yml | ||
applyPatches.sh | ||
pom.xml | ||
README.md | ||
rebuildPatches.sh | ||
SneakyThrow.jar | ||
upstreamMerge.sh |
Spigot 
High performance Minecraft server implementation
How To
Init a Craftbukkit and Bukkit module : git submodule update --init
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