Advertisement
Argon_MC

[Snapshot14w20a]/title

May 15th, 2014
277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. /title @e title {text:"Test"}
  2.  
  3. /title @a subtitle {text:"",extra:[{text:"TEST",color:white},{text:"TEST",color:white,bold:true},{text:"TEST",color:white,underlined:true},{text:"TEST",color:white,italic:true},{text:"TEST",color:white,strikethrough:true},{text:"TEST",color:white,obfuscated:true}]}
  4.  
  5. /title @a subtitle {
  6. text:"",
  7. extra:[
  8. {
  9. text:"TEST",
  10. color:white
  11. },
  12. {
  13. text:"TEST",
  14. color:white,
  15. bold:true
  16. },
  17. {
  18. text:"TEST",
  19. color:white,
  20. underlined:true
  21. },
  22. {
  23. text:"TEST",
  24. color:white,
  25. italic:true
  26. },
  27. {
  28. text:"TEST",
  29. color:white,
  30. strikethrough:true
  31. },
  32. {
  33. text:"TEST",
  34. color:white,
  35. obfuscated:true
  36. }
  37. ]
  38. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement