Advertisement
dragnoz

Dash of Doom Update

Oct 18th, 2014
791
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.90 KB | None | 0 0
  1. /give @p written_book 1 0
  2. {title:"Dash of Doom ",author:"Dragnoz",
  3. pages:["{text:\"Admin Book\",color:red,
  4. extra:[{text:\"\n\n\"},
  5. {text:\"\Kill Entities R 10\n\",color:black,clickEvent:{action:run_command,value:\"/kill @e[type=!Player,r=10]\"}},
  6. {text:\"\Reset Distance \n\",color:black,clickEvent:{action:run_command,value:\"/scoreboard players set @p distance 0\"}},
  7. {text:\"\Display Timer \n\",color:black,clickEvent:{action:run_command,value:\"/scoreboard objectives setdisplay sidebar timer\"}},
  8. {text:\"\Display Distance\n\",color:black,clickEvent:{action:run_command,value:\"/scoreboard objectives setdisplay sidebar distance\"}},
  9. {text:\"\Setblock on\n\",color:black,clickEvent:{action:run_command,value:\"/setblock 82 4 -367 minecraft:air\"}},
  10. {text:\"\setblock off\n\",color:black,clickEvent:{action:run_command,value:\"/setblock 82 4 -367 minecraft:redstone_block\"}},
  11. {text:\"\ -\",color:black,clickEvent:{action:run_command,value:\"/command\"}},
  12. {text:\"\n\n\"},
  13. {text:\"\ - \",color:black,clickEvent:{action:run_command,value:\"/setblock -63 8 32 redstone_block\"}},
  14. {text:\"\- \",color:black,clickEvent:{action:run_command,value:\"/setblock -63 8 32 air\"}}
  15.  
  16.  
  17. ]}",
  18. "{text:\"Locations\",color:red,bold:false,
  19. extra:[{text:\"\n\n\"},
  20. {text:\"\Command Blocks\n\",color:black,clickEvent:{action:run_command,value:\"/tp @p 93 5 -366\"}},
  21. {text:\"\Start Area\n\",color:black,clickEvent:{action:run_command,value:\"/tp @p 331 128 -397\"}},
  22. {text:\"\Mine\n\",color:black,clickEvent:{action:run_command,value:\"/tp @p 333 63 -368\"}},{text:\"\Skull\n\",color:black,clickEvent:{action:run_command,value:\"/tp @p 364 77 -236\"}},
  23. {text:\"\Ice \n\",color:black,clickEvent:{action:run_command,value:\"/tp @p 497 63 -328\"}},
  24. {text:\"\Forrest\n\",color:black,clickEvent:{action:run_command,value:\"/tp @p 211 71 -349\"}},
  25. {text:\"\Boat\n\",color:black,clickEvent:{action:run_command,value:\"/tp @p 496 80 -478\"}},
  26. {text:\"\--\",color:red,bold:true,clickEvent:{action:run_command,value:\"/command\"}}
  27.  
  28.  
  29. ]}",
  30. "{text:\"Game Controls\",color:red,bold:false,
  31. extra:[{text:\"\n\n\"},
  32. {text:\"\ Random Start\",color:black,bold:true,clickEvent:{action:run_command,value:\"/execute @r[type=ArmorStand,name=start] ~ ~ ~ setblock ~ ~-1 ~ redstone_block\"}},
  33. {text:\"\n\n\"},
  34. {text:\"\ null\",color:red,bold:true,clickEvent:{action:run_command,value:\"/command\"}}
  35.  
  36. ]}",
  37.  
  38. "{text:\"title\",color:red,bold:false,
  39. extra:[{text:\"\n\n\"},
  40. {text:\"\ null\",color:black,bold:true,clickEvent:{action:run_command,value:\"/command\"}},
  41. {text:\"\n\n\"},
  42. {text:\"\ null\",color:red,bold:true,clickEvent:{action:run_command,value:\"/command\"}},
  43. {text:\"\n\n\"},
  44. {text:\"\ null\",color:green,bold:true,clickEvent:{action:run_command,value:\"/command\"}}
  45.  
  46. ]}"]}
  47.  
  48. mine
  49. /summon ArmorStand 332 63 -361 {CustomName:"start",CustomNameVisible:1,Small:1,Invisible:1,NoGravity:1,PersistenceRequired:1,Rotation:[-180f,-20f]}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement