dragnoz

Book: Pathfinding Video

Jul 11th, 2014
1,101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1. /give @a written_book 1 0
  2. {title:"Basic Book",author:"Dragnoz",
  3. pages:["{text:\"Admin Commands\",color:red,
  4. extra:[{text:\"\n\n\"},
  5. {text:\"\Gamemode 0 \",color:black,clickEvent:{action:run_command,value:\"/gamemode 0\"}},
  6. {text:\"\| 1 \",color:black,clickEvent:{action:run_command,value:\"/gamemode 1\"}},
  7. {text:\"\| 2 \",color:black,clickEvent:{action:run_command,value:\"/gamemode 2\"}},
  8. {text:\"\| 3 \",color:black,clickEvent:{action:run_command,value:\"/gamemode 3\"}},
  9. {text:\"\n\n\"},
  10. {text:\"\Kill Entities\",color:black,clickEvent:{action:run_command,value:\"/kill @e[type=!Player]\"}},
  11. {text:\"\n\n\"},
  12. {text:\"\Time set: Day \",color:black,clickEvent:{action:run_command,value:\"/time set day\"}},
  13. {text:\"\| Night \",color:black,clickEvent:{action:run_command,value:\"/time set night\"}}
  14.  
  15.  
  16.  
  17. ]}",
  18.  
  19. "{text:\"Mob Path Finding\",color:red,bold:false,
  20. extra:[{text:\"\n\n\"},
  21. {text:\"\Summon Villager |\",color:black,bold:true,clickEvent:{action:run_command,value:\"/setblock -3 32 29 redstone_block\"}},
  22. {text:\"\n\n\"},
  23. {text:\"\Red Path |\",color:red,bold:true,clickEvent:{action:run_command,value:\"/setblock -5 32 29 air\"}},
  24. {text:\"\ Reset \",color:black,clickEvent:{action:run_command,value:\"/setblock -5 32 29 redstone_block\"}},{text:\"\n\n\"},
  25. {text:\"\Green Path |\",color:green,bold:true,clickEvent:{action:run_command,value:\"/setblock -7 32 29 air 0\"}},
  26. {text:\"\ Reset \",color:black,clickEvent:{action:run_command,value:\"/setblock -7 32 29 redstone_block 0\"}},
  27. {text:\"\n\n\"},
  28. {text:\"\Blue Path |\",color:blue,bold:true,clickEvent:{action:run_command,value:\"/setblock -9 32 29 air\"}},
  29. {text:\"\ Reset \",color:black,clickEvent:{action:run_command,value:\"/setblock -9 32 29 redstone_block\"}}
  30.  
  31. ]}"]}
Advertisement
Add Comment
Please, Sign In to add comment