Gecho helps you write colorful texts in one line with low ms guarantee.
Note: Because of cmd's rules, you must enclose the string in double quotes for the command to work properly.
AUTHOR:
Gecho has been written by Groophy Lifefor and helped by MBausson.
Discord: Groophy#1966
call gecho "<COLORS> TEXT"
call gecho "This is a <r>Red<gn>Green<gray>Grey<Bk>Black<B>Blue"
Where:
<Black> = Black <Gray> = Gray(g)
<Blue> = Blue(b) <DarkBlue> = Dark Blue(db)
<Green> = Green(gn) <DarkCyan> = Dark Cyan(dc)
<Cyan> = Cyan(c) <DarkGray> = Dark Gray(dgy)
<Red> = Red(r) <DarkGreen> = Dark Green(dgn)
<White> = White(w) <DarkMagenta> = Dark Magenta(dm)
<Yellow> = Yellow(y) <DarkRed> = Dark Red(dr)
<Magenta> = Magenta(m) <DarkYellow> = Dark Yellow(dy)
</> = Reset Color <nl> = NewLine without reset color
In the Gecho plugin, you can write colorful texts in one line without rewriting the command multiple times. We can use Gecho either by writing the color name before the text in angular brackets or writing the code of the respected color. Below, we will demonstrate the flexibility of the plugin with the provided example.
gecho "this is <red>red and <blue>blue<nl>this is <green>green and <magenta>magenta"
gecho "this is <r>red and <b>blue<nl>this is <gn>green and <dk>darkyellow"