PaperMC/README.md

54 lines
1.2 KiB
Markdown
Raw Normal View History

2014-08-09 18:15:45 -05:00
PaperSpigot [![CI Status](http://ci.destroystokyo.com/buildStatus/icon?job=PaperSpigot)](http://ci.destroystokyo.com/job/PaperSpigot/) [![Travis Status](https://travis-ci.org/PaperSpigot/PaperSpigot.svg?branch=master)](https://travis-ci.org/PaperSpigot/PaperSpigot)
===========
2014-07-04 15:34:50 -05:00
High performance Spigot fork that aims to fix gameplay and mechanics inconsistencies.
2014-08-19 13:56:57 -05:00
2014-07-04 15:34:50 -05:00
[IRC Support and Project Discussion](http://irc.spi.gt/iris/?channels=PaperSpigot)
2014-08-19 14:52:19 -05:00
[Compiled Builds](http://ci.destroystokyo.com/job/PaperSpigot)
2014-08-19 13:56:57 -05:00
[Documentation and wiki](https://github.com/PaperSpigot/PaperSpigot/wiki)
How To
-----------
2014-07-04 15:34:50 -05:00
Init the submodules : `git submodule update --init`
Apply Patches : `./applyPatches.sh`
### Create patch for server ###
2014-07-21 15:57:32 -05:00
`cd PaperSpigot-Server`
Add your file for commit : `git add <file>`
Commit : `git commit -m <msg>`
`cd ..`
Create Patch `./rebuildPatches.sh`
### Create patch for API ###
2014-07-21 15:57:32 -05:00
`cd Paperspigot-API`
Add your file for commit : `git add <file>`
Commit : `git commit -m <msg>`
`cd ..`
Create Patch `./rebuildPatches.sh`
Compilation
-----------
We use maven to handle our dependencies.
* Install [Maven 3](http://maven.apache.org/download.html)
* Clone this repo and: `mvn clean install`