DoubleF3lix / Allay

A parser to convert a descriptive text format into minecraft text components
MIT License
12 stars 2 forks source link

Suggestion: Color Gradients #3

Open DoubleF3lix opened 2 years ago

DoubleF3lix commented 2 years ago

Color gradients are super simple. They just allow you to define a start and end point, like so:

[bottom text](color_gradient=(#000000, #FFFFFF))

This will result in bottom text completely fading from black to white, with gray in between.

RitikShah commented 1 year ago

Instead of just defining color gradients, there could be custom function handlers which are given the letters and other arguments as the input and can output either allay or raw json components or something.