-
Notifications
You must be signed in to change notification settings - Fork 0
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.
\n starts a new line.
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
The coloring format option start with a $(#hexcode) and a $() indicating where it ends.
Example:
"translate": "You $(#8867DB)tamed$() a wolf!"