Skip to content

Add adventure support for bukkit bossbars#13694

Closed
harrybridgen wants to merge 1 commit intoPaperMC:mainfrom
harrybridgen:adventure-bossbar
Closed

Add adventure support for bukkit bossbars#13694
harrybridgen wants to merge 1 commit intoPaperMC:mainfrom
harrybridgen:adventure-bossbar

Conversation

@harrybridgen
Copy link

@harrybridgen harrybridgen commented Mar 10, 2026

Closed

@harrybridgen harrybridgen requested a review from a team as a code owner March 10, 2026 19:01
@github-project-automation github-project-automation bot moved this to Awaiting review in Paper PR Queue Mar 10, 2026
import org.jetbrains.annotations.Nullable;

public interface BossBar {
// Paper start
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

// Paper comments are not required in api/server classes, only in minecraft classes

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah thanks for letting me know, I'll remove them now

@Toffikk
Copy link
Contributor

Toffikk commented Mar 10, 2026

why this change if you can just use the adventure API to create bossbars?

@harrybridgen harrybridgen marked this pull request as draft March 10, 2026 19:15
@github-project-automation github-project-automation bot moved this from Awaiting review to Closed in Paper PR Queue Mar 10, 2026
@harrybridgen harrybridgen deleted the adventure-bossbar branch March 10, 2026 19:17
@Malfrador
Copy link
Member

Malfrador commented Mar 10, 2026

Just for completeness:
This is generally a valid addition, as adventure bossbars do not support everything the Bukkit one does.
They are not persistent, not available to vanilla /bossbar and they are not attached to actual boss mobs. See #13545

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Closed

Development

Successfully merging this pull request may close these issues.

3 participants