Paper/README.md

48 lines
814 B
Markdown
Raw Normal View History

2013-08-19 20:21:12 +00:00
Spigot [![Build Status](https://travis-ci.org/SpigotMC/Spigot.png)](https://travis-ci.org/SpigotMC/Spigot)
===========
High performance Minecraft server implementation
2013-06-16 19:45:21 +00:00
How To
-----------
Init a Craftbukkit and Bukkit module : `git submodule update --init`
Apply Patches : `./applyPatches.sh`
### Create patch for server ###
`cd Spigot-Server`
2013-06-16 19:48:08 +00:00
2013-06-16 19:45:21 +00:00
Add your file for commit : `git add <file>`
2013-06-16 19:48:08 +00:00
2013-06-16 19:45:21 +00:00
Commit : `git commit -m <msg>`
2013-06-16 19:48:08 +00:00
2013-06-16 19:45:21 +00:00
`cd ..`
2013-06-16 19:48:08 +00:00
2013-06-16 19:45:21 +00:00
Create Patch `./rebuildPatches.sh`
### Create patch for API ###
`cd Spigot-API`
2013-06-16 19:48:08 +00:00
2013-06-16 19:45:21 +00:00
Add your file for commit : `git add <file>`
2013-06-16 19:48:08 +00:00
2013-06-16 19:45:21 +00:00
Commit : `git commit -m <msg>`
2013-06-16 19:48:08 +00:00
2013-06-16 19:45:21 +00:00
`cd ..`
2013-06-16 19:48:08 +00:00
2013-06-16 19:45:21 +00:00
Create Patch `./rebuildPatches.sh`
2013-06-16 19:48:08 +00:00
2013-06-16 19:45:21 +00:00
Compilation
-----------
We use maven to handle our dependencies.
* Install [Maven 3](http://maven.apache.org/download.html)
2013-07-03 05:06:27 +00:00
* Clone this repo and: `mvn clean install`