2014-08-09 23:15:45 +00: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)
|
2013-01-15 01:18:40 +00:00
|
|
|
===========
|
|
|
|
|
2014-07-04 20:34:50 +00:00
|
|
|
High performance Spigot fork that aims to fix gameplay and mechanics inconsistencies.
|
|
|
|
[IRC Support and Project Discussion](http://irc.spi.gt/iris/?channels=PaperSpigot)
|
2013-06-16 19:45:21 +00:00
|
|
|
|
|
|
|
|
|
|
|
How To
|
|
|
|
-----------
|
|
|
|
|
2014-07-04 20:34:50 +00:00
|
|
|
Init the submodules : `git submodule update --init`
|
2013-06-16 19:45:21 +00:00
|
|
|
|
|
|
|
Apply Patches : `./applyPatches.sh`
|
|
|
|
|
|
|
|
### Create patch for server ###
|
|
|
|
|
2014-07-21 20:57:32 +00:00
|
|
|
`cd PaperSpigot-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 ###
|
|
|
|
|
2014-07-21 20:57:32 +00:00
|
|
|
`cd Paperspigot-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`
|