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)
===========
The most widely used, high-performance Minecraft server that aims to fix gameplay and mechanics inconsistencies.
**Support and Project Discussion:**
- [Our forums](https://forums.papermc.io/) or [Discord](https://discord.gg/papermc)
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](https://papermc.io/downloads/paper).
Run the Paperclip jar directly from your server. Just like old times
* 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>
<groupId>io.papermc.paper</groupId>
<artifactId>paper-api</artifactId>
<version>1.20.6-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
```
##### Gradle
```kotlin
repositories {
maven {
url = uri("https://repo.papermc.io/repository/maven-public/")
}
}
dependencies {
compileOnly("io.papermc.paper:paper-api:1.20.6-R0.1-SNAPSHOT")
}
java {
toolchain.languageVersion.set(JavaLanguageVersion.of(21))
}
```
How To (Compiling Jar From Source)
------
To compile Paper, you need JDK 21 and an internet connection.
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.
To get a full list of tasks, run `./gradlew tasks`.
How To (Pull Request)
------
See [Contributing](CONTRIBUTING.md)
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.
Special Thanks To:
-------------
[![YourKit-Logo](https://www.yourkit.com/images/yklogo.png)](https://www.yourkit.com/)
[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)
没有合适的资源?快使用搜索试试~ 我知道了~
现代化 Minecraft 服务端
共1606个文件
patch:1534个
java:33个
yml:11个
1.该资源内容由用户上传,如若侵权请联系客服进行举报
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
版权申诉
0 下载量 60 浏览量
2024-05-14
09:27:10
上传
评论
收藏 3.35MB ZIP 举报
温馨提示
一个现代化的 Minecraft 服务端,通过快速、安全的软件和扩展的插件 API 改善了 Minecraft 的生态系统。它提供了快速发布和有用的支持,被广泛使用,并以其出色的性能和稳定性而闻名,为玩家提供了优质的游戏体验和丰富的插件生态。
资源推荐
资源详情
资源评论
收起资源包目录
现代化 Minecraft 服务端 (1606个子文件)
paper.at 1KB
wideners.at 539B
gradlew.bat 3KB
CODEOWNERS 68B
.editorconfig 877B
.gitattributes 91B
.gitignore 825B
.gitmodules 448B
gradlew 8KB
gradle-wrapper.jar 42KB
VanillaGoal.java 35KB
MobGoalNames.java 17KB
BiomeKeys.java 16KB
GameEventKeys.java 15KB
MobGoalGenerator.java 14KB
DamageTypeKeys.java 12KB
EnchantmentKeys.java 11KB
MobEffectKeys.java 11KB
GeneratedKeyType.java 10KB
StructureKeys.java 10KB
Registration.java 8KB
ExampleAdminCommand.java 7KB
TrimPatternKeys.java 5KB
StructureTypeKeys.java 5KB
TrimMaterialKeys.java 4KB
WolfVariantKeys.java 3KB
MaterialArgumentType.java 3KB
InstrumentKeys.java 3KB
Main.java 3KB
Generators.java 3KB
Annotations.java 2KB
IceCreamTypeArgument.java 2KB
Formatting.java 2KB
MobGoalConverterTest.java 1KB
CollectingContext.java 1KB
SimpleGenerator.java 973B
ComponentCommandExceptionType.java 961B
Javadocs.java 875B
TestPluginBootstrap.java 428B
TestPlugin.java 389B
TestPluginLoader.java 347B
SourceGenerator.java 185B
IceCreamType.java 153B
build.gradle.kts 9KB
settings.gradle.kts 2KB
build.gradle.kts 1KB
build.gradle.kts 396B
GPL.md 34KB
CONTRIBUTING.md 23KB
README.md 4KB
LICENSE.md 3KB
MIT.md 1KB
0975-Rewrite-dataconverter-system.patch 1.85MB
0980-Rewrite-chunk-system.patch 995KB
0009-MC-Utils.patch 335KB
0019-Paper-Plugins.patch 332KB
0010-Adventure.patch 319KB
0979-Starlight.patch 247KB
0005-Paper-config-files.patch 243KB
0007-ConcurrentUtil.patch 241KB
0006-Adventure.patch 227KB
1012-Collision-optimisations.patch 213KB
0011-Timings-v2.patch 139KB
1048-Brigadier-based-command-API.patch 129KB
0009-Paper-Plugins.patch 114KB
0023-Timings-v2.patch 101KB
0991-Anti-Xray.patch 89KB
0172-Fix-Spigot-annotation-mistakes.patch 84KB
0020-Plugin-remapping.patch 80KB
0056-Fix-upstream-javadocs.patch 77KB
0478-Brigadier-based-command-API.patch 76KB
1016-Add-Alternate-Current-redstone-implementation.patch 73KB
0440-add-missing-Experimental-annotations.patch 64KB
0485-Add-RegistryAccess-for-managing-Registries.patch 61KB
0869-Folia-scheduler-and-owned-region-API.patch 58KB
1005-Optimise-general-POI-access.patch 58KB
1002-Eigencraft-redstone-implementation.patch 57KB
0573-Missing-Entity-API.patch 56KB
1041-improve-checking-handled-tags-in-itemmeta.patch 49KB
0294-Missing-Entity-API.patch 49KB
0153-Add-Material-Tags.patch 45KB
0989-Entity-Activation-Range-2.0.patch 43KB
1009-Attempt-to-recalculate-regionfile-header-if-it-is-co.patch 43KB
0952-Add-Lifecycle-Event-system.patch 40KB
0407-Folia-scheduler-and-owned-region-API.patch 40KB
0558-Add-PlayerKickEvent-causes.patch 39KB
0099-LootTable-API-and-replenishable-lootables.patch 36KB
0011-Use-TerminalConsoleAppender-for-console-improvements.patch 34KB
0022-Remap-reflection-calls-in-plugins-using-internals.patch 34KB
0362-Implement-Mob-Goal-API.patch 34KB
1042-General-ItemMeta-fixes.patch 33KB
1019-Optimize-Hoppers.patch 33KB
0140-Basic-PlayerProfile-API.patch 31KB
0996-Improved-Watchdog-Support.patch 31KB
0001-Setup-Gradle-project.patch 31KB
0017-Paper-command.patch 30KB
0695-More-Projectile-API.patch 29KB
0018-Paper-Metrics.patch 28KB
0015-Deobfuscate-stacktraces-in-log-messages-crash-report.patch 27KB
0802-Fix-inconsistencies-in-dispense-events-regarding-sta.patch 27KB
共 1606 条
- 1
- 2
- 3
- 4
- 5
- 6
- 17
资源评论
UnknownToKnown
- 粉丝: 1w+
- 资源: 773
下载权益
C知道特权
VIP文章
课程特权
开通VIP
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功