---
title: "Tellraw &amp; Title Generator — Spectra"
canonical_url: "https://usespectra.app/tools/tellraw"
last_updated: "2026-09-03T14:39:55.637Z"
meta:
  description: "Build a formatted message from segments, give each one its own color, style, click action and tooltip, then copy a ready command for chat, a title, a subtitle or the action bar."
  "og:description": "Build a formatted message from segments, give each one its own color, style, click action and tooltip, then copy a ready command for chat, a title, a subtitle or the action bar."
  "og:title": "Tellraw & Title Generator"
  "twitter:description": "Build a formatted message from segments, give each one its own color, style, click action and tooltip, then copy a ready command for chat, a title, a subtitle or the action bar."
  "twitter:title": "Tellraw & Title Generator"
---

# **Tellraw & Title Generator**

Build a formatted message from segments, give each one its own color, style, click action and tooltip, then copy a ready command for chat, a title, a subtitle or the action bar.

In-game preview

Welcome to Spectra !

Target

Version

Where

Text segments

Color codes

Formatting codes

Click event

Hover text

Only works in chat. Titles and the action bar cannot be hovered.

**Command**

```
/tellraw @a ["",{"text":"Welcome to ","color":"gray"},{"text":"Spectra","color":"gold","bold":true,"click_event":{"action":"suggest_command","command":"/server spectra"},"hover_event":{"action":"show_text","value":"Click to join"}},{"text":"!","color":"gray"}]
```

**JSON component**

Just the component — for datapacks, signs and books.

```
["",{"text":"Welcome to ","color":"gray"},{"text":"Spectra","color":"gold","bold":true,"click_event":{"action":"suggest_command","command":"/server spectra"},"hover_event":{"action":"show_text","value":"Click to join"}},{"text":"!","color":"gray"}]
```

## **Good to know**

### **Segments are components**

Each segment becomes one JSON object in the list. Splitting the message lets a single word carry its own color, a click action or a tooltip while the rest stays plain.

### **Events belong to a segment**

A click action or tooltip applies to exactly the segment it is set on, so you can make one word clickable inside a longer sentence.

### **Version changes the syntax**

1.21.5 renamed clickEvent to click\_event and replaced the generic value field with named ones. Pick the branch your server runs — the wrong one is rejected outright.

## **Frequently asked questions**

## **Come say hi**

Support, mod recommendations, build feedback and weekend events. The Discord is where Spectra actually lives.

**50+**

members

[Join the Discord](https://discord.gg/pv52eNr6uc)