TextComponent - Format (Expression) — SkBee
Addon: SkBee · Category: Expression · Since: 1.5.1
Syntax
[the] (color|bold|italic|(obfuscate[d]|magic)|strikethrough|underline[d]|font|insert[ion]|fallback|shadow color) format of %textcomps%Description
Change formatting options of text components. Most of these are pretty straight forward. Insertion means the text that will copy to chat when a player shift-clicks the component (Might not be available on all versions). Color supports color names as well as RGB color codes via Skript's RGB function (see examples). Fallback is the fallback text used in a translation component when the client cannot find said translation.
Examples
set {_t} to text component from "my fancy text component"
set bold format of {_t} to true
set color format of {_t} to aqua
set color format of {_t} to rgb(100, 0, 160)
set shadow color format of {_t} to rgb(100,10,255,150)
set insertion format of {_t} to "ooooo"
set fallback format of {_t} to "Le Fallback"