dragnoz

Book - Pathfinding

Jul 16th, 2014
1,625
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. /give @a written_book 1 0
  2. {title:"Control Book",author:"Dragnoz",
  3. pages:["{text:\"Admin Commands\",color:red,
  4. extra:[{text:\"\n\n\"},
  5. {text:\"\Left \",color:black,clickEvent:{action:run_command,value:\"/gamemode 0\"}},
  6. {text:\"\| Right \",color:black,clickEvent:{action:run_command,value:\"/gamemode 1\"}},
  7. {text:\"\| Forward \",color:black,clickEvent:{action:run_command,value:\"/gamemode 2\"}},
  8. {text:\"\| Backward \",color:black,clickEvent:{action:run_command,value:\"/gamemode 3\"}},
  9. {text:\"\| Up\",color:black,clickEvent:{action:run_command,value:\"/gamemode 2\"}},
  10. {text:\"\| Down \",color:black,clickEvent:{action:run_command,value:\"/tp @e[r=0] ~ ~-1 ~ \"}}
  11.  
  12.  
  13. ]}",
  14. "{text:\"Locations\",color:red,bold:false,
  15. extra:[{text:\"\n\n\"},
  16. {text:\"\Lemmings\",color:black,clickEvent:{action:run_command,value:\"/tp @p -5 120 -47\"}},
  17. {text:\"\n\n\"},
  18. {text:\"\Command Blocks\",color:red,bold:true,clickEvent:{action:run_command,value:\"/tp @p -5 32 7\"}}
  19.  
  20. ]}",
  21. "{text:\"Mob Path Finding\",color:red,bold:false,
  22. extra:[{text:\"\n\n\"},
  23. {text:\"\Summon Villager\",color:black,bold:true,clickEvent:{action:run_command,value:\"/summon Villager -3 35 0 {Attributes:[{Name:generic.movementSpeed,Base:0.001}]}\"}},
  24. {text:\"\n\n\"},
  25. {text:\"\Summon Zombie\",color:red,bold:true,clickEvent:{action:run_command,value:\"/scoreboard players set @p[r=0] book 1\"}}
  26.  
  27. ]}",
  28.  
  29. "{text:\"Silverfish racing\",color:red,bold:false,
  30. extra:[{text:\"\n\n\"},
  31. {text:\"\Summon Silverfish\",color:black,bold:true,clickEvent:{action:run_command,value:\"/setblock 14 30 -19 redstone_block\"}},
  32. {text:\"\n\n\"},
  33. {text:\"\Stop Race\",color:red,bold:true,clickEvent:{action:run_command,value:\"/setblock 14 30 -21 redstone_block\"}},
  34. {text:\"\n\n\"},
  35. {text:\"\Start Race\",color:green,bold:true,clickEvent:{action:run_command,value:\"/setblock 14 30 -20 redstone_block\"}}
  36.  
  37. ]}"]}
  38.  
  39.  
  40. /tp @p -5 120 -47
Advertisement
Add Comment
Please, Sign In to add comment