Zurück zum Ranking

PaperMC/Paper

Javapapermc.io/software/paper

The most widely used, high performance Minecraft server that aims to fix gameplay and mechanics inconsistencies

minecraftbukkitminecraft-serverminecraft-apiminecraft-performancetacosjavapaperpaper-apipapermc
Sterne-Wachstum
Sterne
12.5k
Forks
3.5k
Wochenwachstum
Issues
495
5k10k
Jan. 2016Juli 2019Jan. 2023Juli 2026
ArtefakteMavengit clone https://github.com/PaperMC/Paper.git
README

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

Ähnliche Repositories
louis-e/arnis

Generate any location from the real world in Minecraft with a high level of detail.

Rustcrates.ioApache License 2.0minecraftopenstreetmap
arnismc.com
17.1k1.4k
IdreesInc/Monocraft

A monospaced programming font inspired by the Minecraft typeface

PythonPyPISIL Open Font License 1.1fontligatures
discord.gg/6yxE9prcNc
11.1k158
fogleman/Craft

A simple Minecraft clone written in C using modern OpenGL (shaders).

CMIT Licensecopengl
michaelfogleman.com/craft/
11.1k1.4k
PrismLauncher/PrismLauncher

A custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once (Fork of MultiMC)

C++GNU General Public License v3.0cppfabricmc
prismlauncher.org
9.9k1.5k
HMCL-dev/HMCL

A Minecraft Launcher which is multi-functional, cross-platform and popular

JavaMavenGNU General Public License v3.0javafxminecraft-launcher
hmcl.huangyuhui.net
9.7k907
PojavLauncherTeam/PojavLauncher

A Minecraft: Java Edition Launcher for Android and iOS based on Boardwalk. Succeeded by https://github.com/AngelAuraMC/Amethyst-Android

JavaMavenGNU Lesser General Public License v3.0minecraft-launcherminecraft
9.2k2.2k
cabaletta/baritone

google maps for block game

JavaMavenGNU Lesser General Public License v3.0minecraftforgegradle
9k2k
dnschneid/crouton

Chromium OS Universal Chroot Environment (EOL)

ShellBSD 3-Clause "New" or "Revised" Licensechrootshell
git.io/JZEs0
8.6k1.3k
Pumpkin-MC/Pumpkin

Empowering everyone to host fast and efficient Minecraft servers.

Rustcrates.ioGNU General Public License v3.0minecraftminecraft-server
pumpkinmc.org
8k564
MinecraftForge/MinecraftForge

Modifications to the Minecraft base files to assist in compatibility between mods. New Discord: https://discord.minecraftforge.net/

JavaMavenOtherjavaforge
files.minecraftforge.net
7.7k2.8k
PrismarineJS/mineflayer

Create Minecraft bots with a powerful, stable, and high level JavaScript API.

JavaScriptnpmMIT Licensebotnodejs
prismarinejs.github.io/mineflayer/
7.2k1.4k
MineDojo/Voyager

An Open-Ended Embodied Agent with Large Language Models

JavaScriptnpmMIT Licenselarge-language-modelsembodied-learning
voyager.minedojo.org
7.1k690