Skip to content

Style Settings

Corgi Taco edited this page Aug 17, 2022 · 3 revisions

Defines style settings typically for a text component of some kind.

All fields are optional.

  • color - A hex color code.
  • italic - true/false if the style is italicized.
  • underlined - true/false if the style is underlined.
  • strikethrough- true/false if the style is strikethrough.
  • obfuscated - true/false if the style is obfuscated.
  • click_event - Uses Click Event Settings.

Example

"style": {
	"color": "ff5555",
	"italic": false,
	"underlined": false,
	"strikethrough": false,
	"obfuscated": false,
	"click_event": {
		"action": "OPEN_URL",
		"value": "https://github.com/CorgiTaco/Enhanced-Celestials/wiki/"
	}
}