Advertisement
Guest User

scripts

a guest
Oct 17th, 2021
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.87 KB | None | 0 0
  1. #Small Script
  2. /tellraw @p [
  3.  
  4. {
  5. "text":"Homes\n",
  6. "color":"white",
  7. "hoverEvent":{
  8. "action":"show_text",
  9. "contents":{
  10. "text":"Click on me for more help!",
  11. "color":"gold"
  12. }
  13. },
  14. "clickEvent":{
  15. "action":"run_command",
  16. "value":"/tellraw @p [
  17.  
  18. {
  19. \"text\":\"Now you are here!\\n\",
  20. \"color\":\"white\",
  21.  
  22. \"hoverEvent\":{
  23. \"action\":\"show_text\",
  24. \"contents\":{
  25. \"text\":\"test\",
  26. \"color\":\"blue\"
  27. }
  28.  
  29. },
  30.  
  31. \"clickEvent\":{
  32. \"action\":\"suggest_command\",
  33. \"value\":\"/say hi\"
  34. }
  35.  
  36. }
  37.  
  38. ]"
  39.  
  40. }
  41.  
  42. }
  43.  
  44. ]
  45.  
  46. #Main Script
  47. /tellraw @p [
  48.  
  49. {
  50. "text":"\n#### ",
  51. "color":"gold"
  52. },
  53.  
  54. {
  55. "text":"Commands Help ",
  56. "color":"white"
  57. },
  58.  
  59.  
  60. {
  61. "text":"####\n",
  62. "color":"gold"
  63. },
  64.  
  65. {
  66. "text":"- ",
  67. "color":"gold"
  68. },
  69.  
  70. {
  71. "text":"Homes\n",
  72. "color":"white",
  73. "hoverEvent":{
  74. "action":"show_text",
  75. "contents":{
  76. "text":"Click on me for more help!",
  77. "color":"gold"
  78. }
  79. },
  80. "clickEvent": {
  81. "action":"run_command",
  82. "value":"/tellraw @p [
  83.  
  84. {
  85. \"text\":\"\\n#### \",
  86. \"color\":\"gold\"
  87. },
  88.  
  89. {
  90. \"text\":\"Homes help \",
  91. \"color\":\"white\"
  92. },
  93.  
  94.  
  95. {
  96. \"text\":\"####\\n\",
  97. \"color\":\"gold\"
  98. },
  99.  
  100. {
  101. \"text\":\"- \",
  102. \"color\":\"gold\"
  103. },
  104.  
  105. {
  106. \"text\":\"Now you are here!\\n\",
  107. \"color\":\"white\",
  108.  
  109. \"hoverEvent\":{
  110. \"action\":\"show_text\",
  111. \"contents\":{
  112. \"text\":\"test\",
  113. \"color\":\"red\"
  114. }
  115.  
  116. },
  117.  
  118. \"clickEvent\":{
  119. \"action\":\"suggest_command\",
  120. \"value\":\"/say hi\"
  121. }
  122.  
  123. }
  124.  
  125. ]"
  126.  
  127. }
  128.  
  129. },
  130.  
  131. {
  132. "text":"- ",
  133. "color":"gold"
  134. },
  135.  
  136. {
  137. "text":"TPA\n",
  138. "color":"white",
  139. "hoverEvent":{
  140. "action":"show_text",
  141. "contents":{
  142. "text":"Click on me for more help!",
  143. "color":"gold"
  144. }
  145. },
  146. "clickEvent": {
  147. "action":"run_command",
  148. "value":"/tellraw @p [
  149.  
  150. {
  151. \"text\":\"\\n#### \",
  152. \"color\":\"gold\"
  153. },
  154.  
  155. {
  156. \"text\":\"TPA help \",
  157. \"color\":\"white\"
  158. },
  159.  
  160.  
  161. {
  162. \"text\":\"####\\n\",
  163. \"color\":\"gold\"
  164. },
  165.  
  166. {
  167. \"text\":\"- \",
  168. \"color\":\"gold\"
  169. },
  170.  
  171. {
  172. \"text\":\"Now you are here!\\n\",
  173. \"color\":\"white\"
  174. }
  175.  
  176. ]"
  177.  
  178. }
  179.  
  180. },
  181.  
  182. {
  183. "text":"- ",
  184. "color":"gold"
  185. },
  186.  
  187. {
  188. "text":"Trade\n",
  189. "color":"white",
  190. "hoverEvent":{
  191. "action":"show_text",
  192. "contents":{
  193. "text":"Click on me for more help!",
  194. "color":"gold"
  195. }
  196. },
  197. "clickEvent": {
  198. "action":"run_command",
  199. "value":"/tellraw @p [
  200.  
  201. {
  202. \"text\":\"\\n#### \",
  203. \"color\":\"gold\"
  204. },
  205.  
  206. {
  207. \"text\":\"Trade help \",
  208. \"color\":\"white\"
  209. },
  210.  
  211.  
  212. {
  213. \"text\":\"####\\n\",
  214. \"color\":\"gold\"
  215. },
  216.  
  217. {
  218. \"text\":\"- \",
  219. \"color\":\"gold\"
  220. },
  221.  
  222. {
  223. \"text\":\"Now you are here!\\n\",
  224. \"color\":\"white\"
  225. }
  226.  
  227. ]"
  228.  
  229. }
  230.  
  231. }
  232.  
  233. ]
  234.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement