Minecraft:Commands/title
More actions
Template:Redirect Template:Infobox command
Controls text displayed on the screen.
Usage
A screen title is displayed to players as a single line of large center-aligned text in the middle of their displays, and can include a subtitle; a second, separate line of text displayed just below the title. Text can also be printed to the Minecraft:action bar, the space just above the player's Minecraft:hotbar.
Template:IN, all of them are specified using text components. Template:IN, the /title command uses plain text while /titleraw uses raw JSON text components.
Screen titles can be set to fade in and fade out, and the duration they are displayed can also be specified. Screen titles scale in size with the GUI Scale, and screen titles that are too big to fit on the screen are not line-wrapped (they just overflow off the screen on both sides). Note that the "fadeIn", "stay", and "fadeOut" values of each player are only sent to their own client side rather than stored in the server side. For a client, these values are cross-save and cross-server. These values are reset only when the client restarts, and the default is 10 game ticks (0.5 seconds), 70 game ticks (3.5 seconds), and 20 game ticks (1 second).
Template:IN, the opacity of the black background of the title can be adjusted with the "Text Background Opacity" option in the accessibility settings.
Syntax
- Java Edition
title <targets> (clear|reset)title <targets> (title|subtitle|actionbar) <title>title <targets> times <fadeIn> <stay> <fadeOut>
- Bedrock Edition (plain text)
title <player: target> <clear|reset>title <player: target> <title|subtitle|actionbar> <titleText: message>title <player: target> times <fadeIn: int> <stay: int> <fadeOut: int>
- Bedrock Edition (JSON)
titleraw <player: target> <clear|reset>titleraw <player: target> <titleLocation: TileRawSet> <raw json titleText: json>titleraw <player: target> times <fadeIn: int> <stay: int> <fadeOut: int>
Detail
... clear- Clears the screen title from the screens of the specified player(s).
... reset- Resets the subtitle text for the specified player(s) to blank text, and the fade-in, stay and fade-out times to their default values (defaults to 10 gt, 70 gt, and 20 gt).
... subtitle ...- If a screen title is currently being displayed to the specified player(s), changes the current subtitle to the specified text; otherwise, specifies the subtitle for the next screen title to be displayed to the specified player(s).
... title ...- Displays a screen title to the specified player(s), or changes the current screen title to the specified text. After fading out, resets the subtitle back to blank text, but does not reset fade-in, stay, and fade-out times.
... actionbar ...- Displays text on the action bar to the specified player(s), or changes the current action bar title.
... times ...- Changes the fade-in, stay, and fade-out times (measured in time durations) of all current and future screen titles for the specified player(s).
Arguments
- Specifies the player(s) to display a screen title to.
- Template:Arg desc
Template:El: Template:Argument
Template:El: Template:Argument or Template:Argument
- Specifies the text to display as a title, subtitle, or on the action bar.
- Template:IN, Template:Arg desc
- Template:IN,
- For
titleText: message, Template:Arg desc - for
raw json titleText: json, Template:Arg desc
- For
Template:El: Template:Argument, Template:Argument and Template:Argument
Template:El: Template:Argument, Template:Argument, and Template:Argument
- Specifies the time for the screen title to fade in, stay, and fade out. Template:IN, it's specified in game ticks (1/20ths of a second), and values below 0 are treated as 0.
- Template:Arg desc
Result
Template:Result table Template:Result table Template:Result table Template:Result table Template:Result table Template:Result table Template:Result table
Output
Template:Output table Template:Output table Template:Output table Template:Output table Template:Output table Template:Output table
Examples
All of the following displays a bold screen title "Chapter I" with a gray italic subtitle "The story begins…" to all players.
- Template:IN:
/title @a subtitle {"text": "The story begins...", "color": "gray", "italic": true}/title @a title {"text": "Chapter I", "bold": true}
- Template:IN using plain text:
/title @a subtitle §7§oThe story begins.../title @a title §lChapter I
- Template:IN with raw text variants:
/titleraw @a subtitle {"rawtext": [{"text":"§7§oThe story begins..."}]}/titleraw @a title {"rawtext": [{"translate":"§lChapter %%s","with":["I"]}]}
History
Java Edition
Bedrock Edition
-
First image of the title command.
External links
Minecraft:de:Befehl/title Minecraft:ja:コマンド/title Minecraft:pt:Comandos/title Minecraft:ru:Команды консоли/title Minecraft:zh:命令/title