Advertisement
YouMineWeCraft

Custom Text Signs

Nov 8th, 2014
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /blockdata 262 59 -1963
  2. {
  3.     Text2:"{
  4.         text:\"Test\",
  5.         color:dark_blue
  6.         }"
  7. }
  8.  
  9. {
  10.     Text2:"{
  11.         text:\"\",
  12.         clickEvent:
  13.             {
  14.             action:run_commΒ­and,
  15.             value:\"/tellraw @a YouMineWeCraft\"}
  16.             }
  17.         "}
  18. }
  19.  
  20. /tellraw @a
  21.     {
  22.     text:\"YouMineWeCraft YouTube Channel: Click Here\",
  23.     clickEvent:
  24.         {
  25.         action:open_url,
  26.         value:\"https://www.youtube.com/user/YouMineWeCraft\"}
  27.         }
  28.     }
  29.  
  30.  
  31. -------------------------------------------------------------------------------------
  32.  
  33.  
  34. /blockdata 259 58 -1961
  35. {
  36.     Text4:
  37.     "{
  38.         text:\" \",
  39.         clickEvent:
  40.         {
  41.             action:run_command,
  42.             value:
  43.             \"
  44.                 /tellraw @a
  45.                 {
  46.                     text:\\\"YouMineWeCraft YouTube Channel: Click Here\\\",
  47.                     color:aqua,
  48.                     clickEvent:
  49.                     {
  50.                         action:open_url,
  51.                         value:\\\"http://ymwc-group.tk/\\\"
  52.                     }
  53.                 }
  54.             \"
  55.         }
  56.     }"
  57. }
  58.  
  59.  
  60. -------------------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement