How to make super powers in Minecraft(BEDROCK)(Flash, Ironman, Frozone and more powers) Part#1
Today i will show you how to make super heroes powers.
Flash:
/clear @p leather_boots 0 0
/effect @p speed 5 100
/effect @p jump_boost 5 10
IronMan:
/execute @e[type=arrow] ~~~ particle minecraft:critical_hit_emitter ~~~
/testfor @e[type=arrow]
/execute @e[type=arrow] ~ ~ ~ tp ^ ^ ^2 facing @e[type=!arrow,type=!item,type=!player,c=1]
/execute @e[type=arrow] ~ ~ ~ kill @e[type=!arrow,r=1]
/kill @e[type=arrow]
Frozone:
/clear @p chainmail_boots 0 0
/execute @e[type=player] ~ ~-1 ~ /fill ~1 ~-1 ~-1 ~ ~ ~ packed_ice
/effect @p speed 1 10
Thor:
/execute @e[type=thrown_trident] ~ ~ ~ execute @e[type=!player,type=!thrown_trident,type=!lightning_bolt,r=15,c=2] ~ ~ ~ summon lightning_bolt
/kill @e[type=item]
/execute @e[type=thrown_trident] ~ ~ ~ execute @e[type=!player,type=!thrown_trident,type=!lightning_bolt,r=15,c=6] ~ ~ ~ summon lightning_bolt
/execute @e[type=thrown_trident] ~ ~ ~ execute @e[type=!player,type=!thrown_trident,type=!lightning_bolt,r=15,c=15] ~ ~ ~ summon lightning_bolt