Show big titles, subtitles and action-bar text to players on Java and Bedrock.
To show a bold gold "Round 1" title to everyone in Minecraft Java 26.2, run: /title @a title {text:"Round 1",color:"gold",bold:true} Bedrock uses /titleraw with a rawtext JSON array — this generator builds whichever your edition needs. Pick the title, subtitle or action-bar slot on the left.
/title @a title "Victory!"Command output is generated for Java 26.2 and Bedrock 1.26.30 and was last paste-verified in-game on 2026-07-10.
Bedrock 1.26.30 uses a separate /titleraw command with a rawtext JSON array for styled text; the three display slots work the same on both editions:
| Feature | Java 26.2 | Bedrock 1.26.30 |
|---|---|---|
| The same title | /title @a title {text:"Round 1",color:"gold",bold:true} | /titleraw @a title {"rawtext":[{"text":"§6§lRound 1§r"}]} |
| Command name | /title | /titleraw |
| Title, subtitle & action-bar slots | title · subtitle · actionbar | Same on both editions |
| Styling | Text component — colours, bold, hex | § codes inside rawtext — no hex colours |
/title shows large text in the centre of the screen. Use the subtitle slot for a smaller line underneath, or the action bar for text just above the hotbar.
A subtitle only appears together with a title. Send the title first (or in the same tick), then send the subtitle with the "Show as" dropdown set to Subtitle. This generator warns you when a subtitle would otherwise show on its own.
Fade-in, stay and fade-out are set with a separate /title @a times <fadeIn> <stay> <fadeOut> command before you show the text. This generator builds the message itself; run the times command first to adjust timing.