Paper/paper-server
CraftBukkit/Spigot 5e7f15a6d6 SPIGOT-211: Fix mistake in EntityHuman breaking bed spawns
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2014-12-13 22:35:37 +00:00
..
nms-patches SPIGOT-211: Fix mistake in EntityHuman breaking bed spawns 2014-12-13 22:35:37 +00:00
src Fix the spawning of HangingEntities by picking the right direction 2014-12-13 17:26:00 +01:00
.gitignore
applyPatches.sh Improve patch scripts, add applyPatches.sh 2014-12-03 14:19:09 -05:00
CONTRIBUTING.md
LGPL.txt
LICENCE.txt
makePatches.sh Improve patch scripts, add applyPatches.sh 2014-12-03 14:19:09 -05:00
maps.yml
pom.xml Update JLine 2014-12-06 13:55:50 -05:00
README.md

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