KyoriPowered / adventure

A user-interface library, formerly known as text, for Minecraft: Java Edition
https://docs.advntr.dev/
MIT License
679 stars 105 forks source link

fix(api): Flatten ScoreComponent to empty string if score value is null #954

Closed Konicai closed 11 months ago

Konicai commented 11 months ago

The ScoreComponent value is nullable. When the value is null (which it always should be for 1.16+) two problems occur:

This attempts to resemble client behaviour more closely:

Closes #953