Advertisement
genf

Usefull book by the webmage

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