#Text.of questions

5 messages · Page 1 of 1 (latest)

candid minnow
#

Three stupid questions regarding the kubejs Text stuff

  1. Can I save it to a variable and then call .append on that variable
  2. There is Text.red, Text.green,... can I also use hex colors?
  3. Does Text['red'] work? Because then I could save the text color in a variable
stark nacelleBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

candid minnow
#

I just tested it, 1 and 3 work

narrow dawn
#

Text.of(...).color(0xff9ec1) iirc

candid minnow
#

Ah ok thanks a lot