Summary
Add the ability to use gradients in chat color, meaning transitioning from one color to another, and place the player’s text/name in between. For example, this would be the command:
/chc color #00C6FF;#0068E8 %player_name%
This would imply that the text written by the player appears between the first and second color, for example:
#00C6FF Hello friends I am a dinosaur #0068E8
This would work as a gradient effect, similar to using something like:
<gradient>Hello friends I am a dinosaur</gradient>
in a config file, but in ChatColor it should automatically apply it directly in chat without needing manual tags.
Summary
Add the ability to use gradients in chat color, meaning transitioning from one color to another, and place the player’s text/name in between. For example, this would be the command:
/chc color #00C6FF;#0068E8 %player_name%
This would imply that the text written by the player appears between the first and second color, for example:
#00C6FF Hello friends I am a dinosaur #0068E8This would work as a gradient effect, similar to using something like:
<gradient>Hello friends I am a dinosaur</gradient>in a config file, but in ChatColor it should automatically apply it directly in chat without needing manual tags.