2018-09-12 01:50:07 +02:00
Paper [![Build Status ](https://papermc.io/ci/job/Paper/badge/icon )](https://papermc.io/ci/job/Paper/)
2013-01-15 02:18:40 +01:00
===========
2014-07-04 22:34:50 +02:00
High performance Spigot fork that aims to fix gameplay and mechanics inconsistencies.
2014-08-19 20:56:57 +02:00
2013-06-16 21:45:21 +02:00
2018-09-12 01:50:07 +02:00
**Support and Project Discussion:**
- [IRC ](http://irc.spi.gt/iris/?channels=paper ) or [Discord ](https://discord.gg/jETyjUw )
2018-05-19 08:29:05 +02:00
2014-08-19 20:56:57 +02:00
2016-01-26 19:53:16 +01:00
How To (Server Admins)
2014-11-29 22:12:04 +01:00
------
2016-03-29 05:59:04 +02:00
Paperclip is a jar file that you can download and run just like a normal jar file.
2018-10-30 00:55:36 +01:00
Download Paper from our [downloads page ](https://papermc.io/downloads ).
2014-08-19 20:56:57 +02:00
2016-03-21 01:32:00 +01:00
Run the Paperclip jar directly from your server. Just like old times
2013-06-16 21:45:21 +02:00
2018-09-12 01:50:07 +02:00
* Documentation on using Paper: [paper.readthedocs.io ](https://paper.readthedocs.io/ )
* For a sneak peak on upcoming features, [see here ](https://github.com/PaperMC/Paper/projects )
How To (Plugin Developers)
------
* See our API patches [here ](Spigot-API-Patches )
* See upcoming, pending, and recently added API [here ](https://github.com/PaperMC/Paper/projects/6 )
* Paper API javadocs here: [papermc.io/javadocs ](https://papermc.io/javadocs/ )
2018-09-23 19:52:37 +02:00
* Maven Repo (for paper-api):
```xml
< repository >
< id > papermc< / id >
< url > https://papermc.io/repo/repository/maven-public/< / url >
< / repository >
```
* Artifact Information:
```xml
< dependency >
< groupId > com.destroystokyo.paper< / groupId >
< artifactId > paper-api< / artifactId >
2018-11-06 15:24:32 +01:00
< version > 1.13.2-R0.1-SNAPSHOT< / version >
2018-09-23 19:52:37 +02:00
< scope > provided< / scope >
< / dependency >
```
2016-01-26 19:53:16 +01:00
2016-03-29 05:59:04 +02:00
How To (Compiling Jar From Source)
2016-01-26 19:53:16 +01:00
------
2016-03-21 01:32:00 +01:00
To compile Paper, you need JDK 8, maven, and an internet connection.
2016-01-26 19:53:16 +01:00
2016-04-03 11:51:14 +02:00
Clone this repo, run `./paper jar` from *bash* , get files.
2016-01-26 19:53:16 +01:00
2016-03-29 05:59:04 +02:00
How To (Pull Request)
------
2016-03-29 06:07:27 +02:00
See [Contributing ](CONTRIBUTING.md )
2016-03-29 05:59:04 +02:00
2016-01-26 19:53:16 +01:00
Special Thanks To:
-------------
![YourKit-Logo ](https://www.yourkit.com/images/yklogo.png )
2016-03-21 01:32:00 +01:00
[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.