/title Command
Displays large text titles, subtitles, or action bar messages on players' screens, with configurable fade-in, display, and fade-out timing.
Syntax
title <targets> title <titleText>
title <targets> subtitle <titleText>
title <targets> actionbar <titleText>
title <targets> times <fadeIn> <stay> <fadeOut>
title <targets> clear
title <targets> resetPermission: 2 (gamemaster / cheats enabled)Edition: Both
Examples
/title @a title {"text":"Round Start!","color":"gold","bold":true}/title @a subtitle {"text":"Get ready to fight","color":"yellow"}/title @a times 10 70 20/title @a actionbar {"text":"Health: 10","color":"red"}Notes
titleText must be a raw JSON text component in Java Edition. The times sub-command sets fade-in, stay, and fade-out durations in game ticks (20 ticks = 1 second). Defaults are 10 (fade-in), 70 (stay), 20 (fade-out). A subtitle is only displayed alongside a title in the same tick; send the subtitle command before the title. The clear sub-command removes the current title without resetting timing; reset restores default timing.