Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Controls the text and behavior for screen titles using plain text.
Permission Level | Game Directors |
---|---|
Requires Cheats? | Yes |
Usage
Clear title
/title <player: target> clear
Clear
the title
for a given player
.
Reset title
/title <player: target> reset
Reset
the subtitle text for a given player
to blank text and sets the fadeIn
, stay
, and fadeOut
times to their default values.
Add title, location, message
/title <player: target> <titleLocation: TitleSet> <titleText: message>
Add a title
for a player
at a given location
with a title message
.
Add title, fade in, fade out
/title <player: target> times <fadeIn: int> <stay: int> <fadeOut: int>
Add a title
for a player
with set fade in
, stay
, and fade out
times.
Arguments
fadeIn
: int The number of gameticks for the title to fade in. Default:10
.fadeOut
: int The number of gameticks for the title to fade out. Default:20
.player
: target A player namestring
ortarget selector
to identify the player.stay
: int The number of gameticks for the title to stay. Default:70
.titleLocation
: TitleSet Anenum
oftitle
,subtitle
, oractionbar
.titleText
: message Aplain text
string
for the title text.
Enums
TitleSet
Enum of Title Sets
Values
title
Displays the title text as large text in the center of the screen.subtitle
Displays the title text as smaller text below thetitle
.actionbar
Displays the title text just above the player's action bar.