blob: 642ef5b331a86d829700bc488e9ced13e8201267 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
|
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)
===========
High performance Spigot fork that aims to fix gameplay and mechanics inconsistencies.
[IRC Support and Project Discussion](http://irc.spi.gt/iris/?channels=PaperSpigot)
[Compiled Builds](http://ci.destroystokyo.com)
[Documentation and wiki](https://github.com/PaperSpigot/PaperSpigot/wiki)
How To
-----------
Init the submodules : `git submodule update --init`
Apply Patches : `./applyPatches.sh`
### Create patch for server ###
`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 ###
`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`
|