Advertisement
Crazykk1449

Mind Challenger Welcome Book Structure Output

Dec 2nd, 2016
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.82 KB | None | 0 0
  1. [
  2. {
  3. "text": " ",
  4. "color": "black"
  5. },
  6. {
  7. "text": "Index",
  8. "color": "dark_gray",
  9. "bold": true
  10. },
  11. {
  12. "text": " "
  13. },
  14. {
  15. "text": "Welcome",
  16. "clickEvent": {
  17. "action": "change_page",
  18. "value": "2"
  19. },
  20. "hoverEvent": {
  21. "action": "show_text",
  22. "value": {
  23. "text": "",
  24. "extra": [
  25. {
  26. "text": "Click to go to the Welcome section",
  27. "color": "white"
  28. }
  29. ]
  30. }
  31. }
  32. },
  33. {
  34. "text": " ",
  35. "color": "black"
  36. },
  37. {
  38. "text": "Report Bug",
  39. "clickEvent": {
  40. "action": "change_page",
  41. "value": "3"
  42. },
  43. "hoverEvent": {
  44. "action": "show_text",
  45. "value": {
  46. "text": "",
  47. "extra": [
  48. {
  49. "text": "Click to go to the 'Report a Bug' section",
  50. "color": "white"
  51. }
  52. ]
  53. }
  54. }
  55. },
  56. {
  57. "text": " "
  58. },
  59. {
  60. "text": "Comment / Suggestion",
  61. "clickEvent": {
  62. "action": "change_page",
  63. "value": "4"
  64. },
  65. "hoverEvent": {
  66. "action": "show_text",
  67. "value": {
  68. "text": "",
  69. "extra": [
  70. {
  71. "text": "Click to go to the 'Submit a Comment or Suggestion' section",
  72. "color": "white"
  73. }
  74. ]
  75. }
  76. }
  77. },
  78. {
  79. "text": " "
  80. },
  81. {
  82. "text": "Thank you!",
  83. "color": "black",
  84. "clickEvent": {
  85. "action": "change_page",
  86. "value": "5"
  87. },
  88. "hoverEvent": {
  89. "action": "show_text",
  90. "value": {
  91. "text": "",
  92. "extra": [
  93. {
  94. "text": "Click to see the list of players thanked!",
  95. "color": "white"
  96. }
  97. ]
  98. }
  99. }
  100. },
  101. {
  102. "NEW_ITERATE_FLAG": true
  103. },
  104. {
  105. "text": "Thank you for playing ",
  106. "color": "black"
  107. },
  108. {
  109. "text": "Mind Challenger ",
  110. "color": "gray",
  111. "bold": true
  112. },
  113. {
  114. "selector": "@p",
  115. "color": "dark_gray"
  116. },
  117. {
  118. "text": "! I hope you're having an awesome time thinking more than you ever have in your entire life! (hopefully)"
  119. },
  120. {
  121. "NEW_ITERATE_FLAG": true
  122. },
  123. {
  124. "text": "If there are any bugs or glitches you find in this map, please report them by clicking ",
  125. "color": "black"
  126. },
  127. {
  128. "text": "HERE",
  129. "color": "blue",
  130. "underlined": true,
  131. "clickEvent": {
  132. "action": "open_url",
  133. "value": "https://goo.gl/forms/dssctdSFSb9ELFYu2"
  134. },
  135. "hoverEvent": {
  136. "action": "show_text",
  137. "value": {
  138. "text": "",
  139. "extra": [
  140. {
  141. "text": "Click to report a bug or glitch!",
  142. "color": "white"
  143. }
  144. ]
  145. }
  146. }
  147. },
  148. {
  149. "text": ".",
  150. "color": "black"
  151. },
  152. {
  153. "NEW_ITERATE_FLAG": true
  154. },
  155. {
  156. "text": "If you would like to suggest something for a level or have comment, then please click ",
  157. "color": "black"
  158. },
  159. {
  160. "text": "HERE",
  161. "color": "blue",
  162. "underlined": true,
  163. "clickEvent": {
  164. "action": "open_url",
  165. "value": "https://goo.gl/forms/mqSWYEoVAjFoeBS42"
  166. },
  167. "hoverEvent": {
  168. "action": "show_text",
  169. "value": {
  170. "text": "",
  171. "extra": [
  172. {
  173. "text": "Click to send a suggestion or comment!",
  174. "color": "white"
  175. }
  176. ]
  177. }
  178. }
  179. },
  180. {
  181. "text": ".",
  182. "color": "black"
  183. },
  184. {
  185. "NEW_ITERATE_FLAG": true
  186. },
  187. {
  188. "text": "Thanks everyone below for playing!",
  189. "color": "black"
  190. },
  191. {
  192. "text": " "
  193. },
  194. {
  195. "selector": "@a",
  196. "color": "gray",
  197. "bold": true
  198. }
  199. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement