Minecraft:Commands/title: Difference between revisions
More actions
imported>MinecraftBedrockPlayer7 mNo edit summary |
Remove broken links to missing pages |
||
| Line 5: | Line 5: | ||
* 2 {{only|java|short=1}} | * 2 {{only|java|short=1}} | ||
* 1 {{only|bedrock|short=1}} | * 1 {{only|bedrock|short=1}} | ||
|others= | |others=Cheat only{{only|bedrock|short=1}} | ||
}} | }} | ||
| Line 12: | Line 12: | ||
== Usage == | == Usage == | ||
[[File:Title command.png|thumb|Example result of the title command.]] | [[File:Title command.png|thumb|Example result of the title command.]] | ||
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 | 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 action bar, the space just above the player's hotbar. | ||
{{IN|java}}, all of them are specified using | {{IN|java}}, all of them are specified using text components. {{IN|bedrock}}, the <code>/title</code> command uses plain text while <code>/titleraw</code> 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). | 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). | ||
{{IN|be}}, the opacity of the black background of the title can be adjusted with the "Text Background Opacity" option in the | {{IN|be}}, the opacity of the black background of the title can be adjusted with the "Text Background Opacity" option in the accessibility settings. | ||
==Syntax== | ==Syntax== | ||
| Line 72: | Line 72: | ||
{{Result table}} | {{Result table}} | ||
{{Result table|The command is incomplete, or any argument is not specified correctly.|unparseable|unparseable}} | {{Result table|The command is incomplete, or any argument is not specified correctly.|unparseable|unparseable}} | ||
{{Result table|<code>raw json message: json</code> is not a | {{Result table|<code>raw json message: json</code> is not a raw JSON text.|N/A|fail}} | ||
{{Result table|<code>player: target</code> is a target selector that is not in [[Minecraft:Target selectors#Player type and single type|player type]].}} | {{Result table|<code>player: target</code> is a target selector that is not in [[Minecraft:Target selectors#Player type and single type|player type]].}} | ||
{{Result table|<code><targets></code> or <code>player: target</code> fails to resolve to one or more online players.|fail}} | {{Result table|<code><targets></code> or <code>player: target</code> fails to resolve to one or more online players.|fail}} | ||
| Line 132: | Line 132: | ||
{{Navbox commands}} | {{Navbox commands}} | ||
de:Befehl/title | |||
ja:コマンド/title | |||
pt:Comandos/title | |||
ru:Команды консоли/title | |||
zh:命令/title | |||
Revision as of 15:45, 9 April 2026
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 action bar, the space just above the player's 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
de:Befehl/title ja:コマンド/title pt:Comandos/title ru:Команды консоли/title zh:命令/title