Ozelot

Minecraft Simple Clickable Wall Sign V1.2

Jan 19th, 2015
324
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. How to: http://youtu.be/VpJkXZXYpmk
  2. ==========================================================================================================================
  3.  
  4. == NORMAL ==
  5.  
  6. blockdata ~ ~1 ~
  7. {
  8. Text1:
  9. "{
  10. text:\"Give\",
  11. color:blue,
  12. clickEvent:
  13. {
  14. action:run_command,
  15. value:\"/execute @p ~ ~ ~ give @p diamond 10\"
  16. }
  17. }",
  18. Text2:"{
  19. text:\"10 Diamonds\",
  20. color:blue
  21. }",
  22. Text3:"{
  23. text:\"3\",
  24. color:blue
  25. }",
  26. Text4:"{
  27. text:\"4\",
  28. color:blue
  29. }"
  30. }
  31.  
  32. ==========================================================================================================================
  33.  
  34. == ENCHANTED BOOK ==
  35.  
  36. blockdata ~ ~1 ~
  37. {
  38. Text1:
  39. "{
  40. text:\"Give\",
  41. color:blue,
  42. clickEvent:
  43. {
  44. action:run_command,
  45. value:\"/give @p minecraft:enchanted_book 1 0 {ench:[{id:0,lvl:255},{id:1,lvl:255},{id:2,lvl:255}]}\"
  46. }
  47. }",
  48. Text2:"{
  49. text:\"Enchanted\",
  50. color:blue
  51. }",
  52. Text3:"{
  53. text:\"Book\",
  54. color:blue
  55. }",
  56. Text4:"{
  57. text:\"4\",
  58. color:blue
  59. }"
  60. }
  61.  
  62. ==========================================================================================================================
  63.  
  64. == CUSTOM POTION ==
  65.  
  66. blockdata ~ ~1 ~
  67. {
  68. Text1:
  69. "{
  70. text:\"Give\",
  71. color:blue,
  72. clickEvent:
  73. {
  74. action:run_command,
  75. value:\"/give @p potion 1 8214 {CustomPotionEffects:[{Id:3,Amlifier:5,Duration:240},{Id:5,Amlifier:3,Duration:240},{Id:14,Amlifier:3,Duration:240}]}\"
  76. }
  77. }",
  78. Text2:"{
  79. text:\"custom Potion\",
  80. color:blue
  81. }",
  82. Text3:"{
  83. text:\"3\",
  84. color:blue
  85. }",
  86. Text4:"{
  87. text:\"4\",
  88. color:blue
  89. }"
  90. }
Advertisement
Add Comment
Please, Sign In to add comment