No description
Find a file
2026-08-06 19:43:20 +01:00
.github [ci skip] Update action-pr-publishing 2026-08-02 17:12:32 +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 Remove experimental annotations from a lot of API (#14106) 2026-08-06 12:24:52 +02:00
paper-generator Add registry api for trim patterns and materials (#12812) 2026-07-06 19:32:15 +02:00
paper-server Remove unnecessary 100ms delay on shutdown (#14139) 2026-08-06 19:43:20 +01: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 1.21.5 2025-04-12 17:27:00 +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
build.gradle.kts [ci skip] Move paperweight and mache to non snapshots 2026-06-02 20:08:53 +02:00
CONTRIBUTING.md [ci skip] Mention documenting new config options in CONTRIBUTING.md (#13664) 2026-05-03 16:43:03 -04: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 Implement new version schema: <mcver>.build.<paper_build_no>-<paper_status> / <mcver>.local-SNAPSHOT 2026-04-10 14:39:00 +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