Add a Subtitle Under the Title
Show a smaller second line under a screen title
✅ Verified for Java 26.2 · Bedrock 26.32 — checked June 2026Sets the subtitle — a smaller line shown directly beneath the main screen title. The subtitle only appears once you also send a title (run the subtitle command first, then the title command). On Java the text is an SNBT text component; on Bedrock it is plain text (or use /titleraw for JSON). Useful for round intros, countdowns, and cutscene captions.
/title @a subtitle {text:"Good luck out there",color:yellow}60 characters
- Java: yes
- Bedrock: yes
- Command block: yes
- Needs cheats / OP: yes
How to use
- Open chat (T on Java, / on Bedrock).
- Paste the subtitle command first and press Enter.
- Then run a /title @a title ... command to make both lines show together.
- Adjust timing with /title @a times <fadeIn> <stay> <fadeOut> (in ticks).
Related commands
Display big center-screen text to a player
/title @a title {text:"Welcome!",color:gold,bold:true}Display text just above the hotbar
/title @a actionbar {text:"Objective updated",color:aqua}Broadcast a custom colored message in chat
/tellraw @a {text:"Server restarting soon",color:red,bold:true}Make chat text a clickable button that runs a command
/tellraw @a {text:"[Click to teleport to spawn]",color:green,click_event:{action:run_command,command:"/spawn"}}Display an objective's scores on the right side of the screen
/scoreboard objectives setdisplay sidebar pointsShow a custom boss health bar at the top of the screen
/bossbar add event {text:"Event Timer"}
/bossbar set minecraft:event color red
/bossbar set minecraft:event players @a