You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Minecraft 1.16 added hexadecimal colors support for messages in JSON format used in /title, /tellraw,...
However, It seems to be impossible to use these colors with Skript's strings...
As we can do "<red>This is red" in Skript, we should be able to do something like: "<#ffab24>Great Orange !" or "<color:#ffab24> Great Orange !"
I hope that it will be added soon ;)
The text was updated successfully, but these errors were encountered:
Description
Minecraft 1.16 added hexadecimal colors support for messages in JSON format used in /title, /tellraw,...
However, It seems to be impossible to use these colors with Skript's strings...
As we can do
"<red>This is red"
in Skript, we should be able to do something like:"<#ffab24>Great Orange !"
or"<color:#ffab24> Great Orange !"
I hope that it will be added soon ;)
The text was updated successfully, but these errors were encountered: