diff --git a/Spigot-API-Patches/Adventure.patch b/Spigot-API-Patches/Adventure.patch index e926e20a9..0de2a6865 100644 --- a/Spigot-API-Patches/Adventure.patch +++ b/Spigot-API-Patches/Adventure.patch @@ -2315,7 +2315,9 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 * @return The title. */ @NotNull -+ public abstract net.kyori.adventure.text.Component title(); ++ public /*abstract*/ net.kyori.adventure.text.Component title() { ++ return net.kyori.adventure.text.serializer.legacy.LegacyComponentSerializer.legacySection().deserialize(this.getTitle()); ++ } + // Paper end + + /** diff --git a/Spigot-API-Patches/Return-chat-component-with-empty-text-instead-of-thr.patch b/Spigot-API-Patches/Return-chat-component-with-empty-text-instead-of-thr.patch index 612e9e1f6..db87f797e 100644 --- a/Spigot-API-Patches/Return-chat-component-with-empty-text-instead-of-thr.patch +++ b/Spigot-API-Patches/Return-chat-component-with-empty-text-instead-of-thr.patch @@ -17,4 +17,4 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 + * @return The title or empty string when title is {@code null}. */ @NotNull - public abstract net.kyori.adventure.text.Component title(); + public /*abstract*/ net.kyori.adventure.text.Component title() {