+ (MC 1.16) Added support for HEX colors on Minecraft version 1.16 and above (Only seems to work in the player list and title messages.
+ (MC 1.16) Added placeholder: %{gradient:[#ff0000,#00ff00,#0000ff]My HEX gradient text} - Creates a static gradient with the given text and HEX colors.
+ (MC 1.16) Added placeholder: %{c:#ffff00}My HEX colored text - Creates the HEX color specified.
+ (MC 1.16) Added animation script: ${gradient:[#ff0000,#00ff00,#0000ff,#ff0000]My HEX gradient text} - Creates a gradient with the given text and HEX colors that cycles through each color.
+ (MC 1.16) Added animation script: ${gradient_color:[#ff0000,#00ff00,#0000ff]}My HEX colored text - Creates a single color that fades into all of the given colors.
* Fixes messages not showing up when using /tm bc and /tm msg
* Fixes issues with TitleManager not working on certain versions of Java above version 8.
Preview of color gradients:
![[IMG]](/proxy/image?url=https%3A%2F%2Fcdn.discordapp.com%2Fattachments%2F705141893083955281%2F731501142747512872%2Funknown.png)