ChaoticRedstone

How To Make Plantable Bombs In Minecraft!

Aug 22nd, 2016
1,179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.92 KB | None | 0 0
  1. //Watch my YouTube video for help:https://www.youtube.com/watch?v=8e78PNTlFEs
  2. //One Command Format At Very Bottom!
  3.  
  4. //Scoreboards
  5. > /scoreboard objectives add ptimer dummy
  6. > /scoreboard objectives add btimer dummy
  7. > /scoreboard objectives add plant dummy
  8. > /scoreboard objectives add beep1 dummy
  9. > /scoreboard objectives add beep2 dummy
  10. > /scoreboard objectives add beep3 dummy
  11. > /scoreboard objectives add beep4 dummy
  12. > /scoreboard objectives add beep5 dummy
  13.  
  14. //C4 Explosive Item
  15. > /give @p skull 1 3 {display:{Name:"C4"},SkullOwner:{Id:"8b8fcca0-6880-4108-a46a-5a21320e0d7c",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOGRhMzMyYWJkZTMzM2ExNWE2YzZmY2ZlY2E4M2YwMTU5ZWE5NGI2OGU4ZjI3NGJhZmMwNDg5MmI2ZGJmYyJ9fX0="}]}}}
  16.  
  17. //Checking for the C4 in the player's hand
  18. //set this command block to repeat and always active!
  19. > /scoreboard players set @p plant 1 {SelectedItem:{id:minecraft:skull,tag:{display:{Name:"C4"}}}}
  20.  
  21. //Checking for the player looking straight down
  22. //set this command block to chain and always active!
  23. > /execute @a[score_plant_min=1,rx=90,rxm=90] ~ ~ ~ /scoreboard players add @a ptimer 1
  24.  
  25. //Tellraw and remove bomb from inventory
  26. //set this command block to chain and always active!
  27. > /execute @a[score_plant_min=1,score_ptimer_min=60] ~ ~ ~ /tellraw @p ["",{"text":"Bomb Has Been Planted","color":"dark_red"}]
  28. //set this command block to chain and always active!
  29. > /execute @a[score_plant_min=1,score_ptimer_min=60] ~ ~ ~ /clear @a minecraft:skull 3 1 {display:{Name:"C4"}}
  30.  
  31. //Summon armorstand and adding to bomb timer
  32. //set this command block to chain and always active!
  33. > /execute @a[score_plant_min=1,score_ptimer_min=60] ~ ~ ~ /summon ArmorStand ~ ~-1.5 ~ {CustomName:"bomb",CustomNameVisible:0,NoGravity:1b,Invisible:1,Invulnerable:1,ArmorItems:[{},{},{},{id:skull,Damage:3,Count:1,tag:{SkullOwner:{Id:"8b8fcca0-6880-4108-a46a-5a21320e0d7c",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOGRhMzMyYWJkZTMzM2ExNWE2YzZmY2ZlY2E4M2YwMTU5ZWE5NGI2OGU4ZjI3NGJhZmMwNDg5MmI2ZGJmYyJ9fX0="}]}}}}],DisabledSlots:2039583}
  34. //set this command block to chain and always active!
  35. > /scoreboard players add @e[type=ArmorStand,name=bomb] btimer 1
  36.  
  37. //Reset scoreboards
  38. //set this command block to chain and always active!
  39. > /scoreboard players set @a[score_ptimer_min=60] ptimer 0
  40. //set this command block to chain and always active!
  41. > /scoreboard players set @a plant 0
  42.  
  43. //Adding armorstand to sound scoreboards based on bomb timer
  44. //set this command block to repeat and always active!
  45. > /execute @e[score_btimer_min=1,score_btimer=300] ~ ~ ~ /scoreboard players add @e[type=ArmorStand,name=bomb] beep1 1
  46. //set this command block to chain and always active!
  47. > /execute @e[score_btimer_min=300,score_btimer=500] ~ ~ ~ /scoreboard players add @e[type=ArmorStand,name=bomb] beep2 1
  48. //set this command block to chain and always active!
  49. > /execute @e[score_btimer_min=500,score_btimer=600] ~ ~ ~ /scoreboard players add @e[type=ArmorStand,name=bomb] beep3 1
  50. //set this command block to chain and always active!
  51. > /execute @e[score_btimer_min=600,score_btimer=650] ~ ~ ~ /scoreboard players add @e[type=ArmorStand,name=bomb] beep4 1
  52. //set this command block to chain and always active!
  53. > /execute @e[score_btimer_min=650,score_btimer=680] ~ ~ ~ /scoreboard players add @e[type=ArmorStand,name=bomb] beep5 1
  54.  
  55. //Summon tnt and killing armorstand
  56. //set this command block to chain and always active!
  57. > /execute @e[score_btimer_min=680,score_btimer=700] ~ ~ ~ /summon PrimedTnt ~ ~ ~
  58. //set this command block to chain and always active!
  59. > /execute @e[score_btimer_min=700,score_btimer=700] ~ ~ ~ /kill @e[type=ArmorStand,name=bomb]
  60.  
  61. //Sound for bomb ticking
  62. //set this command block to repeat and always active!
  63. > /execute @e[score_beep1_min=40] ~ ~ ~ /playsound block.anvil.land master @a ~ ~ ~ 1 2
  64. //set this command block to chain and always active!
  65. > /scoreboard players set @e[score_beep1_min=40] beep1 0
  66. //set this command block to chain and always active!
  67. > /execute @e[score_beep2_min=20] ~ ~ ~ /playsound block.anvil.land master @a ~ ~ ~ 1 2
  68. //set this command block to chain and always active!
  69. > /scoreboard players set @e[score_beep2_min=20] beep2 0
  70. //set this command block to chain and always active!
  71. > /execute @e[score_beep3_min=10] ~ ~ ~ /playsound block.anvil.land master @a ~ ~ ~ 1 2
  72. //set this command block to chain and always active!
  73. > /scoreboard players set @e[score_beep3_min=10] beep3 0
  74. //set this command block to chain and always active!
  75. > /execute @e[score_beep4_min=5] ~ ~ ~ /playsound block.anvil.land master @a ~ ~ ~ 1 2
  76. //set this command block to chain and always active!
  77. > /scoreboard players set @e[score_beep4_min=5] beep4 0
  78. //set this command block to chain and always active!
  79. > /execute @e[score_beep5_min=2] ~ ~ ~ /playsound block.anvil.land master @a ~ ~ ~ 1 2
  80. //set this command block to chain and always active!
  81. > /scoreboard players set @e[score_beep5_min=2] beep5 0
  82.  
  83. //Flashing red light on bomb
  84. //set this command block to repeat and always active!
  85. > /execute @e[score_beep1_min=35] ~ ~ ~ /summon ArmorStand ~ ~1.6 ~ {CustomName:"light",NoGravity:1b,ShowArms:1,Small:1,Invisible:1,Invulnerable:1,HandItems:[{id:skull,Damage:3,Count:1,tag:{SkullOwner:{Id:"a8f5a413-8ff3-4d04-a3b9-35585460bf8e",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzJiMGEyNzA5YWQyN2M1NzgzYmE3YWNiZGFlODc4N2QxNzY3M2YwODg4ZjFiNmQ0ZTI0ZWUxMzI5OGQ0In19fQ=="}]}}}},{}],DisabledSlots:2039583}
  86. //set this command block to chain and always active!
  87. > /execute @e[score_beep1_min=39] ~ ~ ~ /kill @e[type=ArmorStand,name=light]
  88. //set this command block to chain and always active!
  89. > /execute @e[score_beep2_min=15] ~ ~ ~ /summon ArmorStand ~ ~1.6 ~ {CustomName:"light",NoGravity:1b,ShowArms:1,Small:1,Invisible:1,Invulnerable:1,HandItems:[{id:skull,Damage:3,Count:1,tag:{SkullOwner:{Id:"a8f5a413-8ff3-4d04-a3b9-35585460bf8e",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzJiMGEyNzA5YWQyN2M1NzgzYmE3YWNiZGFlODc4N2QxNzY3M2YwODg4ZjFiNmQ0ZTI0ZWUxMzI5OGQ0In19fQ=="}]}}}},{}],DisabledSlots:2039583}
  90. //set this command block to chain and always active!
  91. > /execute @e[score_beep2_min=19] ~ ~ ~ /kill @e[type=ArmorStand,name=light]
  92. //set this command block to chain and always active!
  93. > /execute @e[score_beep3_min=5] ~ ~ ~ /summon ArmorStand ~ ~1.6 ~ {CustomName:"light",NoGravity:1b,ShowArms:1,Small:1,Invisible:1,Invulnerable:1,HandItems:[{id:skull,Damage:3,Count:1,tag:{SkullOwner:{Id:"a8f5a413-8ff3-4d04-a3b9-35585460bf8e",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzJiMGEyNzA5YWQyN2M1NzgzYmE3YWNiZGFlODc4N2QxNzY3M2YwODg4ZjFiNmQ0ZTI0ZWUxMzI5OGQ0In19fQ=="}]}}}},{}],DisabledSlots:2039583}
  94. //set this command block to chain and always active!
  95. > /execute @e[score_beep3_min=9] ~ ~ ~ /kill @e[type=ArmorStand,name=light]
  96. //set this command block to chain and always active!
  97. > /execute @e[score_beep4_min=1] ~ ~ ~ /summon ArmorStand ~ ~1.6 ~ {CustomName:"light",NoGravity:1b,ShowArms:1,Small:1,Invisible:1,Invulnerable:1,HandItems:[{id:skull,Damage:3,Count:1,tag:{SkullOwner:{Id:"a8f5a413-8ff3-4d04-a3b9-35585460bf8e",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzJiMGEyNzA5YWQyN2M1NzgzYmE3YWNiZGFlODc4N2QxNzY3M2YwODg4ZjFiNmQ0ZTI0ZWUxMzI5OGQ0In19fQ=="}]}}}},{}],DisabledSlots:2039583}
  98. //set this command block to chain and always active!
  99. > /execute @e[score_beep4_min=4] ~ ~ ~ /kill @e[type=ArmorStand,name=light]
  100. //set this command block to chain and always active!
  101. > /execute @e[score_beep5_min=1] ~ ~ ~ /summon ArmorStand ~ ~1.6 ~ {CustomName:"light",NoGravity:1b,ShowArms:1,Small:1,Invisible:1,Invulnerable:1,HandItems:[{id:skull,Damage:3,Count:1,tag:{SkullOwner:{Id:"a8f5a413-8ff3-4d04-a3b9-35585460bf8e",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzJiMGEyNzA5YWQyN2M1NzgzYmE3YWNiZGFlODc4N2QxNzY3M2YwODg4ZjFiNmQ0ZTI0ZWUxMzI5OGQ0In19fQ=="}]}}}},{}],DisabledSlots:2039583}
  102. //set this command block to chain and always active!
  103. > /execute @e[score_beep5_min=1] ~ ~ ~ /kill @e[type=ArmorStand,name=light]
  104.  
  105. //One Command Format:
  106. summon FallingSand ~ ~1 ~ {Block:stone,Time:1,Passengers:[{id:FallingSand,Block:redstone_block,Time:1,Passengers:[{id:FallingSand,Block:activator_rail,Time:1,Passengers:[{id:MinecartCommandBlock,Command:gamerule commandBlockOutput false},{id:MinecartCommandBlock,Command:fill ~2 ~-3 ~-2 ~8 ~1 ~2 stained_hardened_clay 14 hollow},{id:MinecartCommandBlock,Command:fill ~2 ~-2 ~-2 ~8 ~ ~2 stained_glass 1 0 stained_hardened_clay},{id:MinecartCommandBlock,Command:"/tellraw @p [\"\",{\"text\":\"Plantable Bombs By ChaoticRedstone\",\"color\":\"dark_red\"}]"},{id:MinecartCommandBlock,Command:"/tellraw @p [\"\",{\"text\":\"Compressed into one command\",\"color\":\"dark_red\"}]"},{id:MinecartCommandBlock,Command:/scoreboard objectives add ptimer dummy},{id:MinecartCommandBlock,Command:/scoreboard objectives add btimer dummy},{id:MinecartCommandBlock,Command:/scoreboard objectives add plant dummy},{id:MinecartCommandBlock,Command:/scoreboard objectives add beep1 dummy},{id:MinecartCommandBlock,Command:/scoreboard objectives add beep2 dummy},{id:MinecartCommandBlock,Command:/scoreboard objectives add beep3 dummy},{id:MinecartCommandBlock,Command:/scoreboard objectives add beep4 dummy},{id:MinecartCommandBlock,Command:/scoreboard objectives add beep5 dummy},{id:MinecartCommandBlock,Command:setblock ~1 ~-1 ~ wall_sign 4 0 {Text1:"{\\\"text\\\":\\\"\\\"}",Text2:"{\\\"text\\\":\\\"Destroy\\\",\\\"color\\\":\\\"dark_red\\\",\\\"bold\\\":true}",Text3:"{\\\"text\\\":\\\"Machine\\\",\\\"color\\\":\\\"dark_red\\\",\\\"bold\\\":true}",Text4:"{\\\"text\\\":\\\"\\\",\\\"clickEvent\\\":{\\\"action\\\":\\\"run_command\\\",\\\"value\\\":\\\"fill ~ ~-2 ~-2 ~7 ~2 ~2 air\\\"}}"}},{id:MinecartCommandBlock,Command:fill ~3 ~-2 ~-1 ~7 ~ ~1 chain_command_block 5},{id:MinecartCommandBlock,Command:setblock ~7 ~ ~-1 chain_command_block 3},{id:MinecartCommandBlock,Command:setblock ~3 ~-1 ~-1 chain_command_block 1},{id:MinecartCommandBlock,Command:fill ~7 ~-1 ~-1 ~4 ~-1 ~-1 chain_command_block 4},{id:MinecartCommandBlock,Command:setblock ~7 ~-1 ~ chain_command_block 2},{id:MinecartCommandBlock,Command:setblock ~3 ~-1 ~1 chain_command_block 2},{id:MinecartCommandBlock,Command:fill ~7 ~-1 ~1 ~4 ~-1 ~1 chain_command_block 4},{id:MinecartCommandBlock,Command:setblock ~7 ~-2 ~1 chain_command_block 1},{id:MinecartCommandBlock,Command:setblock ~3 ~-2 ~ chain_command_block 3},{id:MinecartCommandBlock,Command:fill ~7 ~-2 ~ ~4 ~-2 ~ chain_command_block 4},{id:MinecartCommandBlock,Command:setblock ~7 ~-2 ~-1 chain_command_block 3},{id:MinecartCommandBlock,Command:setblock ~3 ~-2 ~-1 repeating_command_block 5},{id:MinecartCommandBlock,Command:blockdata ~7 ~ ~-1 {auto:1,Command:/execute @e[score_beep5_min=1] ~ ~ ~ /kill @e[type=ArmorStand,name=light]}},{id:MinecartCommandBlock,Command:blockdata ~6 ~ ~-1 {auto:1,Command:"/execute @e[score_beep5_min=1] ~ ~ ~ /summon ArmorStand ~ ~1.6 ~ {CustomName:\\\"light\\\",NoGravity:1b,ShowArms:1,Small:1,Invisible:1,Invulnerable:1,HandItems:[{id:skull,Damage:3,Count:1,tag:{SkullOwner:{Id:\\\"a8f5a413-8ff3-4d04-a3b9-35585460bf8e\\\",Properties:{textures:[{Value:\\\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzJiMGEyNzA5YWQyN2M1NzgzYmE3YWNiZGFlODc4N2QxNzY3M2YwODg4ZjFiNmQ0ZTI0ZWUxMzI5OGQ0In19fQ==\\\"}]}}}},{}],DisabledSlots:2039583}"}},{id:MinecartCommandBlock,Command:blockdata ~5 ~ ~-1 {auto:1,Command:/execute @e[score_beep4_min=4] ~ ~ ~ /kill @e[type=ArmorStand,name=light]}},{id:MinecartCommandBlock,Command:blockdata ~4 ~ ~-1 {auto:1,Command:"/execute @e[score_beep4_min=1] ~ ~ ~ /summon ArmorStand ~ ~1.6 ~ {CustomName:\\\"light\\\",NoGravity:1b,ShowArms:1,Small:1,Invisible:1,Invulnerable:1,HandItems:[{id:skull,Damage:3,Count:1,tag:{SkullOwner:{Id:\\\"a8f5a413-8ff3-4d04-a3b9-35585460bf8e\\\",Properties:{textures:[{Value:\\\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzJiMGEyNzA5YWQyN2M1NzgzYmE3YWNiZGFlODc4N2QxNzY3M2YwODg4ZjFiNmQ0ZTI0ZWUxMzI5OGQ0In19fQ==\\\"}]}}}},{}],DisabledSlots:2039583}"}},{id:MinecartCommandBlock,Command:blockdata ~3 ~ ~-1 {auto:1,Command:/execute @e[score_beep3_min=9] ~ ~ ~ /kill @e[type=ArmorStand,name=light]}},{id:MinecartCommandBlock,Command:blockdata ~3 ~-1 ~-1 {auto:1,Command:"/execute @e[score_beep3_min=5] ~ ~ ~ /summon ArmorStand ~ ~1.6 ~ {CustomName:\\\"light\\\",NoGravity:1b,ShowArms:1,Small:1,Invisible:1,Invulnerable:1,HandItems:[{id:skull,Damage:3,Count:1,tag:{SkullOwner:{Id:\\\"a8f5a413-8ff3-4d04-a3b9-35585460bf8e\\\",Properties:{textures:[{Value:\\\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzJiMGEyNzA5YWQyN2M1NzgzYmE3YWNiZGFlODc4N2QxNzY3M2YwODg4ZjFiNmQ0ZTI0ZWUxMzI5OGQ0In19fQ==\\\"}]}}}},{}],DisabledSlots:2039583}"}},{id:MinecartCommandBlock,Command:blockdata ~4 ~-1 ~-1 {auto:1,Command:/execute @e[score_beep2_min=19] ~ ~ ~ /kill @e[type=ArmorStand,name=light]}},{id:MinecartCommandBlock,Command:blockdata ~5 ~-1 ~-1 {auto:1,Command:"/execute @e[score_beep2_min=15] ~ ~ ~ /summon ArmorStand ~ ~1.6 ~ {CustomName:\\\"light\\\",NoGravity:1b,ShowArms:1,Small:1,Invisible:1,Invulnerable:1,HandItems:[{id:skull,Damage:3,Count:1,tag:{SkullOwner:{Id:\\\"a8f5a413-8ff3-4d04-a3b9-35585460bf8e\\\",Properties:{textures:[{Value:\\\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzJiMGEyNzA5YWQyN2M1NzgzYmE3YWNiZGFlODc4N2QxNzY3M2YwODg4ZjFiNmQ0ZTI0ZWUxMzI5OGQ0In19fQ==\\\"}]}}}},{}],DisabledSlots:2039583}"}},{id:MinecartCommandBlock,Command:blockdata ~6 ~-1 ~-1 {auto:1,Command:/execute @e[score_beep1_min=39] ~ ~ ~ /kill @e[type=ArmorStand,name=light]}},{id:MinecartCommandBlock,Command:blockdata ~7 ~-1 ~-1 {auto:1,Command:"/execute @e[score_beep1_min=35] ~ ~ ~ /summon ArmorStand ~ ~1.6 ~ {CustomName:\\\"light\\\",NoGravity:1b,ShowArms:1,Small:1,Invisible:1,Invulnerable:1,HandItems:[{id:skull,Damage:3,Count:1,tag:{SkullOwner:{Id:\\\"a8f5a413-8ff3-4d04-a3b9-35585460bf8e\\\",Properties:{textures:[{Value:\\\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzJiMGEyNzA5YWQyN2M1NzgzYmE3YWNiZGFlODc4N2QxNzY3M2YwODg4ZjFiNmQ0ZTI0ZWUxMzI5OGQ0In19fQ==\\\"}]}}}},{}],DisabledSlots:2039583}"}},{id:MinecartCommandBlock,Command:blockdata ~7 ~-1 ~ {auto:1,Command:/scoreboard players set @e[score_beep5_min=2] beep5 0}},{id:MinecartCommandBlock,Command:blockdata ~6 ~-1 ~ {auto:1,Command:/execute @e[score_beep5_min=2] ~ ~ ~ /playsound block.anvil.land master @a ~ ~ ~ 1 2}},{id:MinecartCommandBlock,Command:blockdata ~5 ~-1 ~ {auto:1,Command:/scoreboard players set @e[score_beep4_min=5] beep4 0}},{id:MinecartCommandBlock,Command:blockdata ~4 ~-1 ~ {auto:1,Command:/execute @e[score_beep4_min=5] ~ ~ ~ /playsound block.anvil.land master @a ~ ~ ~ 1 2}},{id:MinecartCommandBlock,Command:blockdata ~3 ~-1 ~ {auto:1,Command:/scoreboard players set @e[score_beep3_min=10] beep3 0}},{id:MinecartCommandBlock,Command:blockdata ~3 ~-1 ~1 {auto:1,Command:/execute @e[score_beep3_min=10] ~ ~ ~ /playsound block.anvil.land master @a ~ ~ ~ 1 2}},{id:MinecartCommandBlock,Command:blockdata ~4 ~-1 ~1 {auto:1,Command:/scoreboard players set @e[score_beep2_min=20] beep2 0}},{id:MinecartCommandBlock,Command:blockdata ~5 ~-1 ~1 {auto:1,Command:/execute @e[score_beep2_min=20] ~ ~ ~ /playsound block.anvil.land master @a ~ ~ ~ 1 2}},{id:MinecartCommandBlock,Command:blockdata ~6 ~-1 ~1 {auto:1,Command:/scoreboard players set @e[score_beep1_min=40] beep1 0}},{id:MinecartCommandBlock,Command:blockdata ~7 ~-1 ~1 {auto:1,Command:/execute @e[score_beep1_min=40] ~ ~ ~ /playsound block.anvil.land master @a ~ ~ ~ 1 2}},{id:MinecartCommandBlock,Command:blockdata ~7 ~-2 ~1 {auto:1,Command:/execute @e[score_btimer_min=700,score_btimer=700] ~ ~ ~ /kill @e[type=ArmorStand,name=bomb]}},{id:MinecartCommandBlock,Command:blockdata ~6 ~-2 ~1 {auto:1,Command:/execute @e[score_btimer_min=680,score_btimer=700] ~ ~ ~ /summon PrimedTnt ~ ~ ~}},{id:MinecartCommandBlock,Command:blockdata ~5 ~-2 ~1 {auto:1,Command:/execute @e[score_btimer_min=650,score_btimer=680] ~ ~ ~ /scoreboard players add @e[type=ArmorStand,name=bomb] beep5 1}},{id:MinecartCommandBlock,Command:blockdata ~4 ~-2 ~1 {auto:1,Command:/execute @e[score_btimer_min=600,score_btimer=650] ~ ~ ~ /scoreboard players add @e[type=ArmorStand,name=bomb] beep4 1}},{id:MinecartCommandBlock,Command:blockdata ~3 ~-2 ~1 {auto:1,Command:/execute @e[score_btimer_min=500,score_btimer=600] ~ ~ ~ /scoreboard players add @e[type=ArmorStand,name=bomb] beep3 1}},{id:MinecartCommandBlock,Command:blockdata ~3 ~-2 ~ {auto:1,Command:/execute @e[score_btimer_min=300,score_btimer=500] ~ ~ ~ /scoreboard players add @e[type=ArmorStand,name=bomb] beep2 1}},{id:MinecartCommandBlock,Command:blockdata ~4 ~-2 ~ {auto:1,Command:/execute @e[score_btimer_min=1,score_btimer=300] ~ ~ ~ /scoreboard players add @e[type=ArmorStand,name=bomb] beep1 1}},{id:MinecartCommandBlock,Command:blockdata ~5 ~-2 ~ {auto:1,Command:/scoreboard players set @a plant 0}},{id:MinecartCommandBlock,Command:blockdata ~6 ~-2 ~ {auto:1,Command:/scoreboard players set @a[score_ptimer_min=60] ptimer 0}},{id:MinecartCommandBlock,Command:blockdata ~7 ~-2 ~ {auto:1,Command:"/execute @a[score_plant_min=1,score_ptimer_min=60] ~ ~ ~ /summon ArmorStand ~ ~-1.5 ~ {CustomName:\\\"bomb\\\",CustomNameVisible:0,NoGravity:1b,Invisible:1,Invulnerable:1,ArmorItems:[{},{},{},{id:skull,Damage:3,Count:1,tag:{SkullOwner:{Id:\\\"8b8fcca0-6880-4108-a46a-5a21320e0d7c\\\",Properties:{textures:[{Value:\\\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOGRhMzMyYWJkZTMzM2ExNWE2YzZmY2ZlY2E4M2YwMTU5ZWE5NGI2OGU4ZjI3NGJhZmMwNDg5MmI2ZGJmYyJ9fX0=\\\"}]}}}}],DisabledSlots:2039583}"}},{id:MinecartCommandBlock,Command:blockdata ~7 ~-2 ~-1 {auto:1,Command:/scoreboard players add @e[type=ArmorStand,name=bomb] btimer 1}},{id:MinecartCommandBlock,Command:blockdata ~6 ~-2 ~-1 {auto:1,Command:"/execute @a[score_plant_min=1,score_ptimer_min=60] ~ ~ ~ /clear @a minecraft:skull 3 1 {display:{Name:\\\"C4\\\"}}"}},{id:MinecartCommandBlock,Command:blockdata ~5 ~-2 ~-1 {auto:1,Command:"/execute @a[score_plant_min=1,score_ptimer_min=60] ~ ~ ~ /tellraw @p [\\\"\\\",{\\\"text\\\":\\\"Bomb Has Been Planted\\\",\\\"color\\\":\\\"dark_red\\\"}]"}},{id:MinecartCommandBlock,Command:blockdata ~4 ~-2 ~-1 {auto:1,Command:/execute @a[score_plant_min=1,rx=90,rxm=90] ~ ~ ~ /scoreboard players add @a ptimer 1}},{id:MinecartCommandBlock,Command:blockdata ~3 ~-2 ~-1 {auto:1,Command:"/scoreboard players set @p plant 1 {SelectedItem:{id:minecraft:skull,tag:{display:{Name:\\\"C4\\\"}}}}"}},{id:MinecartCommandBlock,Command:setblock ~ ~ ~1 command_block 0 0 {Command:fill ~ ~-3 ~-1 ~ ~ ~ air}},{id:MinecartCommandBlock,Command:setblock ~ ~-1 ~1 redstone_block},{id:MinecartCommandBlock,Command:kill @e[type=MinecartCommandBlock,r=1]}]}]}]}
Advertisement
Add Comment
Please, Sign In to add comment