Advertisement
Guest User

Untitled

a guest
Jun 11th, 2017
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.89 KB | None | 0 0
  1.     - 'CMD=tellRaw @a[r=80] {
  2.         "text":"TEXT_1",
  3.         "hoverEvent":{
  4.             "action":"show_text",
  5.             "value":{
  6.                 "text":"HOVER_1"}
  7.         },
  8.         "extra":[{
  9.             "text":"Just a text 1",
  10.  
  11.             "extra":[{
  12.                 "text":"TEXT_2",
  13.                 "hoverEvent":{
  14.                     "action":"show_text",
  15.                     "value":{
  16.                         "text":"HOVER_2"}
  17.                 },
  18.                 "extra":[{
  19.                     "text":"Just a text 2",
  20.  
  21.                     "extra":[{
  22.                         "text":"TEXT_3",
  23.                         "hoverEvent":{
  24.                             "action":"show_text",
  25.                             "value":{
  26.                                 "text":"HOVER_3"}
  27.                         }
  28.                     }]
  29.                 }]
  30.             }]
  31.         }]
  32.     }'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement