Advertisement
Coti5432

Redstone Essentials

Mar 22nd, 2015
1,508
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.41 KB | None | 0 0
  1. give @p written_book 1 0 {
  2. title:"Redstone Essentials",
  3. author: "Coti5432",
  4. pages:[
  5. "{
  6. text:\"Random\",color: black, bold: true, extra:[
  7.  
  8. {text:\"\n\nGamemode:\", color: black, bold: false},
  9.  
  10. {text:\"\n[S]\", color: dark_blue, bold: false,
  11. clickEvent:{ action: run_command, value:\"/gamemode S\"},
  12. hoverEvent:{ action: show_text, value:\"Survival\"}},
  13.  
  14. {text:\" [C]\", color: dark_blue, bold: false,
  15. clickEvent:{ action: run_command, value:\"/gamemode C\"},
  16. hoverEvent:{ action: show_text, value:\"Creative\"}},
  17.  
  18. {text:\" [A]\", color: dark_blue, bold: false,
  19. clickEvent:{ action: run_command, value:\"/gamemode A\"},
  20. hoverEvent:{ action: show_text, value:\"Adventure\"}},
  21.  
  22. {text:\"\n\nTime:\", color: black, bold: false},
  23.  
  24. {text:\"\n[D]\", color: dark_blue, bold: false,
  25. clickEvent:{ action: run_command, value:\"/time set 1000\"},
  26. hoverEvent:{ action: show_text, value:\"Day\"}},
  27.  
  28. {text:\" [N]\", color: dark_blue, bold: false,
  29. clickEvent:{ action: run_command, value:\"/time set 13000\"},
  30. hoverEvent:{ action: show_text, value:\"Night\"}},
  31.  
  32. {text:\"\n\nGive:\", color: black, bold: false},
  33.  
  34. {text:\"\n[CB]\", color: dark_blue, bold: false,
  35. clickEvent:{ action: run_command, value:\"/give @p command_block\"},
  36. hoverEvent:{ action: show_text, value:\"Command Block\"}},
  37.  
  38. {text:\" [B]\", color: dark_blue, bold: false,
  39. clickEvent:{ action: run_command, value:\"/give @p barrier\"},
  40. hoverEvent:{ action: show_text, value:\"Barrier\"}},
  41.  
  42. {text:\"\n\nWeather:\", color: black, bold: false},
  43.  
  44. {text:\"\n[Rain]\", color: dark_blue, bold: false,
  45. clickEvent:{ action: run_command, value:\"/weather rain 1000000\"},
  46. hoverEvent:{ action: show_text, value:\"Rain\"}},
  47.  
  48. {text:\" [Storm]\", color: dark_blue, bold: false,
  49. clickEvent:{ action: run_command, value:\"/weather thunder 1000000\"},
  50. hoverEvent:{ action: show_text, value:\"Thunder\"}},
  51.  
  52. {text:\" [Clear]\", color: dark_blue, bold: false,
  53. clickEvent:{ action: run_command, value:\"/weather clear 1000000\"},
  54. hoverEvent:{ action: show_text, value:\"Clear\"}}
  55.  
  56.  
  57.  
  58.  
  59. ]
  60. }",
  61.  
  62. "{
  63. text:\"Gamerules:\", color: black, bold: true, extra:[
  64.  
  65. {text:\"\n\nkeepInventory:\", color: black, bold: false},
  66.  
  67. {text:\"\n[True]\", color: dark_blue, bold: false,
  68. clickEvent:{ action: run_command, value:\"/gamerule keepInventory true\"},
  69. hoverEvent:{ action: show_text, value:\"True\"}},
  70.  
  71. {text:\" [False]\", color: dark_blue, bold: false,
  72. clickEvent:{ action: run_command, value:\"/gamerule keepInventory false\"},
  73. hoverEvent:{ action: show_text, value:\"False\"}},
  74.  
  75. {text:\"\n\ndoDaylightCycle:\", color: black, bold: false},
  76.  
  77. {text:\"\n[True]\", color: dark_blue, bold: false,
  78. clickEvent:{ action: run_command, value:\"/gamerule doDaylightCycle true\"},
  79. hoverEvent:{ action: show_text, value:\"True\"}},
  80.  
  81. {text:\" [False]\", color: dark_blue, bold: false,
  82. clickEvent:{ action: run_command, value:\"/gamerule doDaylightCycle false\"},
  83. hoverEvent:{ action: show_text, value:\"False\"}},
  84.  
  85. {text:\"\n\ncommandBlockOutput:\", color: black, bold: false},
  86.  
  87. {text:\"\n[True]\", color: dark_blue, bold: false,
  88. clickEvent:{ action: run_command, value:\"/gamerule commandBlockOutput true\"},
  89. hoverEvent:{ action: show_text, value:\"True\"}},
  90.  
  91.  
  92. {text:\" [False]\", color: dark_blue, bold: false,
  93. clickEvent:{ action: run_command, value:\"/gamerule commandBlockOutput false\"},
  94. hoverEvent:{ action: show_text, value:\"False\"}},
  95.  
  96. {text:\"\n\ndoMobSpawning:\", color: black, bold: false},
  97.  
  98. {text:\"\n[True]\", color: dark_blue, bold: false,
  99. clickEvent:{ action: run_command, value:\"/gamerule doMobSpawning true\"},v
  100. hoverEvent:{ action: show_text, value:\"True\"}},
  101.  
  102. {text:\" [False]\", color: dark_blue, bold: false,
  103. clickEvent:{ action: run_command, value:\"/gamerule doMobSpawning false\"},
  104. hoverEvent:{ action: show_text, value:\"False\"}}
  105.  
  106.  
  107.  
  108. ]
  109. }",
  110.  
  111. "{
  112. text:\"doMobLoot:\", color: black, extra:[
  113.  
  114. {text:\"\n[True]\", color: dark_blue,
  115. clickEvent:{ action: run_command, value:\"/gamerule doMobLoot true\"},
  116. hoverEvent:{ action: show_text, value:\"true\"}},
  117.  
  118. {text:\" [False]\", color: dark_blue,
  119. clickEvent:{ action: run_command, value:\"/gamerule doMobLoot false\"},
  120. hoverEvent:{ action: show_text, value:\"False\"}},
  121.  
  122. {text:\"\n\ndoMobGriefing\", color: black},
  123.  
  124. {text:\"\n[True]\", color: dark_blue,
  125. clickEvent:{ action: run_command, value:\"/gamerule doMobGriefing true\"},
  126. hoverEvent:{ action: show_text, value:\"True\"}},
  127.  
  128. {text:\" [False]\", color: dark_blue,
  129. clickEvent:{ action: run_command, value:\"/gamerule doMobGriefing false\"},
  130. hoverEvent:{ action: show_text, value:\"True\"}}
  131.  
  132.  
  133.  
  134. ]
  135. }",
  136.  
  137. "{
  138. text:\"Redstone Essentials\", color: dark_red, italic: true, extra:[
  139.  
  140. {text:\" is a copyright of Coti5432. You can find his\", italic: false},
  141.  
  142. {text:\" You\", color: red, italic: false, bold: true},
  143.  
  144. {text:\"Tube \", color: gray, italic: false, bold: true},
  145.  
  146. {text:\"channel \", italic: false},
  147.  
  148. {text:\"here\", color: dark_blue, underlined: true, italic: false,
  149. clickEvent:{ action: open_url, value:\"http://www.youtube.com/user/Coti5432\"}},
  150.  
  151. {text:\", his \", italic: false},
  152.  
  153. {text:\"Twitter \", color: aqua, italic: false, bold: true},
  154.  
  155. {text:\"here\", color: dark_blue, underlined: true, italic: false,
  156. clickEvent:{ action: open_url, value:\"http://www.twitter.com/Coti5432\"}},
  157.  
  158. {text:\", and his \", italic: false},
  159.  
  160. {text:\"Reddit \", color: dark_gray, italic: false, bold: true},
  161.  
  162. {text:\"here\", color: dark_blue, underlined: true, italic: false,
  163. clickEvent:{ action: open_url, value:\"http://www.reddit.com/user/Coti5432\"}},
  164.  
  165. {text:\"\n\nv1.2\", color: gold, italic: false, bold: true},
  166.  
  167. {text:\" (still a work in process feel free to tell me what I need to add on Reddit \", color: gold, italic: false},
  168.  
  169. {text:\"here\", color: dark_blue, underlined: true, italic: false,
  170. clickEvent:{ action: open_url, value:\"http://www.reddit.com/r/Minecraft/comments/35jemt/i_made_a_new_book_for_all_your_basic/\"}},
  171. {text:\")\", color: gold, italic: false}
  172.  
  173. ]
  174. }"
  175. ]
  176. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement