mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-25 03:55:14 +01:00
Update README.md, thanks YourKit
This commit is contained in:
parent
02ac7a0e88
commit
20cd938371
26
README.md
26
README.md
@ -1,4 +1,4 @@
|
||||
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)
|
||||
PaperSpigot [![CI Status](http://ci.destroystokyo.com/buildStatus/icon?job=PaperSpigot)](http://ci.destroystokyo.com/job/PaperSpigot/)
|
||||
===========
|
||||
|
||||
High performance Spigot fork that aims to fix gameplay and mechanics inconsistencies.
|
||||
@ -8,11 +8,25 @@ High performance Spigot fork that aims to fix gameplay and mechanics inconsisten
|
||||
|
||||
|
||||
|
||||
How To
|
||||
How To (Server Admins)
|
||||
------
|
||||
Download a copy of PaperTools.jar from our buildserver here:
|
||||
https://ci.destroystokyo.com/job/PaperSpigot-BuildTools/
|
||||
Download a copy of Paperclip.jar from our buildserver here:
|
||||
https://ci.destroystokyo.com/job/PaperSpigot/
|
||||
|
||||
Place PaperTools.jar into an empty directory and run it with `java -jar PaperTools.jar` from Git-Bash/Bash
|
||||
Run the PaperClip jar directly from your server. Just like old times
|
||||
|
||||
It requires you have git installed on your local system as well as **JDK 8** or above.
|
||||
PaperSpigot requires **JRE 8** or above.
|
||||
|
||||
|
||||
How To (Compiling From Source)
|
||||
------
|
||||
To compile PaperSpigot, you need JDK8, maven, and an internet connection.
|
||||
|
||||
Clone this repo, run ./build.sh from *bash*, get files.
|
||||
|
||||
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 PaperSpigot an OSS license so that we can make our software the best it can be.
|
Loading…
Reference in New Issue
Block a user