-
-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BungeeCord: BossBar compatibilty with BungeeCord 1.20-R0.2 and newer #153
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR! Just a few bits that need to change to make it more in line with the rest of library.
platform-bungeecord/src/main/java/net/kyori/adventure/platform/bungeecord/BungeeFacet.java
Outdated
Show resolved
Hide resolved
Concerns:
I can't figure out the above concerns |
Done:
Please let me know if there are needed changes! |
Any update on this Pull Request? |
platform-bungeecord/src/main/java/net/kyori/adventure/platform/bungeecord/BungeeFacet.java
Outdated
Show resolved
Hide resolved
platform-bungeecord/src/main/java/net/kyori/adventure/platform/bungeecord/BungeeFacet.java
Outdated
Show resolved
Hide resolved
platform-bungeecord/src/main/java/net/kyori/adventure/platform/bungeecord/BungeeReflection.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other than that it look good to me. Though I didn't test it
platform-bungeecord/src/main/java/net/kyori/adventure/platform/bungeecord/BungeeReflection.java
Outdated
Show resolved
Hide resolved
platform-bungeecord/src/main/java/net/kyori/adventure/platform/bungeecord/BungeeReflection.java
Outdated
Show resolved
Hide resolved
Tested with: |
Description
This Pull Request updates the method for changing the BossBar title to use
TextComponent.fromArray(BaseComponent[])
instead ofComponentSerializer.toString(BaseComponent[])
.Additionally, it adds the minecraft-libraries repository because the new bungeecord-api depends on
com.mojang:brigadier
, which requires minecraft-libraries.Related Issue: #152