Advertisement
Argon_MC

[Snapshot14w25a]Sign2

Jun 19th, 2014
332
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. /setblock ~0 ~1 ~0 minecraft:standing_sign 0 replace {Text1:"{text:\"Hi\",clickEvent:{action:run_command,value:\"/say hi\"}}"}
  2.  
  3. /setblock ~0 ~1 ~0 minecraft:standing_sign 0 replace {
  4. Text1:"{
  5. text:\"Hi\",
  6. clickEvent:{
  7. action:run_command,
  8. value:\"/say hi\"
  9. }
  10. }"
  11. }
  12.  
  13.  
  14. /setblock ~0 ~1 ~0 minecraft:standing_sign 0 replace {Text1:"{text:\"\",extra:[{text:\"Hi\",clickEvent:{action:run_command,value:\"/say hi\"}}]}"}
  15.  
  16. /setblock ~0 ~1 ~0 minecraft:standing_sign 0 replace {
  17. Text1:"{
  18. text:\"\",
  19. extra:[
  20. {
  21. text:\"Hi\",
  22. clickEvent:{
  23. action:run_command,
  24. value:\"/say hi\"
  25. }
  26. }
  27. ]
  28. }"
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement