Advertisement
mohrboys2

Minecraft Everything Book

Feb 14th, 2015
563
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.47 KB | None | 0 0
  1. give @p written_book 1 0 {title:"World Book",author:"",pages:[
  2.  
  3. "{text:'Difficulty\n\n',extra:[
  4. {text:'* Peaceful\n',color:dark_aqua,clickEvent:{action:run_command,value:'/difficulty 0'}},
  5. {text:'* Easy\n',color:dark_aqua,clickEvent:{action:run_command,value:'/difficulty 1'}},
  6. {text:'* Normal\n',color:dark_aqua,clickEvent:{action:run_command,value:'/difficulty 2'}},
  7. {text:'* Hard\n\n',color:dark_aqua,clickEvent:{action:run_command,value:'/difficulty 3'}},
  8.  
  9. {text:'Game Mode\n\n',color:black},
  10. {text:'* Survival\n',color:dark_aqua,clickEvent:{action:run_command,value:'/gamemode 0'}},
  11. {text:'* Creative\n',color:dark_aqua,clickEvent:{action:run_command,value:'/gamemode 1'}},
  12. {text:'* Adventure\n',color:dark_aqua,clickEvent:{action:run_command,value:'/gamemode 2'}},
  13. {text:'* Spectator',color:dark_aqua,clickEvent:{action:run_command,value:'/gamemode 3'}}]}",
  14.  
  15. "{text:'Game Settings I\n\n',color:black,extra:[
  16. {text:'* Command Feedback\n',color:black},
  17. {text:' On - ',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule sendCommandFeedback true'}},
  18. {text:'Off\n',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule sendCommandFeedback false'}},
  19.  
  20. {text:'* Command Output\n',color:black},
  21. {text:' On - ',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule commandBlockOutput true'}},
  22. {text:'Off\n',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule commandBlockOutput false'}},
  23.  
  24. {text:'* Death Messages\n',color:black},
  25. {text:' On - ',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule showDeathMessages true'}},
  26. {text:'Off\n',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule showDeathMessages false'}},
  27.  
  28. {text:'* Fire Tick\n',color:black},
  29. {text:' On - ',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule doFireTick true'}},
  30. {text:'Off\n',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule doFireTick false'}},
  31.  
  32. {text:'* Mob Loot\n',color:black},
  33. {text:' On - ',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule doMobLoot true'}},
  34. {text:'Off\n',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule doMobLoot false'}}]}",
  35.  
  36. "{text:'Game Settings II\n\n',color:black,extra:[
  37. {text:'* Mob Spawns\n',color:black},
  38. {text:' On - ',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule doMobSpawning true'}},
  39. {text:'Off\n',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule doMobSpawning false'}},
  40.  
  41. {text:'* Tile Drops\n',color:black},
  42. {text:' On -',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule doTileDrops true'}},
  43. {text:'Off\n',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule doTileDrops false'}},
  44.  
  45. {text:'* Inventory\n',color:black},
  46. {text:' Keep - ',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule keepInventory true'}},
  47. {text:'Drop\n',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule keepInventory false'}},
  48.  
  49. {text:'* Mob Griefing\n',color:black},
  50. {text:' On - ',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule mobGriefing true'}},
  51. {text:'Off\n',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule mobGriefing false'}},
  52.  
  53. {text:'* Regeneration\n',color:black},
  54. {text:' On - ',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule naturalRegeneration true'}},
  55. {text:'Off\n',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule naturalRegeneration false'}}]}",
  56.  
  57. "{text:'Give\n\n',extra:[
  58. {text:'* Barrier\n',color:dark_aqua,clickEvent:{action:run_command,value:'/give @p barrier'}},
  59. {text:'* Command Block\n\n',color:dark_aqua,clickEvent:{action:run_command,value:'/give @p command_block'}},
  60.  
  61. {text:'Time and Weather\n\n',color:black},
  62. {text:'* Advance time\n',color:dark_aqua,clickEvent:{action:run_command,value:'/time add 1000'}},
  63.  
  64. {text:'* Set time: ',color:black},
  65. {text:'Day - ',color:dark_aqua,clickEvent:{action:run_command,value:'/time set day'}},
  66. {text:'Night\n',color:dark_aqua,clickEvent:{action:run_command,value:'/time set night'}},
  67.  
  68. {text:'* Day cycle: ',color:black},
  69. {text:'On - ',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule doDaylightCycle true'}},
  70. {text:'Off\n\n',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule doDaylightCycle false'}},
  71.  
  72. {text:'* Weather\n',color:black},
  73. {text:' Off - ',color:dark_aqua,clickEvent:{action:run_command,value:'/weather clear 1000000'}},
  74. {text:'Toggle',color:dark_aqua,clickEvent:{action:run_command,value:'/toggledownfall'}}]}"
  75. ]}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement