Paper/README.md

57 lines
2.4 KiB
Markdown
Raw Normal View History

2016-02-29 23:09:49 +00:00
Paper [![CI Status](http://ci.destroystokyo.com/buildStatus/icon?job=PaperSpigot)](http://ci.destroystokyo.com/job/PaperSpigot/)
===========
2014-07-04 20:34:50 +00:00
High performance Spigot fork that aims to fix gameplay and mechanics inconsistencies.
2014-08-19 18:56:57 +00:00
2014-07-04 20:34:50 +00:00
[IRC Support and Project Discussion](http://irc.spi.gt/iris/?channels=PaperSpigot)
2013-06-16 19:45:21 +00:00
2014-08-19 18:56:57 +00:00
2016-03-29 03:59:04 +00:00
Documentation
------
Access the paper docs here: [paper.readthedocs.org](https://paper.readthedocs.org/)
2014-11-29 21:15:05 +00:00
2016-01-26 18:53:16 +00:00
How To (Server Admins)
2014-11-29 21:12:04 +00:00
------
2016-03-29 03:59:04 +00:00
Paperclip is a jar file that you can download and run just like a normal jar file.
2016-01-26 18:53:16 +00:00
Download a copy of Paperclip.jar from our buildserver here:
https://ci.destroystokyo.com/job/PaperSpigot/
2014-08-19 18:56:57 +00:00
Run the Paperclip jar directly from your server. Just like old times
2013-06-16 19:45:21 +00:00
2016-03-29 03:59:04 +00:00
Paper requires [**Java 8**](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html) or above.
2016-01-26 18:53:16 +00:00
2016-03-29 03:59:04 +00:00
How To (Compiling Jar From Source)
2016-01-26 18:53:16 +00:00
------
To compile Paper, you need JDK 8, maven, and an internet connection.
2016-01-26 18:53:16 +00:00
2016-03-29 03:59:04 +00:00
Clone this repo, run `./build.sh --jar` from *bash*, get files.
Leave off --jar if you only wish to resync your checkout and not create a paperclip jar file just yet.
2016-01-26 18:53:16 +00:00
2016-03-29 03:59:04 +00:00
How To (Pull Request)
------
Clone this repo, run `./build.sh` from *bash*, get files.
Load Paper-API and Paper-Server into your IDE, make changes.
Commit your changes in each retrospective folder.
If you are editing a previous patch, commit, and then use `git rebase -i upstream/upstream`
and then move your commit line to the commit you are editing and use code "f" or "s"
Once your commit is in place, cd back into Paper folder, and type `./rebuildPatches.sh`
You should now see either a new patch or an edited patch in your `git status`
Now, write a commit message for the patch files. For new patches, you can just repeat the commit message used in the patch commit itself, but if editing, explain what the change to the patch is.
now `git checkout -b someBranchName`, then `git remote add myorigin git@github.com:myname/Paper` and `git push myorigin someBranchName` and then proceed to PR.
2016-01-26 18:53:16 +00:00
Special Thanks To:
-------------
![YourKit-Logo](https://www.yourkit.com/images/yklogo.png)
[YourKit](http://www.yourkit.com/), makers of the outstanding java profiler, support open source projects of all kinds with their full featured [Java](https://www.yourkit.com/java/profiler/index.jsp) and [.NET](https://www.yourkit.com/.net/profiler/index.jsp) application profilers. We thank them for granting Paper an OSS license so that we can make our software the best it can be.