Advertisement
SethBling

tellraw commands

Sep 12th, 2013
32,532
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. /tellraw @a {"text":"Do you want an apple? ", "extra": [{"text":"[OK]","color":"red","clickEvent": {"action":"run_command","value":"/give @p 260"}, "hoverEvent":{"action":"show_text","value":"I really do"}}]}
  2.  
  3. /tellraw @a {"text": "Click on the item to buy it: ", "extra": [{"text": "Dinner's Bone", "clickEvent": {"action": "run_command", "value": "/give @p bone 1 0 {display:{Name:\"Dinners Bone\"}}"}, "hoverEvent": {"action": "show_item", "value": "{id:352s,Damage:0s,Count:1b,tag:{display:{Name:\"Dinner's Bone\"}}}"}}]}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement