Guest User

Untitled

a guest
Jan 12th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.99 KB | None | 0 0
  1. {
  2. BlockState:{Name:"stone"},
  3. Time:1,
  4. Passengers:
  5. [
  6. {
  7. id:"falling_block",
  8. Time:1,
  9. BlockState:
  10. {
  11. Name:"redstone_block"
  12. },
  13. Passengers:
  14. [
  15. {
  16. id:"falling_block",
  17. Time:1,
  18. BlockState:
  19. {
  20. Name:"activator_rail"
  21. },
  22. Passengers:
  23. [
  24. {
  25. id:"command_block_minecart",
  26. Command:"gamerulecommandBlockOutput false"
  27. },
  28. {
  29. id:command_block_minecart,
  30. Command:"setblock ~ ~3 ~ command_block{Command:"summon minecraft:falling_block ~2 ~1.5 ~ {Time:-1200,Passengers:[{id:command_block_minecart,Command:\"say the 60 seconds are over\"}], NoGravity:1}"}"
  31. },
  32. {id:command_block_minecart,
  33. Command:"setblock ~2 ~3 ~ redstone_block"
  34. },
  35. {
  36. id:command_block_minecart,
  37. Command:"setblock ~2 ~4 ~ activator_rail"
  38. },
  39. {
  40. id:command_block_minecart,
  41. Command:"setblock ~ ~ ~1 command_block{Command:"fill ~ ~-3 ~-1 ~ ~ ~ air"}"
  42. },
  43. {
  44. id:command_block_minecart,
  45. Command:"setblock ~ ~-1 ~1 redstone_block"
  46. },
  47. {
  48. id:command_block_minecart,
  49. Command:"kill @e[type=command_block_minecart,distance=..1]"
  50. }
  51. ]
  52. }
  53. ]
  54. }
  55. ]
  56. }``
Add Comment
Please, Sign In to add comment