Advertisement
Guest User

Minecraft Chat Component

a guest
Mar 22nd, 2018
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.23 KB | None | 0 0
  1. [
  2.     {
  3.         "text" : "First Text",
  4.         "color" : "red",
  5.         "bold" : "true"
  6.     },
  7.     {
  8.         "text" : "Middle Text",
  9.         "color" : "dark_red",
  10.         "bold" : "false"
  11.     },
  12.     {
  13.         "text" : "Last Text",
  14.         "color" : "gray",
  15.         "bold" : "true"
  16.     }
  17. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement