Solved tnt only exploding stone and not dropping items

  • 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!

ThunderPierce

Member
Jul 15, 2024
15
0
1
Belgium
i need a skript for a type of gen server im working on, i need tnt to explode a specific block type (in this case stone).
and i need the tnt to not drop the exploded item, can any1 help?

addons: skrayfall
 
Last edited:
I'm pretty sure you can do this
Code:
on explosion:
    cancel event
    loop blocks in radius 4 of event-location:
        if loop-block is stone:
            remove loop-block