mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-30 06:24:06 +01:00
14 lines
312 B
Markdown
14 lines
312 B
Markdown
CraftBukkit
|
|
===========
|
|
|
|
A Bukkit (Minecraft Server API) implementation
|
|
|
|
Compilation
|
|
-----------
|
|
|
|
We use maven to handle our dependencies.
|
|
|
|
* Install [Maven 3](http://maven.apache.org/download.html)
|
|
* Check out and install [Bukkit](http://github.com/Bukkit/Bukkit)
|
|
* Check out this repo and: `mvn clean package`
|