Advertisement
dragnoz

10 000 Robots Leeds City

Oct 22nd, 2014
1,816
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.02 KB | None | 0 0
  1. /give @p written_book 1 0
  2. {title:"10 000 Robots",author:"Dragnoz",
  3. pages:["{text:\"Locations\",color:red,
  4. extra:[{text:\"\n\n\"},
  5. {text:\"\Command Blocks\n\",color:black,clickEvent:{action:run_command,value:\"/tp @p 0 30 0\"}},
  6. {text:\"\Test Leeds Map\n\",color:black,clickEvent:{action:run_command,value:\"/tp @p 43 15 464\"}},
  7. {text:\"\Lobby\n\",color:black,clickEvent:{action:run_command,value:\"/tp @p -7 110 0 90 -14\"}},
  8. {text:\"\Kill placerobot\n\",color:black,clickEvent:{action:run_command,value:\"/kill @e[name=placerobot]\"}},
  9.  
  10. {text:\"\Clone test\n\",color:black,clickEvent:{action:run_command,value:\"/setblock 95 50 -137 minecraft:redstone_block\"}},
  11.  
  12.  
  13. {text:\"\ -\",color:black,clickEvent:{action:run_command,value:\"/command\"}},
  14. {text:\"\n\n\"},
  15. {text:\"\ - \",color:black,clickEvent:{action:run_command,value:\"/setblock -63 8 32 redstone_block\"}},
  16. {text:\"\- \",color:black,clickEvent:{action:run_command,value:\"/setblock -63 8 32 air\"}}
  17.  
  18.  
  19. ]}",
  20. "{text:\"Locations\",color:red,bold:false,
  21. extra:[{text:\"\n\n\"},
  22. {text:\"\-\",color:black,clickEvent:{action:run_command,value:\"/tp @p 0 64 0\"}},
  23. {text:\"\n\n\"},
  24. {text:\"\ null\",color:red,bold:true,clickEvent:{action:run_command,value:\"/command\"}}
  25.  
  26. ]}",
  27. "{text:\"Title\",color:red,bold:false,
  28. extra:[{text:\"\n\n\"},
  29. {text:\"\ NULL\",color:black,bold:true,clickEvent:{action:run_command,value:\"/command\"}},
  30. {text:\"\n\n\"},
  31. {text:\"\ null\",color:red,bold:true,clickEvent:{action:run_command,value:\"/command\"}}
  32.  
  33. ]}",
  34.  
  35. "{text:\"title\",color:red,bold:false,
  36. extra:[{text:\"\n\n\"},
  37. {text:\"\ null\",color:black,bold:true,clickEvent:{action:run_command,value:\"/command\"}},
  38. {text:\"\n\n\"},
  39. {text:\"\ null\",color:red,bold:true,clickEvent:{action:run_command,value:\"/command\"}},
  40. {text:\"\n\n\"},
  41. {text:\"\ null\",color:green,bold:true,clickEvent:{action:run_command,value:\"/command\"}}
  42.  
  43. ]}"]}
  44.  
  45.  
  46. RESET BAYS
  47. /blockdata ~ ~1 ~ {Text1:"{text:\"RESET\",color:black}",Text2:"{text:\"BAY 1\",bold:\"true\",color:black,clickEvent:{action:\"run_command\",value:\"setblock ~-2 ~ ~ redstone_block\"}}",Text3:" ",Text4:" "}
  48.  
  49.  
  50.  
  51. Bay 1 submit robot
  52. /blockdata -35 117 4 {Text1:"{text:\"BAY 1\",color:black}",Text2:"{text:\"Robot awaiting\",color:yellow}",Text3:"{text:\"Approval\",color:yellow}",Text4:"{text:\"Admin Click to tp\",color:black,clickEvent:{action:\"run_command\",value:\"trigger tp set 1\"}}"}
  53.  
  54. Bay 1 submit Available
  55. /blockdata -35 117 4 {Text1:"{text:\"BAY 1\",color:black}",Text2:"{text:\"AVAILABLE \",color:green}",Text3:"{text:\"CLICK TO TP\",color:green}",Text4:"{text:\"and start building\",color:green,clickEvent:{action:\"run_command\",value:\"trigger tp set 1\"}}"}
  56.  
  57.  
  58. /blockdata -35 117 4 {Text1:"{text:\"BAY 1\",color:black}",Text2:"{text:\"In Use by:\",color:aqua}",Text3:"{selector:\"@p[score_bay_min=1,score_bay=1]\",color:aqua}",Text4:"{text:\"Click to visit\",color:black,clickEvent:{action:\"run_command\",value:\"trigger tp set 1\"}}"}
  59.  
  60. /execute @e[type=ArmorStand,r=40] ~ ~ ~ setblock ~2 ~ ~ redstone_block
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement