Skip to content

Click Event Settings

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

Does an action when clicked typically in a text component.

  • action - The action. Maybe the following actions: OPEN_URL, OPEN_FILE, RUN_COMMAND, SUGGEST_COMMAND, CHANGE_PAGE, COPY_TO_CLIPBOARD.
  • value - The value for the action. Ie an URL or command suggestion.

Example

"click_event": {
	"action": "OPEN_URL",
	"value": "https://github.com/CorgiTaco/Enhanced-Celestials/wiki/"
}