Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //Watch my YouTube video for help:https://www.youtube.com/watch?v=8e78PNTlFEs
- //One Command Format At Very Bottom!
- //Scoreboards
- > /scoreboard objectives add ptimer dummy
- > /scoreboard objectives add btimer dummy
- > /scoreboard objectives add plant dummy
- > /scoreboard objectives add beep1 dummy
- > /scoreboard objectives add beep2 dummy
- > /scoreboard objectives add beep3 dummy
- > /scoreboard objectives add beep4 dummy
- > /scoreboard objectives add beep5 dummy
- //C4 Explosive Item
- > /give @p skull 1 3 {display:{Name:"C4"},SkullOwner:{Id:"8b8fcca0-6880-4108-a46a-5a21320e0d7c",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOGRhMzMyYWJkZTMzM2ExNWE2YzZmY2ZlY2E4M2YwMTU5ZWE5NGI2OGU4ZjI3NGJhZmMwNDg5MmI2ZGJmYyJ9fX0="}]}}}
- //Checking for the C4 in the player's hand
- //set this command block to repeat and always active!
- > /scoreboard players set @p plant 1 {SelectedItem:{id:minecraft:skull,tag:{display:{Name:"C4"}}}}
- //Checking for the player looking straight down
- //set this command block to chain and always active!
- > /execute @a[score_plant_min=1,rx=90,rxm=90] ~ ~ ~ /scoreboard players add @a ptimer 1
- //Tellraw and remove bomb from inventory
- //set this command block to chain and always active!
- > /execute @a[score_plant_min=1,score_ptimer_min=60] ~ ~ ~ /tellraw @p ["",{"text":"Bomb Has Been Planted","color":"dark_red"}]
- //set this command block to chain and always active!
- > /execute @a[score_plant_min=1,score_ptimer_min=60] ~ ~ ~ /clear @a minecraft:skull 3 1 {display:{Name:"C4"}}
- //Summon armorstand and adding to bomb timer
- //set this command block to chain and always active!
- > /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}
- //set this command block to chain and always active!
- > /scoreboard players add @e[type=ArmorStand,name=bomb] btimer 1
- //Reset scoreboards
- //set this command block to chain and always active!
- > /scoreboard players set @a[score_ptimer_min=60] ptimer 0
- //set this command block to chain and always active!
- > /scoreboard players set @a plant 0
- //Adding armorstand to sound scoreboards based on bomb timer
- //set this command block to repeat and always active!
- > /execute @e[score_btimer_min=1,score_btimer=300] ~ ~ ~ /scoreboard players add @e[type=ArmorStand,name=bomb] beep1 1
- //set this command block to chain and always active!
- > /execute @e[score_btimer_min=300,score_btimer=500] ~ ~ ~ /scoreboard players add @e[type=ArmorStand,name=bomb] beep2 1
- //set this command block to chain and always active!
- > /execute @e[score_btimer_min=500,score_btimer=600] ~ ~ ~ /scoreboard players add @e[type=ArmorStand,name=bomb] beep3 1
- //set this command block to chain and always active!
- > /execute @e[score_btimer_min=600,score_btimer=650] ~ ~ ~ /scoreboard players add @e[type=ArmorStand,name=bomb] beep4 1
- //set this command block to chain and always active!
- > /execute @e[score_btimer_min=650,score_btimer=680] ~ ~ ~ /scoreboard players add @e[type=ArmorStand,name=bomb] beep5 1
- //Summon tnt and killing armorstand
- //set this command block to chain and always active!
- > /execute @e[score_btimer_min=680,score_btimer=700] ~ ~ ~ /summon PrimedTnt ~ ~ ~
- //set this command block to chain and always active!
- > /execute @e[score_btimer_min=700,score_btimer=700] ~ ~ ~ /kill @e[type=ArmorStand,name=bomb]
- //Sound for bomb ticking
- //set this command block to repeat and always active!
- > /execute @e[score_beep1_min=40] ~ ~ ~ /playsound block.anvil.land master @a ~ ~ ~ 1 2
- //set this command block to chain and always active!
- > /scoreboard players set @e[score_beep1_min=40] beep1 0
- //set this command block to chain and always active!
- > /execute @e[score_beep2_min=20] ~ ~ ~ /playsound block.anvil.land master @a ~ ~ ~ 1 2
- //set this command block to chain and always active!
- > /scoreboard players set @e[score_beep2_min=20] beep2 0
- //set this command block to chain and always active!
- > /execute @e[score_beep3_min=10] ~ ~ ~ /playsound block.anvil.land master @a ~ ~ ~ 1 2
- //set this command block to chain and always active!
- > /scoreboard players set @e[score_beep3_min=10] beep3 0
- //set this command block to chain and always active!
- > /execute @e[score_beep4_min=5] ~ ~ ~ /playsound block.anvil.land master @a ~ ~ ~ 1 2
- //set this command block to chain and always active!
- > /scoreboard players set @e[score_beep4_min=5] beep4 0
- //set this command block to chain and always active!
- > /execute @e[score_beep5_min=2] ~ ~ ~ /playsound block.anvil.land master @a ~ ~ ~ 1 2
- //set this command block to chain and always active!
- > /scoreboard players set @e[score_beep5_min=2] beep5 0
- //Flashing red light on bomb
- //set this command block to repeat and always active!
- > /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}
- //set this command block to chain and always active!
- > /execute @e[score_beep1_min=39] ~ ~ ~ /kill @e[type=ArmorStand,name=light]
- //set this command block to chain and always active!
- > /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}
- //set this command block to chain and always active!
- > /execute @e[score_beep2_min=19] ~ ~ ~ /kill @e[type=ArmorStand,name=light]
- //set this command block to chain and always active!
- > /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}
- //set this command block to chain and always active!
- > /execute @e[score_beep3_min=9] ~ ~ ~ /kill @e[type=ArmorStand,name=light]
- //set this command block to chain and always active!
- > /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}
- //set this command block to chain and always active!
- > /execute @e[score_beep4_min=4] ~ ~ ~ /kill @e[type=ArmorStand,name=light]
- //set this command block to chain and always active!
- > /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}
- //set this command block to chain and always active!
- > /execute @e[score_beep5_min=1] ~ ~ ~ /kill @e[type=ArmorStand,name=light]
- //One Command Format:
- 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