How do i set the fuse of tnt in skript?
Code:
command /summonfireworktnt:
trigger:
wait 0.3 seconds
# Summon the firework rocket
command "/execute at @p run summon minecraft:firework_rocket ~ ~-0.25 ~ {LifeTime:20,FireworksItem:{id:firework_rocket,Count:1,tag:{Fireworks:{Explosions:[{Type:0,Colors:[I;11743532,11250603,14602026],FadeColors:[I;14188952]}],Motion:[0.0,0.0,0.0],Flight:1}}}}"
wait 0.2 seconds
# Summon the TNT with a fuse of 1 tick
spawn tnt at player
Code:
command /summonfireworktnt:
trigger:
wait 0.3 seconds
# Summon the firework rocket
command "/execute at @p run summon minecraft:firework_rocket ~ ~-0.25 ~ {LifeTime:20,FireworksItem:{id:firework_rocket,Count:1,tag:{Fireworks:{Explosions:[{Type:0,Colors:[I;11743532,11250603,14602026],FadeColors:[I;14188952]}],Motion:[0.0,0.0,0.0],Flight:1}}}}"
wait 0.2 seconds
# Summon the TNT with a fuse of 1 tick
spawn tnt at player
Last edited: