1
0
Fork 0
mirror of https://github.com/PaperMC/Paper.git synced 2025-02-16 18:31:53 +01:00
High performance Spigot fork that aims to fix gameplay and mechanics inconsistencies https://papermc.io/
Find a file
Aikar 5c048e9ae3 Fix timings task name generation for extreme cases - Fixes
I'm going make a class, and in that class i'm going to
make a method. And in that method, I'm going to make a local class.

And then in that local class, I'm going to make another inner class.

I heard you like complex class trees.
2020-06-08 12:22:40 -04:00
.github/ISSUE_TEMPLATE [CI-SKIP] Update Issue template 2018-09-26 17:22:20 -04:00
licenses
Paper-MojangAPI Rename to AsyncPlayerSendSuggestionsEvent to be consistent in naming 2020-05-02 15:25:55 -04:00
scripts Preload important classes such as Logger and JLine 2020-05-24 13:09:02 -04:00
Spigot-API-Patches Change name and id to get from profile in AsyncPlayerPreLoginEvent () 2020-06-08 04:36:13 +10:00
Spigot-Server-Patches Fix timings task name generation for extreme cases - Fixes 2020-06-08 12:22:40 -04:00
work Updated Upstream (Bukkit/CraftBukkit) 2020-06-01 23:15:47 -04:00
.editorconfig
.gitignore Fix ./paper edit continue for Windows 2020-05-20 04:10:29 +02:00
.gitmodules
.travis.yml [CI-SKIP] Have travis ensure openjdk11 builds run 2018-10-24 16:26:47 -04:00
CONTRIBUTING.md Fix path in CONTRIBUTING.md () 2020-05-20 05:08:37 +02:00
LICENSE.md Add API MinecraftServer#isStopping () 2020-04-11 01:51:35 -04:00
paper Optimize sending packets to nearby locations (sounds/effects) 2020-05-23 17:15:40 -04:00
pom.xml Implement Brigadier Mojang API 2020-04-27 01:37:37 -04:00
README.md [CI-SKIP] Update build badge in README to use proper job 2020-02-08 17:58:39 -06: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.15.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.