TNT Fuse

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the community!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Kluckings

New Member
May 18, 2024
5
1
3
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
 
Last edited: