PaperMC/paper-api/README.md
Bukkit/Spigot bca9ab9c27 Add link to CONTRIBUTING.md in README
By: EvilSeph <evilseph@gmail.com>
2013-03-18 22:31:42 -04:00

438 B

Bukkit

A Minecraft Server API.

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 this repo and: mvn clean install