... 24 Bit RGB colors. Just use [color=#RRGGBB] anywhere in your text (1.16 only).
... the ability to use different fonts by using [font=<name>] anywhere you want. The following image shows the fonts provided by minecraft. You can add your own fonts using a resource pack (1.16 only).
... better options for text alignment. Instead of specifying the text in a slots using the text option and its alignment using the alignment option, you can use the left option to specify the text that should be aligned to the left and the center and right options to specify text to be aligned to the center and right. You can use all those options at the same time, e.g. to display the player name at the left and the ping on the right.
Code (YAML):
playerComponent: {left
: "${player name}", right
: "${player ping}"}
... the ability to use placeholders in the icon option of a slot.
This update also fixes several bugs:
Compatibility with PremiumVanish and other plugins using ProtocolLib has been improved.