Paper/README.md

48 lines
822 B
Markdown
Raw Normal View History

2013-03-17 20:04:04 +01:00
Spigot [![Build Status](https://travis-ci.org/EcoCityCraft/Spigot.png)](https://travis-ci.org/EcoCityCraft/Spigot)
===========
High performance Minecraft server implementation
2013-06-16 21:45:21 +02: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 21:48:08 +02:00
2013-06-16 21:45:21 +02:00
Add your file for commit : `git add <file>`
2013-06-16 21:48:08 +02:00
2013-06-16 21:45:21 +02:00
Commit : `git commit -m <msg>`
2013-06-16 21:48:08 +02:00
2013-06-16 21:45:21 +02:00
`cd ..`
2013-06-16 21:48:08 +02:00
2013-06-16 21:45:21 +02:00
Create Patch `./rebuildPatches.sh`
### Create patch for API ###
`cd Spigot-API`
2013-06-16 21:48:08 +02:00
2013-06-16 21:45:21 +02:00
Add your file for commit : `git add <file>`
2013-06-16 21:48:08 +02:00
2013-06-16 21:45:21 +02:00
Commit : `git commit -m <msg>`
2013-06-16 21:48:08 +02:00
2013-06-16 21:45:21 +02:00
`cd ..`
2013-06-16 21:48:08 +02:00
2013-06-16 21:45:21 +02:00
Create Patch `./rebuildPatches.sh`
2013-06-16 21:48:08 +02:00
2013-06-16 21:45:21 +02:00
Compilation
-----------
We use maven to handle our dependencies.
* Install [Maven 3](http://maven.apache.org/download.html)
2013-07-03 07:06:27 +02:00
* Clone this repo and: `mvn clean install`