All Projects → PaperMC → Paper

PaperMC / Paper

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

Programming Languages

java
68154 projects - #9 most used programming language
shell
77523 projects
kotlin
9241 projects

Projects that are alternatives of or similar to Paper

Mohist
Minecraft Forge Hybrid server implementing the Paper/Spigot/Bukkit API, formerly known as Thermos/Cauldron/MCPC+
Stars: ✭ 489 (-90.76%)
Mutual labels:  minecraft, bukkit, minecraft-server, paper
Tuinity
Stars: ✭ 531 (-89.97%)
Mutual labels:  hacktoberfest, minecraft, bukkit, minecraft-server
Origami
Bukkit/Spigot/Paper based Minecraft server used by Minebench.de | Looking for an 1.17 version? If so most patches are PRd into Paper now, Origami 1.17 will continue once patches that Paper wont accept are necessary.
Stars: ✭ 29 (-99.45%)
Mutual labels:  bukkit, paper, minecraft-server, craftbukkit
Essentials
The essential plugin suite for Minecraft servers.
Stars: ✭ 957 (-81.92%)
Mutual labels:  minecraft, bukkit, minecraft-server, paper
Purpur
Purpur is a fork of Paper, Tuinity, and Airplane with the goal of providing new and interesting configuration options, which allow for creating a unique gameplay experience not seen anywhere else
Stars: ✭ 286 (-94.6%)
Mutual labels:  minecraft, bukkit, minecraft-server, paper
Yatopia
The Most Powerful and Feature Rich Minecraft Server Software!
Stars: ✭ 408 (-92.29%)
Mutual labels:  hacktoberfest, minecraft, bukkit, paper
Slimefun4
Slimefun 4 - A unique Spigot/Paper plugin that looks and feels like a modpack. We've been giving you backpacks, jetpacks, reactors and much more since 2013.
Stars: ✭ 369 (-93.03%)
Mutual labels:  hacktoberfest, minecraft, bukkit, paper
pluGET
📦 Powerful Package manager which updates plugins & server software for minecraft servers
Stars: ✭ 87 (-98.36%)
Mutual labels:  bukkit, paper, minecraft-server, papermc
Cardboard
The Bukkit/Spigot/Paper API implementation for Fabric
Stars: ✭ 220 (-95.84%)
Mutual labels:  hacktoberfest, bukkit, paper
Sponge
The SpongeAPI implementation targeting vanilla Minecraft and 3rd party platforms.
Stars: ✭ 241 (-95.45%)
Mutual labels:  hacktoberfest, minecraft, minecraft-server
Crucible
Crucible is a Thermos fork containing various patches for bug fixes and performance improvements. Join our discord to stay updated with the project development.
Stars: ✭ 67 (-98.73%)
Mutual labels:  minecraft, bukkit, papermc
Worldedit
🗺️ Minecraft map editor and mod
Stars: ✭ 2,288 (-56.77%)
Mutual labels:  hacktoberfest, minecraft, bukkit
Viabackwards
Allows the connection of older clients to newer server versions for Minecraft servers.
Stars: ✭ 135 (-97.45%)
Mutual labels:  hacktoberfest, minecraft, bukkit
Islands
A spigot plugin for creating customisable home islands with different biomes. https://www.spigotmc.org/resources/islands-home-islands-system.84303/
Stars: ✭ 18 (-99.66%)
Mutual labels:  bukkit, paper, minecraft-server
Cleanstone
Springboot based Minecraft Server
Stars: ✭ 133 (-97.49%)
Mutual labels:  hacktoberfest, minecraft, minecraft-server
Arclight
A Bukkit(1.15/1.16) server implementation on Forge using Mixin. ⚡
Stars: ✭ 262 (-95.05%)
Mutual labels:  minecraft, bukkit, minecraft-server
dough
Library containing a lot of useful utility classes for the everyday Java and Spigot/Paper developer.
Stars: ✭ 26 (-99.51%)
Mutual labels:  bukkit, paper, papermc
Glowkit
A fork of the Paper (Bukkit) API for use in Glowstone
Stars: ✭ 17 (-99.68%)
Mutual labels:  bukkit, paper, minecraft-api
Purpur
Purpur is a drop-in replacement for Paper servers designed for configurability, and new fun and exciting gameplay features.
Stars: ✭ 1,224 (-76.88%)
Mutual labels:  bukkit, paper, minecraft-server
Plotsquared
PlotSquared - Reinventing the plotworld
Stars: ✭ 284 (-94.63%)
Mutual labels:  minecraft, bukkit, paper

Paper Paper Build Status Discord GitHub Sponsors Open Collective

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>io.papermc.paper</groupId>
    <artifactId>paper-api</artifactId>
    <version>1.18.1-R0.1-SNAPSHOT</version>
    <scope>provided</scope>
</dependency>

Or alternatively, with Gradle:

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

dependencies {
    compileOnly("io.papermc.paper:paper-api:1.18.1-R0.1-SNAPSHOT")
}

java {
    toolchain.languageVersion.set(JavaLanguageVersion.of(17))
}

How To (Compiling Jar From Source)

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

Clone this repo, run ./gradlew applyPatches, then ./gradlew createReobfBundlerJar from your terminal. You can find the compiled jar in the project root's build/libs directory.

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

How To (Pull Request)

See Contributing

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 finanically 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.

JetBrains, creators of the IntelliJ IDEA, supports Paper with one of their Open Source Licenses. IntelliJ IDEA is the recommended IDE for working with Paper, and most of the Paper team uses it.

All our sponsors!
Sponsor Image

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].