Tiberiuoctavian

Hack Minecraft script

Aug 16th, 2018
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.07 KB | None | 0 0
  1. give @p written_book 1 0 {title:"Magic Book",author:"The_Webmage",pages:[
  2.  
  3. "{text:'Clear\n\n',extra:[
  4. {text:'* Entities\n',color:black},
  5. {text:' 100 blocks',color:dark_aqua,clickEvent:{action:run_command,value:'/kill @e[type=!Player,r=100]'}},
  6. {text:' | ',color:black},
  7. {text:'Global\n',color:dark_aqua,clickEvent:{action:run_command,value:'/kill @e[type=!Player]'}},
  8. {text:'* Scoreboard\n',color:black},
  9. {text:' Player',color:dark_aqua,clickEvent:{action:run_command,value:'/scoreboard players reset @p'}},
  10. {text:' | ',color:black},
  11. {text:'Global\n\n',color:dark_aqua,clickEvent:{action:run_command,value:'/scoreboard players reset *'}},
  12.  
  13. {text:'Give\n\n',color:black},
  14. {text:'* Barrier\n',color:dark_aqua,clickEvent:{action:run_command,value:'/give @p barrier'}},
  15. {text:'* Command Block\n',color:dark_aqua,clickEvent:{action:run_command,value:'/give @p command_block'}},
  16. {text:'* Command Minecart\n',color:dark_aqua,clickEvent:{action:run_command,value:'/give @p minecraft:command_block_minecart'}},
  17. {text:'* Dragon Egg\n',color:dark_aqua,clickEvent:{action:run_command,value:'/give @p minecraft:dragon_egg'}},
  18. {text:'* Mob Spawner\n\n',color:dark_aqua,clickEvent:{action:run_command,value:'/give @p minecraft:mob_spawner'}}]}",
  19.  
  20. "{text:'Game Settings\n\n',extra:[
  21. {text:'* Peaceful\n',color:dark_aqua,clickEvent:{action:run_command,value:'/difficulty 0'}},
  22. {text:'* Easy\n',color:dark_aqua,clickEvent:{action:run_command,value:'/difficulty 1'}},
  23. {text:'* Normal\n',color:dark_aqua,clickEvent:{action:run_command,value:'/difficulty 2'}},
  24. {text:'* Hard\n\n',color:dark_aqua,clickEvent:{action:run_command,value:'/difficulty 3'}},
  25.  
  26. {text:'* Survival\n',color:dark_aqua,clickEvent:{action:run_command,value:'/gamemode 0'}},
  27. {text:'* Creative\n',color:dark_aqua,clickEvent:{action:run_command,value:'/gamemode 1'}},
  28. {text:'* Adventure\n',color:dark_aqua,clickEvent:{action:run_command,value:'/gamemode 2'}},
  29. {text:'* Spectator',color:dark_aqua,clickEvent:{action:run_command,value:'/gamemode 3'}}]}",
  30.  
  31. "{text:'Time\n\n',extra:[
  32. {text:'* Advance time\n',color:dark_aqua,clickEvent:{action:run_command,value:'/time add 1000'}},
  33. {text:'* Set time: ',color:black},
  34. {text:'Day',color:dark_aqua,clickEvent:{action:run_command,value:'/time set day'}},
  35. {text:' | ',color:black},
  36. {text:'Night\n',color:dark_aqua,clickEvent:{action:run_command,value:'/time set night'}},
  37. {text:'* Day cycle: ',color:black},
  38. {text:'On',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule doDaylightCycle true'}},
  39. {text:' | ',color:black},
  40. {text:'Off\n\n',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule doDaylightCycle false'}},
  41.  
  42. {text:'Weather\n\n',color:black},
  43. {text:'* Default\n',color:dark_aqua,clickEvent:{action:run_command,value:'/weather clear'}},
  44. {text:'* Off\n',color:dark_aqua,clickEvent:{action:run_command,value:'/weather clear 1000000'}},
  45. {text:'* Rain\n',color:dark_aqua,clickEvent:{action:run_command,value:'/weather rain 1000000'}},
  46. {text:'* Thunder',color:dark_aqua,clickEvent:{action:run_command,value:'/weather rain 1000000'}}]}",
  47.  
  48. "{text:'Summon\n\n',extra:[
  49. {text:'* Charged Creeper\n',color:dark_aqua,clickEvent:{action:run_command,value:'/summon Creeper ~ ~ ~ {powered:1}'}},
  50. {text:'* Ender Dragon\n',color:dark_aqua,clickEvent:{action:run_command,value:'/summon EnderDragon'}},
  51. {text:'* Elder Guardian\n',color:dark_aqua,clickEvent:{action:run_command,value:'/summon Guardian ~ ~ ~ {Elder:1b}'}},
  52. {text:'* Giant\n',color:dark_aqua,clickEvent:{action:run_command,value:'/summon Giant'}},
  53. {text:'* Killer Rabbit\n',color:dark_aqua,clickEvent:{action:run_command,value:'/summon Rabbit ~ ~ ~ {RabbitType:99}'}},
  54. {text:'* Wither Skeleton\n\n',color:dark_aqua,clickEvent:{action:run_command,value:'/summon Skeleton ~ ~ ~ {SkeletonType:1,Equipment:[{id:minecraft:stone_sword}]}'}},
  55. {text:'* Ender Crystal\n',color:dark_aqua,clickEvent:{action:run_command,value:'/summon EnderCrystal ~ ~1 ~'}}]}",
  56.  
  57. "{text:'Other Settings I\n\n',color:black,extra:[
  58.  
  59. {text:'* Command Feedback\n',color:black},
  60. {text:' On',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule sendCommandFeedback true'}},
  61. {text:' | ',color:black},
  62. {text:'Off\n',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule sendCommandFeedback false'}},
  63. {text:'* Command Output\n',color:black},
  64. {text:' On',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule commandBlockOutput true'}},
  65. {text:' | ',color:black},
  66. {text:'Off\n',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule commandBlockOutput false'}},
  67. {text:'* Death Messages\n',color:black},
  68. {text:' On',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule showDeathMessages true'}},
  69. {text:' | ',color:black},
  70. {text:'Off\n',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule showDeathMessages false'}},
  71. {text:'* Fire Tick\n',color:black},
  72. {text:' On',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule doFireTick true'}},
  73. {text:' | ',color:black},
  74. {text:'Off\n',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule doFireTick false'}},
  75. {text:'* Mob Loot\n',color:black},
  76. {text:' On',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule doMobLoot true'}},
  77. {text:' | ',color:black},
  78. {text:'Off\n',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule doMobLoot false'}}]}",
  79.  
  80. "{text:'Other Settings II\n\n',color:black,extra:[
  81.  
  82. {text:'* Mob Spawns\n',color:black},
  83. {text:' On',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule doMobSpawning true'}},
  84. {text:' | ',color:black},
  85. {text:'Off\n',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule doMobSpawning false'}},
  86. {text:'* Tile Drops\n',color:black},
  87. {text:' On',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule doTileDrops true'}},
  88. {text:' | ',color:black},
  89. {text:'Off\n',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule doTileDrops false'}},
  90. {text:'* Inventory\n',color:black},
  91. {text:' Keep',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule keepInventory true'}},
  92. {text:' | ',color:black},
  93. {text:'Drop\n',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule keepInventory false'}},
  94. {text:'* Mob Griefing\n',color:black},
  95. {text:' On',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule mobGriefing true'}},
  96. {text:' | ',color:black},
  97. {text:'Off\n',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule mobGriefing false'}},
  98. {text:'* Regeneration\n',color:black},
  99. {text:' On',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule naturalRegeneration true'}},
  100. {text:' | ',color:black},
  101. {text:'Off',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule naturalRegeneration false'}}]}",
  102.  
  103. "{text:' A creation of /u/The_Webmage.\nMagic Book v1.3\n\nWant to check and see if you have the latest version? The \/give command can be found ',extra:[
  104. {text:'Here.',color:dark_aqua,clickEvent:{action:open_url,value:'http://github.com/TheWebmage/commands-json/blob/master/Magic%20Book'}}]}"
  105. ]}
Add Comment
Please, Sign In to add comment