Paper

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

Github星跟踪图

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.

主要指标

概览
名称与所有者PaperMC/Paper
主编程语言Java
编程语言Shell (语言数: 2)
平台
许可证Other
所有者活动
创建于2016-01-22 05:40:19
推送于2025-07-27 16:39:52
最后一次提交
发布数4
最新版本名称1.21.7 (发布于 2025-07-17 16:07:46)
第一版名称1.21.4 (发布于 2025-04-12 16:09:53)
用户参与
星数11.3k
关注者数167
派生数2.6k
提交数19.5k
已启用问题?
问题数7029
打开的问题数370
拉请求数3541
打开的拉请求数101
关闭的拉请求数1698
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?