High performance Spigot fork that aims to fix gameplay and mechanics inconsistencies
Go to file
2015-07-20 22:31:49 +01:00
nms-patches Correct handling of relative teleports for PlayerMoveEvent and PlayerTeleportEvent 2015-07-20 22:31:49 +01:00
src
.gitignore
applyPatches.sh
deprecation-mappings.at
deprecation-mappings.csrg
LGPL.txt
LICENCE.txt
makePatches.sh
pom.xml
README.md Add link to CONTRIBUTING.md in README 2013-03-18 19:26:15 -07:00

CraftBukkit

A Bukkit (Minecraft Server API) implementation

Website: http://bukkit.org
Bugs/Suggestions: http://leaky.bukkit.org
Contributing Guidelines: CONTRIBUTING.md

Compilation

We use maven to handle our dependencies.

  • Install Maven 3
  • Check out and install Bukkit
    • Note: this is not needed as the repository we use has Bukkit too, but you might have a newer one (with your own changes :D)
  • Check out this repo and: mvn clean package