2
0
mirror of https://github.com/PaperMC/Paper.git synced 2025-03-01 15:25:42 +08:00
Go to file
Shane Freeder 6048122e23
Revert "Optimize Pathfinding"
This patch appears to be causing some issues with 1.14.3 entity AI
2019-06-25 20:18:50 +01:00
.github/ISSUE_TEMPLATE
licenses
removed Revert "Optimize Persistent Data loading" (Fixes ) 2019-06-25 05:14:30 +01:00
scripts Move presource patches out of work/ 2019-06-16 14:34:36 -05:00
Spigot-API-Patches Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-06-25 14:55:44 +01:00
Spigot-Server-Patches Revert "Optimize Pathfinding" 2019-06-25 20:18:50 +01:00
work Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-06-25 14:55:44 +01:00
.editorconfig
.gitignore Hey vscode, get your files outta my repo 2019-06-08 15:38:10 -05:00
.gitmodules
.travis.yml
CONTRIBUTING.md
LICENSE.md Change the reserved channel check to be sensible () 2018-11-30 19:08:31 -05:00
paper
pom.xml
README.md [CI-SKIP] Update README.md 2019-06-08 16:06:07 -05:00

Paper Build Status

High performance Spigot fork that aims to fix gameplay and mechanics inconsistencies.

Support and Project Discussion:

How To (Server Admins)

Paperclip is a jar file that you can download and run just like a normal jar file.

Download Paper from our downloads page.

Run the Paperclip jar directly from your server. Just like old times

How To (Plugin Developers)

  • See our API patches here
  • See upcoming, pending, and recently added API here
  • Paper API javadocs here: papermc.io/javadocs
  • Maven Repo (for paper-api):
<repository>
    <id>papermc</id>
    <url>https://papermc.io/repo/repository/maven-public/</url>
</repository>
  • Artifact Information:
<dependency>
    <groupId>com.destroystokyo.paper</groupId>
    <artifactId>paper-api</artifactId>
    <version>1.14.2-R0.1-SNAPSHOT</version>
    <scope>provided</scope>
 </dependency>

How To (Compiling Jar From Source)

To compile Paper, you need JDK 8, maven, and an internet connection.

Clone this repo, run ./paper jar from bash, get files.

How To (Pull Request)

See Contributing

Special Thanks To:

YourKit-Logo

YourKit, makers of the outstanding java profiler, support open source projects of all kinds with their full featured Java and .NET application profilers. We thank them for granting Paper an OSS license so that we can make our software the best it can be.