How to Use the Title Command in Minecraft

This Minecraft tutorial explains how to use the /title command with screenshots and step-by-step instructions.

You can display a large title screen for a player using the /title command in Minecraft. Let's explore how to use this cheat (game command).

Supported Platforms

The /title command is available in the following versions of Minecraft:

PlatformSupported (Version*)
Java Edition (PC/Mac) Java Edition (PC/Mac)Yes (1.8)
Pocket Edition (PE) Pocket Edition (PE)Yes (1.0.5)
Xbox 360 Xbox 360No
Xbox One Xbox OneYes (1.2)
PS3 PS3No
PS4 PS4Yes (1.14.0)
Wii U Wii UNo
Nintendo Switch Nintendo SwitchYes (1.5.0)
Windows 10 Edition Windows 10 EditionYes (1.0.5)
Education Edition Education EditionYes (1.0.18)

* The version that it was added or removed, if applicable.
NOTE: Pocket Edition (PE), Xbox One, PS4, Nintendo Switch, and Windows 10 Edition are now called Bedrock Edition. We will continue to show them individually for version history.

Requirements

To run game commands in Minecraft, you have to turn cheats on in your world.

Title Command

Examples

How to Enter the Command

1. Open the Chat Window

The easiest way to run a command in Minecraft is within the chat window. The game control to open the chat window depends on the version of Minecraft:

  • For Java Edition (PC/Mac), press the T key to open the chat window.
  • For Pocket Edition (PE), tap on the chat button help command at the top of the screen.
  • For Xbox One, press the D-Pad (right) xbox one on the controller.
  • For PS4, press the D-Pad (right) ps4 on the controller.
  • For Nintendo Switch, press the right arrow button nintendo switch on the controller.
  • For Windows 10 Edition, press the T key to open the chat window.
  • For Education Edition, press the T key to open the chat window.

2. Type the Command

We will cover examples of how to use the /title command to display a title, display a subtitle, and change the fade-in, stay and fade-out values.

Display a Title

In this example, we will display a title screen to the player called DigMinecraft that says "The End is Near" in bold italicized red text with the following command:

/title DigMinecraft title {"text":"The End is Near", "bold":true, "italic":true, "color":"red"}

Type the command in the chat window. As you are typing, you will see the command appear in the lower left corner of the game window. Press the Enter key to run the command.

title command set title

Once the cheat has been entered, the title screen will appear on the player's screen.

completed title command set title

You will see the message "Title command successfully executed" appear in the lower left corner of the game window to indicate that the title screen has been successfully displayed.

Add a Subtitle

To add a subtitle, you must first run the command to add the subtitle text and then run a second command that displays the title screen. So if we wanted to display a title screen to the player called DigMinecraft that has a title "The End is Near" with a subtitle (next line down) of "Run for your Life!", you would need to run two /title commands.

First, set the subtitle text with the following command:

/title DigMinecraft subtitle {"text":"Run for your Life!", "italic":true, "color":"yellow"}

Remember to enter a command in Minecraft, open the chat window and then type the command.

title command set subtitle

Then run the next command to display the title screen to the player:

/title DigMinecraft title {"text":"The End is Near", "bold":true, "italic":true, "color":"red"}

title command set title

Once the cheat has been entered, the title screen (with title and subtitle) will appear on the player's screen.

completed title command set subtitle

You will see two messages "Title command successfully executed" appear in the lower left corner of the game window to indicate that the title screen (with subtitle) has been successfully displayed.

Set Times for Fade-In, Stay and Fade-Out

You can change various time values for the title screen such as the fade-in time, how long the title screen stays up, and the fade-out time.

If you wanted to change the fade-in time to 40 game ticks, the stay time to 120 game ticks and the fade-out to 60 game ticks, you would type the following command:

/title DigMinecraft times 40 120 60

To enter a command in Minecraft, open the chat window and then type the command.

title command set times

Now the next time that you display the title screen for the player DigMinecraft, the new fade-in, stay and fade-out times will take effect.

Congratulations, you just learned how to use the /title command in Minecraft!