/title
Flash large titles and subtitles across a player's screen.
Overview
What is the /title command?
The /title command shows large text in the centre of a player's screen, with a smaller subtitle and an optional actionbar line above the hotbar. You can set fade-in, stay and fade-out timings for a polished cinematic feel.
It's the go-to for round announcements, countdowns, story beats and 'You Win!' screens in maps.
When to use it: Use /title to flash big on-screen messages โ round starts, countdowns, win/lose screens and story text.
At a glance
Syntax
/title <target> title <json>See it
What it does
Welcome!
to the server
Anatomy
Every part, explained
- 1
CommandRequired/titleDisplays on-screen title text.
- 2
TargetRequired<target>Who sees it. @a is everyone.
- 3
SlotRequiredtitletitle, subtitle, actionbar, or times.
- 4
TextRequired<json>A JSON text component, e.g. {"text":"Hi"}.
Your turn
Try it yourself
Copy & paste
Examples
/title @a title {"text":"Welcome!"}A big greeting for everyone.
/title @s subtitle {"text":"Good luck"}Smaller text under the title.
/title @a times 10 70 20Set fade-in, stay, and fade-out.
Avoid these
Common mistakes
/title @a "Hello"/title @a title {"text":"Hello"}You need a slot keyword and JSON text.
/title @a title Hello/title @a title {"text":"Hello"}Raw text won't work - wrap it in a JSON component.
Good to know
Frequently asked questions
- How do you show a title on screen in Minecraft?
- Run /title <player> title "{\"text\":\"Hello\"}" to display large centred text. Use subtitle and actionbar for the other lines.
- How do you set how long a title stays?
- Run /title <player> times <fadeIn> <stay> <fadeOut> (in ticks) before sending the title text.
- How do you clear a title?
- Use /title <player> clear to remove any title currently showing, or reset to restore default timings.
Keep going