O.P. New version
As requested for :- a new version
this will probably be a final version unless someone gives me a reason to continue work on it, or requests an interesting to implement feature
new features
when specifying a colour code, you can use a ? mark to replace that digit with a random value
eg
/xfade ??0000 00??00 some text
will select a random red colour and fade to a random blue colour
you can also replace a colour with "*" as a shortcut to doing ?????? eg
/xfade * 000000 some text
will fade between a random colour and black
a new alias /xrfade some text is simply a shortcut to /xfade * * some text (eg it always fades between 2 random colours)
also instead of typing a colour in hex the following colours are now supported as words
red
black
blue
green
white
grey
cyan
yellow
purple
eg you can do
/xfade red green some text
|