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 JSON messages.
| Permission Level | Game Directors |
| Requires Cheats | Yes |
Sub-commands
- clear
- reset
- titleLocation — The location where the raw title will display.
- times
clear
/titleraw <player: target> <clear: titlerawclear>
Clear the raw title for a given player.
| Argument | Type | Required | Description |
|---|---|---|---|
| player | target | Required | A player name string or target selector to identify the player. |
| clear | titlerawclear | Required |
reset
/titleraw <player: target> <reset: titlerawreset>
Reset the raw subtitle text for a given player to blank text and sets the fadeIn, stay, and fadeOut times to their default values.
| Argument | Type | Required | Description |
|---|---|---|---|
| player | target | Required | A player name string or target selector to identify the player. |
| reset | titlerawreset | Required |
titleLocation
The location where the raw title will display. Uses the TitleRawSet Enums title, subtitle, or actionbar.
/titleraw <player: target> <titleLocation: titlerawset> <raw json titleText: json>
Add a raw title for a player at a given location with a title message.
| Argument | Type | Required | Description |
|---|---|---|---|
| player | target | Required | A player name string or target selector to identify the player. |
| titleLocation | titlerawset | Required | The location where the raw title will display. Uses the TitleRawSet Enums title, subtitle, or actionbar. |
| raw json titleText | json | Required | A JSON string for the raw title text. |
times
/titleraw <player: target> <times: titlerawtimes> <fadeIn: int> <stay: int> <fadeOut: int>
Add a raw title for a player with set fadeIn, stay, fadeOut times.
| Argument | Type | Required | Description |
|---|---|---|---|
| player | target | Required | A player name string or target selector to identify the player. |
| times | titlerawtimes | Required | |
| fadeIn | int | Required | The number of gameticks for the raw title to fade in. Default: 0. |
| stay | int | Required | The number of gameticks for the raw title to stay. Default: 0. |
| fadeOut | int | Required | The number of gameticks for the raw title to fade out. Default: 0. |
Arguments Reference
| Argument | Type | Description |
|---|---|---|
| clear | titlerawclear | |
| fadeIn | int | The number of gameticks for the raw title to fade in. Default: 0. |
| fadeOut | int | The number of gameticks for the raw title to fade out. Default: 0. |
| player | target | A player name string or target selector to identify the player. |
| raw json titleText | json | A JSON string for the raw title text. |
| reset | titlerawreset | |
| stay | int | The number of gameticks for the raw title to stay. Default: 0. |
| times | titlerawtimes | |
| titleLocation | titlerawset | The location where the raw title will display. Uses the TitleRawSet Enums title, subtitle, or actionbar. |