Working Bedwars Fireball - Command Block Tutorial (1.16)
Описание
I've created a way to get working bedwars fireballs in Minecratft! Subscribe if you enjoyed the video.
------------------------------------Commands---------------------------------------
Give a command block:
/give @s command_block
Add the scoreboard:
/scoreboard objectives add fireball_use minecraft.used:minecraft.carrot_on_a_stick
/execute as @a[scores={fireball_use=1},nbt={SelectedItem:{id:"minecraft:fire_charge"}}] at @s anchored eyes run summon minecraft:armor_stand ^ ^ ^80 {NoGravity:1} (Repeat/Always Active)
/execute as @a[scores={fireball_use=1},nbt={SelectedItem:{id:"minecraft:fire_charge"}}] at @s anchored eyes run summon minecraft:fireball ^ ^ ^1 {Motion:[0.0,0.1,0.0],ExplosionPower:3} (chain/conditional/always active)
/scoreboard players reset @a fireball_use (chain/conditional/always active)
/execute unless entity @a[nbt={SelectedItem:{id:"minecraft:fire_charge"}}] if entity @a[scores={fireball_use=1..}] run scoreboard players reset @a fireball_use (Repeat/always active)
/execute as @e[type=minecraft:fireball] at @s facing entity @e[type=minecraft:armor_stand] eyes run tp @s ^ ^ ^1 (Repeat/always active)
/execute if entity @e[type=minecraft:fireball] as @e[type=minecraft:fireball] at @s unless block ~ ~ ~ air run kill @e[type=minecraft:armor_stand] (Repeat/always active)
/data merge entity @e[type=minecraft:fireball,limit=1] {Motion:[0.0,-0.01,0.0]} (Repeat/always active)
/execute as @e[type=minecraft:fireball] at @s if entity @e[type=minecraft:armor_stand,distance=..2] run kill @s (Repeat/always active)
/kill @e[type=minecraft:armor_stand] (Chain/conditional/always active)
Рекомендуемые видео



















