a Carrot on a stick named &aVillager &eWand when right clicked makes an explosion

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

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

Yushaa

Member
Oct 19, 2023
13
1
3
25
a Carrot on a stick named &aVillager &eWand that when right clicked makes an explosion
 
a Carrot on a stick named &aVillager &eWand that when right clicked makes an explosion
Code:
on right click:
   player’s tool is a carrot on a stick:
      name of player’s tool is “&aVillager &eWand”:
         create a fake explosion at player’s targeted block
This is untested. Also, the explosion will not do any damage. You can easily change this if wanted.
 
  • Like
Reactions: Doodle
Code:
on right click:
   player’s tool is a carrot on a stick:
      name of player’s tool is “&aVillager &eWand”:
         create a fake explosion at player’s targeted block
This is untested. Also, the explosion will not do any damage. You can easily change this if wanted.
how would i make it do damage im new to skripting lol
 
you have to add with force %integer% after the word 'explosion'.
Code:
on right click:
    player’s tool is a carrot on a stick:
        name of player’s tool is “&aVillager &eWand”:
            create explosion with force 5 at player’s targeted block
 
Last edited:
  • Like
Reactions: Luke_Sky_Walker