Paper/README.md

97 lines
4.3 KiB
Markdown
Raw Permalink Normal View History

2022-12-17 09:53:49 +01:00
Paper [![Paper Build Status](https://img.shields.io/github/actions/workflow/status/PaperMC/Paper/build.yml?branch=master)](https://github.com/PaperMC/Paper/actions)
[![Discord](https://img.shields.io/discord/289587909051416579.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](https://discord.gg/papermc)
[![GitHub Sponsors](https://img.shields.io/github/sponsors/papermc?label=GitHub%20Sponsors)](https://github.com/sponsors/PaperMC)
[![Open Collective](https://img.shields.io/opencollective/all/papermc?label=OpenCollective%20Sponsors)](https://opencollective.com/papermc)
===========
2023-08-13 02:36:26 +02:00
The most widely used, high-performance Minecraft server that aims to fix gameplay and mechanics inconsistencies.
2014-08-19 20:56:57 +02:00
2013-06-16 21:45:21 +02:00
**Support and Project Discussion:**
- [Our forums](https://forums.papermc.io/) or [Discord](https://discord.gg/papermc)
2014-08-19 20:56:57 +02:00
2016-01-26 19:53:16 +01:00
How To (Server Admins)
2014-11-29 22:12:04 +01:00
------
2016-03-29 05:59:04 +02:00
Paperclip is a jar file that you can download and run just like a normal jar file.
Download Paper from our [downloads page](https://papermc.io/downloads/paper).
2014-08-19 20:56:57 +02:00
Run the Paperclip jar directly from your server. Just like old times
2013-06-16 21:45:21 +02:00
* Documentation on using Paper: [docs.papermc.io](https://docs.papermc.io)
* For a sneak peek at upcoming features, [see here](https://github.com/PaperMC/Paper/projects)
How To (Plugin Developers)
------
* See our API patches [here](patches/api)
* See upcoming, pending, and recently added API [here](https://github.com/orgs/PaperMC/projects/2/views/4)
* Paper API javadocs here: [papermc.io/javadocs](https://papermc.io/javadocs/)
#### Repository (for paper-api)
##### Maven
```xml
<repository>
<id>papermc</id>
<url>https://repo.papermc.io/repository/maven-public/</url>
</repository>
```
```xml
<dependency>
2021-06-19 21:03:18 +02:00
<groupId>io.papermc.paper</groupId>
<artifactId>paper-api</artifactId>
2024-04-30 00:16:07 +02:00
<version>1.20.6-R0.1-SNAPSHOT</version>
<scope>provided</scope>
2020-07-02 23:44:14 +02:00
</dependency>
```
##### Gradle
```kotlin
repositories {
maven {
url = uri("https://repo.papermc.io/repository/maven-public/")
}
}
dependencies {
2024-04-30 00:16:07 +02:00
compileOnly("io.papermc.paper:paper-api:1.20.6-R0.1-SNAPSHOT")
}
java {
2024-04-23 19:02:08 +02:00
toolchain.languageVersion.set(JavaLanguageVersion.of(21))
}
```
2016-03-29 05:59:04 +02:00
How To (Compiling Jar From Source)
2016-01-26 19:53:16 +01:00
------
2024-04-23 19:02:08 +02:00
To compile Paper, you need JDK 21 and an internet connection.
2016-01-26 19:53:16 +01:00
Clone this repo, run `./gradlew applyPatches`, then `./gradlew createMojmapBundlerJar` from your terminal. You can find the compiled jar in the project root's `build/libs` directory.
2021-06-19 21:03:18 +02:00
To get a full list of tasks, run `./gradlew tasks`.
2016-01-26 19:53:16 +01:00
2016-03-29 05:59:04 +02:00
How To (Pull Request)
------
2016-03-29 06:07:27 +02:00
See [Contributing](CONTRIBUTING.md)
2016-03-29 05:59:04 +02:00
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](https://opencollective.com/) via the [Open Source Collective fiscal host](https://opencollective.com/opensource) 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](https://papermc.io/sponsors).
You can find our collective [here](https://opencollective.com/papermc), or you can donate via GitHub Sponsors [here](https://github.com/sponsors/PaperMC), which will also go towards the collective.
2016-01-26 19:53:16 +01:00
Special Thanks To:
-------------
[![YourKit-Logo](https://www.yourkit.com/images/yklogo.png)](https://www.yourkit.com/)
2016-01-26 19:53:16 +01:00
[YourKit](https://www.yourkit.com/), makers of the outstanding java profiler, support open source projects of all kinds with their full featured [Java](https://www.yourkit.com/java/profiler) and [.NET](https://www.yourkit.com/.net/profiler) application profilers. We thank them for granting Paper an OSS license so that we can make our software the best it can be.
[<img src="https://user-images.githubusercontent.com/21148213/121807008-8ffc6700-cc52-11eb-96a7-2f6f260f8fda.png" alt="" width="150">](https://www.jetbrains.com)
[JetBrains](https://www.jetbrains.com/), creators of the IntelliJ IDEA, supports Paper with one of their [Open Source Licenses](https://www.jetbrains.com/opensource/). IntelliJ IDEA is the recommended IDE for working with Paper, and most of the Paper team uses it.
All our sponsors!
[![Sponsor Image](https://raw.githubusercontent.com/PaperMC/papermc.io/data/sponsors.png)](https://papermc.io/sponsors)