Minecraft Titles
//ads -- adsterra.com -- native banner
?>
I put in this command:
/title @a title {"text":"YOUR NOSE IS A LITTLE BUTTON",color:"dark_green",bold:true}
I Got this error
[17:42:21] Invalid json: malformed JSON at line 1 column 41
Also, will the title only play when this command is activated?:
/title @a times 60 100 60
Best Answer
All keys and strings in strict JSON must have quotation marks around them, except for false and true, which are considered booleans:
/title @a title {"text":"YOUR NOSE IS A LITTLE BUTTON","color":"dark_green","bold":true}
The /title @a title command is what plays the title, /title @a times will adjust the timing options for future titles, but not play the title itself.
Pictures about "Minecraft Titles"



What are Minecraft titles?
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.Minecraft Title Command Tutorial. Learn How To Use All Title Commands In This Minecraft Video!
Sources: Stack Exchange - This article follows the attribution requirements of Stack Exchange and is licensed under CC BY-SA 3.0.
Images: Lucas Pezeta, Pixabay, Lucas Pezeta, Jonathan Borba
