feature(adventure): Update API to 5.0.1 and platform-mod 6.9.0#755
Open
kezz wants to merge 2 commits intoPaperMC:mainfrom
Open
feature(adventure): Update API to 5.0.1 and platform-mod 6.9.0#755kezz wants to merge 2 commits intoPaperMC:mainfrom
kezz wants to merge 2 commits intoPaperMC:mainfrom
Conversation
Strokkur424
reviewed
Apr 17, 2026
8b96af5 to
d7f138b
Compare
Also updates all javadoc links to the automatic format and pointing to the new hosting location
d7f138b to
7238309
Compare
built with Refined Cloudflare Pages Action⚡ Cloudflare Pages Deployment
|
Strokkur424
requested changes
Apr 17, 2026
|
|
||
| Arguments | ||
| * `_action_`, the type of click event, one of [this list](https://jd.advntr.dev/api/latest/net/kyori/adventure/text/event/ClickEvent.Action.html#enum.constant.summary) | ||
| * `_action_`, the type of click event, one of [this list](https://jd.papermc.io/adventure/net.kyori.adventure.api/net/kyori/adventure/text/event/ClickEvent.Action.html#field-summary) |
Member
There was a problem hiding this comment.
Seems like you forgot to use the jd url thingy
| :::note[Javadocs] | ||
|
|
||
| Adventure's Javadocs for all-things translations can be found [here](https://jd.advntr.dev/api/latest/net/kyori/adventure/translation/package-summary.html). | ||
| Adventure's Javadocs for all-things translations can be found [here](https://jd.papermc.io/adventure/net.kyori.adventure.api/net/kyori/adventure/translation/package-summary.html). |
| [](jd:adventure:net.kyori.adventure.api:net.kyori.adventure.text.Component) instances and other forms of serialized text. | ||
|
|
||
| ### [`GsonComponentSerializer`](https://jd.advntr.dev/text-serializer-gson/latest) | ||
| ### [`JsonComponentSerializer`](https://jd.papermc.io/adventure/net.kyori.adventure.text.serializer.json/module-summary.html) |
Member
There was a problem hiding this comment.
And here too (the whole page, really)
| Dialogs can be closed from the API. There are two ways to achieve that: | ||
|
|
||
| - The intended way of using [`Adventure#closeDialog()`](https://jd.advntr.dev/api/latest/net/kyori/adventure/audience/Audience.html#closeDialog()). | ||
| - The intended way of using [`Adventure#closeDialog()`](https://jd.papermc.io/adventure/net.kyori.adventure.api/net/kyori/adventure/audience/ForwardingAudience.html#closeDialog()). |
|
|
||
| { icon: "github", label: "adventure:GitHub", href: "https://github.com/PaperMC/adventure" }, | ||
| { icon: "seti:java", label: "adventure:Javadoc", href: "https://jd.advntr.dev" }, | ||
| { icon: "seti:java", label: "adventure:Javadoc", href: "https://jd.papermc.io" }, |
Member
There was a problem hiding this comment.
Perhaps we want to directly route to /adventure?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Also updates all javadoc links to the automatic format and pointing to the new hosting location