No description
Find a file
Thinkofdeath c7278edcfb Merge pull request #34 in SPIGOT/craftbukkit from ~GENAZT/craftbukkit:bugfix/SPIGOT-135 to master
* commit '86eaec03f1a339fe282f16b83e6041796c722875':
  Add missing DispenseBehavior for Fireworks. Fixes SPIGOT-135
2014-12-07 12:20:52 +01:00
nms-patches Merge pull request #34 in SPIGOT/craftbukkit from ~GENAZT/craftbukkit:bugfix/SPIGOT-135 to master 2014-12-07 12:20:52 +01:00
src Make CraftMetaItem's attribute handling less strict on types 2014-12-07 10:48:14 +00:00
.gitignore
CONTRIBUTING.md
LGPL.txt
LICENCE.txt
makePatches.sh Don't commit unchanged patches 2014-11-28 17:06:11 -06:00
maps.yml
pom.xml Remove quotes from version hash by updating the gitdescribe version 2014-12-05 21:33:57 +00: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