No description
Find a file
Jason Penilla 11502e7a8f
[ci skip] Add agent guidelines (#14172)
Not an official policy or stance, but should help steer agents and their users towards more thoughtful contributions. This is more of an experiment in reducing the triage workload without adding more strict processes like other projects have done (i.e. Ghostty, Pi, Herdr).

Things that might cause us to revisit this:
- Someone on the team starts using cloud agents for Paper or similar, we may need to adjust the maintainer check instruction
- The amount of tokens this adds (or behaviors it causes) ends up being a problem for us or external users who follow the guidelines
- Future models need less explicit instructions
2026-08-09 12:42:56 -07:00
.checkstyle Checkstyle configuration for API (#11859) 2026-08-07 16:36:45 +02:00
.github Checkstyle configuration for API (#11859) 2026-08-07 16:36:45 +02:00
build-data Add Player#unsetFixedPose (#12853) 2026-08-02 22:32:48 +02:00
gradle/wrapper Implement new version schema: <mcver>.build.<paper_build_no>-<paper_status> / <mcver>.local-SNAPSHOT 2026-04-10 14:39:00 +02:00
licenses [ci skip] add missing final newline (#8659) 2022-12-13 05:16:45 -08:00
paper-api Checkstyle configuration for API (#11859) 2026-08-07 16:36:45 +02:00
paper-checkstyle Checkstyle configuration for API (#11859) 2026-08-07 16:36:45 +02:00
paper-generator Add entity removal reason API (#13075) 2026-08-07 14:05:34 +00:00
paper-server [ci skip] make file patches compilable 2026-08-09 16:50:36 +02:00
scripts Start updating contributing docs 2024-12-12 10:58:58 +01:00
test-plugin [ci skip] Fixed accidently test plugin changes 2026-05-16 23:34:09 +01:00
.editorconfig Checkstyle configuration for API (#11859) 2026-08-07 16:36:45 +02:00
.gitattributes [ci skip] update editorconfig and gitattributes (#9608) 2023-08-21 19:16:03 -07:00
.gitignore Change world storage layout to be closer to vanilla & implement migration (#13736) 2026-04-10 14:39:00 +02:00
AGENTS.md [ci skip] Add agent guidelines (#14172) 2026-08-09 12:42:56 -07:00
build.gradle.kts Checkstyle configuration for API (#11859) 2026-08-07 16:36:45 +02:00
CLAUDE.md [ci skip] Add agent guidelines (#14172) 2026-08-09 12:42:56 -07:00
CONTRIBUTING.md [ci skip] Add agent guidelines (#14172) 2026-08-09 12:42:56 -07:00
gradle.properties Change build channel to stable 2026-07-26 18:56:36 +02:00
gradlew Implement new version schema: <mcver>.build.<paper_build_no>-<paper_status> / <mcver>.local-SNAPSHOT 2026-04-10 14:39:00 +02:00
gradlew.bat Update Gradle wrapper to 9.1.0 2025-09-29 17:36:09 -07:00
LICENSE.md [ci skip] Update MIT License authors list (#14134) 2026-08-02 21:20:15 +02:00
README.md [ci skip] Add missing period to README.md (#14068) 2026-07-15 17:09:26 +02:00
SECURITY.md [ci skip] Create SECURITY.md (#11331) 2024-08-27 18:12:32 +02:00
settings.gradle.kts Checkstyle configuration for API (#11859) 2026-08-07 16:36:45 +02:00

Paper Version Paper Build Status Discord GitHub Sponsors Open Collective

The most widely used, high-performance Minecraft server 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)

Repository (for paper-api)

See the docs for more details.

Gradle
repositories {
    maven {
        url = uri("https://repo.papermc.io/repository/maven-public/")
    }
}

dependencies {
    compileOnly("io.papermc.paper:paper-api:26.2.build.+")
}

java {
    toolchain.languageVersion.set(JavaLanguageVersion.of(25))
}
Maven
<repository>
    <id>papermc</id>
    <url>https://repo.papermc.io/repository/maven-public/</url>
</repository>
<dependency>
    <groupId>io.papermc.paper</groupId>
    <artifactId>paper-api</artifactId>
    <version>[26.2.build,)</version>
    <scope>provided</scope>
</dependency>

How To (Compiling Jar From Source)

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

Clone this repo, run ./gradlew applyPatches, then ./gradlew createPaperclipJar from your terminal. You can find the compiled jar in the paper-server/build/libs directory.

To get a full list of tasks, run ./gradlew tasks.

How To (Pull Request)

See Contributing

Old Versions (1.21.3 and below)

For branches of versions 1.8-1.21.3, please see our archive repository.

Support Us

First of all, thank you for considering helping out, we really appreciate that!

PaperMC has various recurring expenses, mostly related to infrastructure. Paper uses Open Collective via the Open Source Collective fiscal host to manage expenses. Open Collective allows us to be extremely transparent, so you can always see how your donations are used. You can read more about financially supporting PaperMC on our website.

You can find our collective here, or you can donate via GitHub Sponsors here, which will also go towards the collective.

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.

All our sponsors!
Sponsor Image