Skip to content
High performance Spigot fork that aims to fix gameplay and mechanics inconsistencies
Branch: master
Clone or download
electronicboy Updated Upstream (Bukkit/CraftBukkit)
Upstream has released updates that appears to apply and compile correctly.
This update has not been tested by PaperMC and as with ANY update, please do your own testing

Bukkit Changes:
da08d022 SPIGOT-4700: Add PlayerFishEvent.State.REEL_IN
0cef14e4 Remove draft API from selectEntities

CraftBukkit Changes:
a46fdbc6 Remove outdated build delay.
3697519b SPIGOT-4708: Fix ExactChoice recipes neglecting material
9ead7009 SPIGOT-4677: Add minecraft.admin.command_feedback permission
c3749a23 Remove the Damage tag from items when it is 0.
f74c7b95 SPIGOT-4706: Can't interact with active item
494eef45 Mention requirement of JIRA ticket for bug fixes
51d62dec SPIGOT-4702: Exception when middle clicking certain slots
be557e69 SPIGOT-4700: Add PlayerFishEvent.State.REEL_IN
Latest commit fb25dc1 Apr 22, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github/ISSUE_TEMPLATE [CI-SKIP] Update Issue template Sep 26, 2018
Spigot-API-Patches Updated Upstream (Bukkit/CraftBukkit) Apr 22, 2019
Spigot-Server-Patches Updated Upstream (Bukkit/CraftBukkit) Apr 22, 2019
licenses [CI-SKIP] Clarify project licensing Mar 7, 2018
removed Don't try to read the data outside of the try-catch Apr 15, 2019
scripts [CI-SKIP] Update makemcdevsrc.sh (#1950) Apr 8, 2019
work Updated Upstream (Bukkit/CraftBukkit) Apr 22, 2019
.editorconfig [CI-SKIP] add .editorconfig for base code style settings Aug 7, 2018
.gitignore Ensure entity is always dying before Death Event Sep 11, 2018
.gitmodules Cleanup and restructure the project Apr 2, 2016
.travis.yml [CI-SKIP] Have travis ensure openjdk11 builds run Oct 24, 2018
CONTRIBUTING.md [CI-SKIP] Add note on 1.12.2 status to CONTRIBUTING.md Sep 11, 2018
LICENSE.md Change the reserved channel check to be sensible (#1610) Dec 1, 2018
README.md
paper Try and make zsh complain less Oct 24, 2018
pom.xml Fix up maven stuff hopefully Sep 22, 2018

README.md

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.13.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.

You can’t perform that action at this time.