Advertisement
Guest User

Examples for /title command

a guest
May 12th, 2014
11,364
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. - Set the fade in time, the stay on screen time and the fade out time for the title
  2. /title @a times 10 10 10
  3.  
  4. - Set the subtitle (optional)
  5. /title @a subtitle {text:"a new ",extra:[{text:"day",color:red},{text:" begins"}]}
  6.  
  7. - Set the title, this will also start showing the title (+subtitle)
  8. /title @a title {text:"Chapter",color:green,extra:[{text:" I",color:yellow}]}
  9.  
  10. - Clear titles immediately
  11. /title @a clear
  12.  
  13. - Reset all title parameters to defaults (fade times)
  14. /title @a reset
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement