#❗ 1.19
1 messages · Page 1 of 1 (latest)
Your favorite streamer @dim flare is back at it again, updating paper to the steaming hot 1.19.1 builds, come hang out!
https://www.twitch.tv/kennytvn
1.19.1 builds are now available on the website! Make sure you make backups before you update - you cannot downgrade to an earlier version again. 
We are aware that Minecraft 1.19 will be releasing soon, and our team will begin working on updating Paper as soon as we are able to. Thank you for your patience.
We are aware that Minecraft 1.19 is now out, and we are as excited as you are to start updating Paper, however we need to wait until Spigot is released.
In the meantime you can watch this cool video from slicedlime looking at all the cool new things in 1.19: https://www.youtube.com/watch?v=FilshvX7SH8
Today is the release date for Minecraft 1.19 - the Wild Update with 2 new biomes, 4 new mobs, mangrove wood, sculk blocks, chest boats, goat horns and much more. Here's a comprehensive guide to the changes! #minecraftemployee
While many of the changes match between editions, this video is made for Minecraft Java Edition.
slicedlime works as a ...
We are aware that SpigotMC is in the process of releasing initial 1.19 builds. We will begin updating Paper and related projects as soon as possible.
We are in voicechat and stream the update process! Feel free to join us in #851516819177209878 or watch the update via https://twitch.tv/PaperPowered (that channel is not streaming, but hosting the channels that are streaming, currently https://twitch.tv/kennytvn)
We’re at about 250 server patches, with lots of both large and small ones still left. Please understand that we cannot give you any ETA, but it is definitely going to take more than just a few days.
Right now, you can watch leaf update more patches live on Twitch or join the voice chat.
Spottedleaf taking over from kennytv's work & continuing the 1.19 update at https://www.twitch.tv/spottedstar now
We're at over 750 (out of 900+) patches now, tho there is still a good number of complex ones left! After updating the patches initially, we also need to go back and fix a lot of compilation errors, update code around chat events and generally make sure to hunt down and eliminate small mistakes that creep up in the process. 🦜
At the moment I'm also streaming the update process again: https://twitch.tv/kennytvn
All but a few patches have been finished; those may take a bit longer, and otherwise it is now onto actually making is usable
https://i.imgur.com/ykK1OYi.jpeg
@dapper heart has made a little test server that automatically loads up the latest commit from GitHub. If you want to see how buggy everything is right now or just watch some chaos, you can join paper.iptables.sh
Patches are basically done other than two more important chunk system patches, and a few major issues have already been ironed out, but we are still not ready to give you experimental builds just yet. If you cannot wait, feel free to build Paper yourself to test on test servers in the meantime (with a good chance of breaking your world/server). 
Good news for plugin developers: The preliminary 1.19 API & 1.19 devbundle is now available via our repository:
compileOnly("io.papermc.paper:paper-api:1.19-R0.1-SNAPSHOT")
paperDevBundle("1.19-R0.1-SNAPSHOT")
See https://papermc.io/using-the-api for full examples with Maven & Gradle
Experimental test builds for Paper 1.19 are here!
With only a few smaller patches still missing, we'd like to get some initial feedback and start squashing any bugs introduced in the update.
Major Configuration Changes
In addition to supporting Minecraft 1.19, this update comes with some significant changes to how Paper handles its configuration. Instead of having a single paper.yml file for all worlds, there are now two files in a newly created config directory: paper-global.yml, where you can configure options that apply to the whole server, and paper-world-defaults.yml, where you can set default per-world values. Inside each world folder, Paper will create an additional empty configuration file: paper-world.yml. Inside this file, you can override anything from paper-world-defaults.yml on a per-world basis. In addition to this split, much of the configuration has been reorganized and modernized. Notably, all legacy text (& or § codes) has been replaced with MiniMessage. This migration will occur automatically. MiniMessage is a modern, human-friendly component serialization format with full support of translatable components, RGB colors, gradients, and more. Read more about the format https://docs.adventure.kyori.net/minimessage/format.html and give it a try with the live-previewing webui https://webui.adventure.kyori.net
A point of focus for this build is to ensure configuration migration is working correctly! Everything from your current paper.yml should be migrated to the new format. Please verify this and report any migration issues! Your current paper.yml will be backed up before any migration takes place.
We will update our documentation to reflect these changes soon™️. Want to help out? Sneak into our #docs-website channel. For the moment, see https://github.com/PaperMC/Paper/pull/7609 for more information. This migration also comes with many exciting internal changes making config migrations and adding new options a breeze. For plugin developers: note that Configurate, the library now used to manage Paper configuration, is not currently exposed as API. This may change in the future.
Experimental Downloads
Discord marks any link ending with .jar as potentially malicious. Click Continue to download (left of Okay) to download. This warning is not related to the contents of the file.
Reobfuscated (normal):
<removed>
MD5 hash: ffd6225e820927fd8b27d9c129ab2a9b
Mojang Mapped (if you do not know what this is, use reobfuscated):
<removed>
MD5 hash: 5ee5fc9780ad8f6ee8e417112954f715
See our website for downloads
**
THESE BUILDS ARE NOT MEANT TO BE RUN IN PRODUCTION 
**
If you encounter any issues, please create an issue at https://github.com/PaperMC/Paper/issues/new - We're releasing these builds to find bugs before they become a real issue! Please additionally specify if you are running a Mojang mapped jar.
Config migration issues specifically you can report under this issue: https://github.com/PaperMC/Paper/issues/7913
If you're not sure if you have a bug or not, do not hesitate to reach out in #paper-help beforehand.
The downloads above have been updated to experimental builds number 2, fixing lighting and config migration errors.
If you run into configuration migration errors, please comment under this issue: https://github.com/PaperMC/Paper/issues/7913 (and create a new issue for other errors or problems)
Updated to builds number 3, fixing an improperly built file. 
Experimental build 4 has been released fixing yet more lighting and config migration issues.
Reobfuscated (normal):
<removed> - see previous message for updates
MD5 hash: 117be18956ab900e8601a42591d57605
Mojang Mapped (if you do not know what this is, use reobfuscated):
<removed> - see previous message for updates
MD5 hash: eecef795be1edd58c13fc741cb3457b6
Experimental build 5 has been released, fixing more config migration issues (see the original announcement above for download links). 📃
for devs: Just republished the dev bundle + API
Experimental build 6 has been released, updating the last remaining patches and fixing various issues (see the original announcement above for download links).
Please note that for the next major update, we will most likely publish these kind of builds to our downloads API under the "experimental" channel, so if you have auto-updaters or something where you would only want "default" builds to be listed, make sure to adjust your API usage within the next few months. See https://api.papermc.io/docs/swagger-ui/index.html?configUrl=/openapi/swagger-config#/version-build-controller/build for an example of the channel in a response.
Experimental (!) Paper builds are now available through our downloads API and on the website: https://papermc.io/downloads (you need to open the Paper 1.19 tab on the site; if it doesn't immediately show up, please refer to https://shouldiblamecaching.com/) 
A full announcement with changes and a return to the default channel will hopefully happen within a few days, assuming we find no major issues once more people start testing the builds.
Initial builds of Paper for 1.19 are now available on the default channel - see https://forums.papermc.io/threads/paper-1-19.344/ for more details.
