Skip to content

Text Formatting

SaphieNyako edited this page May 20, 2026 · 4 revisions
 "start": {
    "description": {
      "translate": "Give a sword to the Quest Giver."
    },
    "title": {
      "translate": "Gift Example"
    }
  }

"translate" can contain a String with format indicator.

New Line

\n starts a new line.

Basic Format

These basic format options start with a $() and a $() indicating where it ends.

Example:

"translate": "$(b)Give$() a sword to the Quest Giver."

$(b) Bold

$(i) italic

$(u) underline

$(s) strikethrough

Color

The coloring format option start with a $(#hexcode) and a $() indicating where it ends.

Example:

"translate": "You $(#8867DB)tamed$() a wolf!"

Color Codes

Clone this wiki locally