- Set the fade in time, the stay on screen time and the fade out time for the title
/title @a times 10 10 10
- Set the subtitle (optional)
/title @a subtitle {text:"a new ",extra:[{text:"day",color:red},{text:" begins"}]}
- Set the title, this will also start showing the title (+subtitle)
/title @a title {text:"Chapter",color:green,extra:[{text:" I",color:yellow}]}
- Clear titles immediately
/title @a clear
- Reset all title parameters to defaults (fade times)
/title @a reset |