Bold/italic/etc formatting removed from all server messages #382
Labels
module:bungeecord
Related to BungeeCord
module:spigot
Related to Spigot/PaperMC
type:bug
Something isn't working as expected
Milestone
Because of SpigotMC/BungeeCord#3569,
BaseComponent#hasFormatting
is returningfalse
when it should not, so Triton did not properly serialize the components.Triton/core/src/main/java/com/rexcantor64/triton/language/parser/AdvancedComponent.java
Line 51 in 85af643
This will be fixed with SpigotMC/BungeeCord#3611, but it can be fixed on Triton as well by removing this check.
The text was updated successfully, but these errors were encountered: