Advertisement
ngeekson

The best command book (only one command block)

May 27th, 2015
9,126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.89 KB | None | 0 0
  1. /give @p written_book 1 0 {resolved:0b,title:"Command helper",author:"ngeekson",
  2. display:{Lore:["Le livre caché de Notche"]},pages:[
  3.  
  4. "
  5. {\"text\":\"\",\"extra\":[
  6. {\"text\":\"Gamemode: \n\",\"color\":\"black\"},
  7. {\"text\":\" \n\"},
  8. {\"text\":\"Survival\n\",\"color\":\"dark_blue\",bold:true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/gamemode 0\"}},
  9. {\"text\":\"Creative\n\",\"color\":\"blue\",bold:true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/gamemode 1\"}},
  10. {\"text\":\"Spectator\n\",\"color\":\"aqua\",bold:true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/gamemode 3\"}},
  11. {\"text\":\" \n\"},
  12. {text:'Gamerule: '},
  13. {\"text\":\" \n\"},
  14. {text:'Mob Spawning: '},
  15. {text:'On',color:green,bold:true,clickEvent:{action:run_command,value:'/gamerule doMobSpawning true'}},
  16. {text:' | ',color:black},
  17. {text:'Off\n',color:red,bold:true,clickEvent:{action:run_command,value:'/gamerule doMobSpawning false'}},
  18. {text:'Commandblockoutput: ',\"color\":\"black\"},
  19. {text:' On',color:green,bold:true,clickEvent:{action:run_command,value:'/gamerule commandBlockOutput true'}},
  20. {text:' | ',color:black},
  21. {text:'Off\n',color:red,bold:true,clickEvent:{action:run_command,value:'/gamerule commandBlockOutput false'}}
  22. ]}
  23. ",
  24.  
  25. "
  26. {\"text\":\"\",\"extra\":[
  27. {text:'Fire Tick: '},
  28. {text:'On',color:green,bold:true,clickEvent:{action:run_command,value:'/gamerule doFireTick true'}},
  29. {text:' | ',color:black},
  30. {text:'Off\n',color:red,bold:true,clickEvent:{action:run_command,value:'/gamerule doFireTick false'}},
  31. {text:'Mob Loot: ',\"color\":\"black\"},
  32. {text:'On',color:green,bold:true,clickEvent:{action:run_command,value:'/gamerule doMobLoot true'}},
  33. {text:' | ',color:black},
  34. {text:'Off\n',color:red,bold:true,clickEvent:{action:run_command,value:'/gamerule doMobLoot false'}},
  35. {text:'Tile Drops: ',\"color\":\"black\"},
  36. {text:'On',color:green,bold:true,clickEvent:{action:run_command,value:'/gamerule doTileDrops true'}},
  37. {text:' | ',color:black},
  38. {text:'Off\n',color:red,bold:true,clickEvent:{action:run_command,value:'/gamerule doTileDrops false'}},
  39. {text:'Keep Inventory: ',\"color\":\"black\"},
  40. {text:'On',color:green,bold:true,clickEvent:{action:run_command,value:'/gamerule keepInventory true'}},
  41. {text:' | ',color:black},
  42. {text:'Off\n',color:red,bold:true,clickEvent:{action:run_command,value:'/gamerule keepInventory false'}},
  43. {text:'Mob Griefing: ',\"color\":\"black\"},
  44. {text:'On',color:green,bold:true,clickEvent:{action:run_command,value:'/gamerule mobGriefing true'}},
  45. {text:' | ',color:black},
  46. {text:'Off\n',color:red,bold:true,clickEvent:{action:run_command,value:'/gamerule mobGriefing false'}}
  47. ]}
  48. ",
  49.  
  50. "
  51. {\"text\":\"\",\"extra\":[
  52. {text:'Natural Regeneration: '},
  53. {text:'On',color:green,bold:true,clickEvent:{action:run_command,value:'/gamerule naturalRegeneration true'}},
  54. {text:' | ',color:black},
  55. {text:'Off\n',color:red,bold:true,clickEvent:{action:run_command,value:'/gamerule naturalRegeneration false'}},
  56. {text:'Show Death Messages: ',\"color\":\"black\"},
  57. {text:'On',color:green,bold:true,clickEvent:{action:run_command,value:'/gamerule showDeathMessages true'}},
  58. {text:' | ',color:black},
  59. {text:'Off\n',color:red,bold:true,clickEvent:{action:run_command,value:'/gamerule showDeathMessages false'}},
  60. {\"text\":\" \n\"},
  61. {text:'Set Time: ',\"color\":\"black\"},
  62. {\"text\":\" \n\"},
  63. {text:'Advance time',color:dark_aqua,bold:true,clickEvent:{action:run_command,value:'/time add 1000'}},
  64. {text:' Day',color:gold,bold:true,clickEvent:{action:run_command,value:'/time set day'}},
  65. {text:' | ',color:black},
  66. {text:'Night\n',color:dark_blue,bold:true,clickEvent:{action:run_command,value:'/time set night'}},
  67. {\"text\":\" \n\"},
  68. {text:'Effect: '},
  69. {\"text\":\" \n\"},
  70. {text:'Night Vision: ',\"color\":\"black\"},
  71. {text:'On',color:green,bold:true,clickEvent:{action:run_command,value:'/effect @p 16 10000 1'}},
  72. {text:' | ',color:black},
  73. {text:'Off\n',color:red,bold:true,clickEvent:{action:run_command,value:'/effect @p 16 0 0'}}
  74. ]}
  75. ",
  76.  
  77. "
  78. {\"text\":\"\",\"extra\":[
  79. {text:'Hungry: ',\"color\":\"black\"},
  80. {text:'On',color:green,bold:true,clickEvent:{action:run_command,value:'/effect @p 23 100000 20'}},
  81. {text:' | ',color:black},
  82. {text:'Off',color:red,bold:true,clickEvent:{action:run_command,value:'/effect @p 23 0 0'}},
  83. {text:' Vanish: ',\"color\":\"black\"},
  84. {text:'On',color:green,bold:true,clickEvent:{action:run_command,value:'/effect @p 14 100000 1'}},
  85. {text:' | ',color:black},
  86. {text:'Off',color:red,bold:true,clickEvent:{action:run_command,value:'/effect @p 14 0 0'}},
  87. {text:' Paralysis: ',\"color\":\"black\"},
  88. {text:'On',color:green,bold:true,clickEvent:{action:run_command,value:'/effect @a 2 10000 10'}},
  89. {text:' | ',color:black},
  90. {text:'Off',color:red,bold:true,clickEvent:{action:run_command,value:'/effect @a 2 0 0'}},
  91. {text:' Zoom: ',\"color\":\"black\"},
  92. {text:'On',color:green,bold:true,clickEvent:{action:run_command,value:'/effect @p 2 10000 10'}},
  93. {text:' | ',color:black},
  94. {text:'Off',color:red,bold:true,clickEvent:{action:run_command,value:'/effect @p 2 0 0'}},
  95. {text:' Jump: ',\"color\":\"black\"},
  96. {text:'On',color:green,bold:true,clickEvent:{action:run_command,value:'/effect @a 8 0 0'}},
  97. {text:' | ',color:black},
  98. {text:'Off',color:red,bold:true,clickEvent:{action:run_command,value:'/effect @a 8 10000 155'}},
  99. {text:' Speed: ',\"color\":\"black\"},
  100. {text:'0',color:aqua,bold:true,clickEvent:{action:run_command,value:'/effect @p 1 0 0'}},
  101. {text:' | ',color:black},
  102. {text:'1',color:dark_aqua,bold:true,clickEvent:{action:run_command,value:'/effect @p 1 10000 1'}},
  103. {text:' | ',color:black},
  104. {text:'2',color:blue,bold:true,clickEvent:{action:run_command,value:'/effect @p 1 10000 2'}},
  105. {text:' | ',color:black},
  106. {text:'3',color:dark_blue,bold:true,clickEvent:{action:run_command,value:'/effect @p 1 10000 3'}},
  107. {text:' | ',color:black},
  108. {text:'max',color:red,bold:true,clickEvent:{action:run_command,value:'/effect @p 1 10000 255'}},
  109. {text:' Jump: ',\"color\":\"black\"},
  110. {text:'0',color:aqua,bold:true,clickEvent:{action:run_command,value:'/effect @p 8 0 0'}},
  111. {text:' | ',color:black},
  112. {text:'1',color:dark_aqua,bold:true,clickEvent:{action:run_command,value:'/effect @p 8 10000 1'}},
  113. {text:' | ',color:black},
  114. {text:'2',color:blue,bold:true,clickEvent:{action:run_command,value:'/effect @p 8 10000 2'}},
  115. {text:' | ',color:black},
  116. {text:'3',color:dark_blue,bold:true,clickEvent:{action:run_command,value:'/effect @p 8 10000 3'}},
  117. {text:' | ',color:black},
  118. {text:'max',color:red,bold:true,clickEvent:{action:run_command,value:'/effect @p 8 10000 100'}}
  119. ]}
  120. ",
  121.  
  122. "
  123. {\"text\":\"\",\"extra\":[
  124. {text:'Strenght:',\"color\":\"black\"},
  125. {text:'0',color:aqua,bold:true,clickEvent:{action:run_command,value:'/effect @p 5 0 0'}},
  126. {text:' | ',color:black},
  127. {text:'1',color:dark_aqua,bold:true,clickEvent:{action:run_command,value:'/effect @p 5 10000 1'}},
  128. {text:' | ',color:black},
  129. {text:'2',color:blue,bold:true,clickEvent:{action:run_command,value:'/effect @p 5 10000 2'}},
  130. {text:' | ',color:black},
  131. {text:'3',color:dark_blue,bold:true,clickEvent:{action:run_command,value:'/effect @p 5 10000 3'}},
  132. {text:' | ',color:black},
  133. {text:'max',color:red,bold:true,clickEvent:{action:run_command,value:'/effect @p 5 10000 255'}},
  134. {text:' Mining Speed: ',\"color\":\"black\"},
  135. {text:'0',color:aqua,bold:true,clickEvent:{action:run_command,value:'/effect @p 3 0 0'}},
  136. {text:' | ',color:black},
  137. {text:'1',color:dark_aqua,bold:true,clickEvent:{action:run_command,value:'/effect @p 3 10000 5'}},
  138. {text:' | ',color:black},
  139. {text:'2',color:blue,bold:true,clickEvent:{action:run_command,value:'/effect @p 3 10000 10'}},
  140. {text:' | ',color:black},
  141. {text:'3',color:dark_blue,bold:true,clickEvent:{action:run_command,value:'/effect @p 3 10000 15'}},
  142. {text:' | ',color:black},
  143. {text:'max',color:red,bold:true,clickEvent:{action:run_command,value:'/effect @p 3 10000 100'}},
  144. {\"text\":\" Tick Speed: \",\"color\":\"Black\"},
  145. {text:'-1',color:aqua,bold:true,clickEvent:{action:run_command,value:'/gamerule randomTickSpeed 0'}},
  146. {text:' | ',color:black},
  147. {text:'0',color:dark_aqua,bold:true,clickEvent:{action:run_command,value:'/gamerule randomTickSpeed 3'}},
  148. {text:' | ',color:black},
  149. {text:'1',color:blue,bold:true,clickEvent:{action:run_command,value:'/gamerule randomTickSpeed 6'}},
  150. {text:' | ',color:black},
  151. {text:'2',color:dark_blue,bold:true,clickEvent:{action:run_command,value:'/gamerule randomTickSpeed 36'}},
  152. {text:' | ',color:black},
  153. {text:'3',color:green,bold:true,clickEvent:{action:run_command,value:'/gamerule randomTickSpeed 99'}},
  154. {text:' | ',color:black},
  155. {text:'4',color:dark_green,bold:true,clickEvent:{action:run_command,value:'/gamerule randomTickSpeed 406'}},
  156. {text:' | ',color:black},
  157. {text:'max',color:red,bold:true,clickEvent:{action:run_command,value:'/gamerule randomTickSpeed 99999'}},
  158. {\"text\":\" \n\"},
  159. {\"text\":\"Difficulty:\n\"},
  160. {\"text\":\" \n\"},
  161. {text:'Peacefull\n',color:aqua,bold:true,clickEvent:{action:run_command,value:'/difficulty 0'}},
  162. {text:'Easy\n',color:dark_aqua,bold:true,clickEvent:{action:run_command,value:'/difficulty 1'}},
  163. {text:'Normal\n',color:blue,bold:true,clickEvent:{action:run_command,value:'/difficulty 2'}},
  164. {text:'Hard\n\n',color:dark_blue,bold:true,clickEvent:{action:run_command,value:'/difficulty 3'}}
  165. ]}
  166. ",
  167.  
  168. "
  169. {\"text\":\"\",\"extra\":[
  170. {\"text\":\"TP:\n\"},
  171. {\"text\":\" \n\"},
  172. {text:'TP All ',color:light_purple,bold:true,clickEvent:{action:run_command,value:'/Tp @a ~ ~ ~'}},
  173. {\"text\":\"Set TP \n\",\"color\":\"gold\",bold:true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/summon WitherSkull ~ ~ ~ {PersistenceRequired:1,direction:[],CustomName:TP,CustomNameVisible:1}\"}},
  174. {\"text\":\"Go to closest TP\n\",\"color\":\"orange\",bold:true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/tp @p @e[type=WitherSkull,name=TP,c=1]\"}},
  175. {\"text\":\"Go to farthest TP\n\",\"color\":\"red\",bold:true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/tp @p @e[type=WitherSkull,name=TP,c=-1]\"}},
  176. {\"text\":\"Remove closest TP\n\",\"color\":\"dark_red\",bold:true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/kill @e[type=WitherSkull,name=TP,c=1]\"}},
  177. {\"text\":\" \n\"},
  178. {\"text\":\"Give:\n\"},
  179. {\"text\":\" \n\"},
  180. {text:'Barrier\n',color:gold,bold:true,clickEvent:{action:run_command,value:'/give @p barrier'}},
  181. {text:'Command Block\n',color:orange,bold:true,clickEvent:{action:run_command,value:'/give @p command_block'}},
  182. {text:'Command Minecart\n',color:red,bold:true,clickEvent:{action:run_command,value:'/give @p minecraft:command_block_minecart'}}
  183. ]}
  184. ",
  185.  
  186. "
  187. {\"text\":\"\",\"extra\":[
  188. {text:'Weather: ',\"color\":\"black\"},
  189. {\"text\":\" \n\"},
  190. {text:'Sun\n',color:gold,bold:true,clickEvent:{action:run_command,value:'/weather clear'}},
  191. {text:'Rain\n',color:dark_aqua,bold:true,clickEvent:{action:run_command,value:'/weather rain 1000000'}},
  192. {text:'Thunder\n',color:white,bold:true,clickEvent:{action:run_command,value:'/summon LightningBolt ~ ~ ~'}},
  193. {\"text\":\" \n\"},
  194. {\"text\":\"Cut:\n\"},
  195. {\"text\":\" \n\"},
  196. {\"text\":\"[3x3] \",\"color\":\"red\",bold:true,\"clickEvent\":{\"action\":\"run_command\",\"value\": \"/fill ~-1 ~-1 ~-1 ~1 ~-1 ~1 air\"}},
  197. {\"text\":\"[5x5] \",\"color\":\"red\",bold:true,\"clickEvent\":{\"action\":\"run_command\",\"value\": \"/fill ~-5 ~-1 ~-5 ~5 ~-1 ~5 air\"}},
  198. {\"text\":\"[7x7] \",\"color\":\"red\",bold:true,\"clickEvent\":{\"action\":\"run_command\",\"value\": \"/fill ~-7 ~-1 ~-7 ~7 ~-1 ~7 air\"}},
  199. {\"text\":\"[9x9] \",\"color\":\"red\",bold:true,\"clickEvent\":{\"action\":\"run_command\",\"value\": \"/fill ~-9 ~-1 ~-9 ~9 ~-1 ~9 air\"}},
  200. {\"text\":\"[11x11] \",\"color\":\"red\",bold:true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/fill ~-11 ~-1 ~-11 ~11 ~-1 ~11 air\"}},
  201. {\"text\":\"[15x15]\",\"color\":\"red\",bold:true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/fill ~-15 ~-1 ~-15 ~15 ~-1 ~15 air\"}}
  202. ]}
  203. ",
  204.  
  205. "
  206. {\"text\":\"\",\"extra\":[
  207. {\"text\":\"Summon: \n\",\"color\":\"black\"},
  208. {\"text\":\" \n\"},
  209. {text:'Zombie ',color:dark_green,bold:true,clickEvent:{action:run_command,value:'/summon Zombie ~ ~ ~'}},
  210. {text:' Creeper ',color:green,bold:true,clickEvent:{action:run_command,value:'/summon Creeper ~ ~ ~'}},
  211. {text:'Ender Crystal ',color:light_purple,bold:true,clickEvent:{action:run_command,value:'/summon EnderCrystal ~ ~ ~'}},
  212. {\"text\":\"Kill all entities \n\",color:red,bold:true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/kill @e[type=!Player,name=!TP]\"}}
  213. ]}
  214. ",
  215.  
  216. "
  217. {\"text\":\"\",\"extra\":[
  218. {text:'Others Options: '},
  219. {\"text\":\" \n\"},
  220. {\"text\":\"Pvp: \",\"color\":\"Black\"},
  221. {\"text\":\"[inst1] \",\"color\":\"red\",bold:true,\"clickEvent\":{\"action\":\"run_command\",\"value\": \"/scoreboard teams add PVP\"}},
  222. {\"text\":\"[inst2]\",\"color\":\"red\",bold:true,\"clickEvent\":{\"action\":\"run_command\",\"value\": \"/scoreboard teams option PVP friendlyfire false\"}},
  223. {text:'On',color:green,bold:true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\" /scoreboard teams empty PVP\"}},
  224. {text:' | ',color:black},
  225. {text:'Off ',color:red,bold:true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\" /scoreboard teams join PVP @a\"}},
  226. {\"text\":\"Health:\",\"color\":\"Black\"},
  227. {\"text\":\"[inst1] \",\"color\":\"red\",bold:true,\"clickEvent\":{\"action\":\"run_command\",\"value\": \"/scoreboard teams add Vie\"}},
  228. {\"text\":\"[inst2]\",\"color\":\"red\",bold:true,\"clickEvent\":{\"action\":\"run_command\",\"value\": \"/scoreboard objectives add Vie health\"}},
  229. {text:'On',color:green,bold:true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\" /scoreboard teams empty Vie\"}},
  230. {text:' | ',color:black},
  231. {text:'Off ',color:red,bold:true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\" /scoreboard teams join Vie @a\"}},
  232. {\"text\":\"Fireball: \",\"color\":\"black\"},
  233. {\"text\":\"Summon\",\"color\":\"red\",bold:true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/summon Fireball ~1 ~1 ~1 {ExplosionPower:5,direction: [0.0,0.0,0.0] }\"}},
  234. {text:' Check our YouTube channel',color:black,bold:true,clickEvent:{action:run_command,value:'/me https://www.youtube.com/channel/UCLxpjwD0S6JGI-9NsXRbgWg'},hoverEvent:{action:show_text,value:'SeikRyze'}}
  235. ]}
  236. "
  237.  
  238. ]}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement