Wither Impact ability

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

Epo___

Member
Oct 19, 2023
3
0
1
22
So I'm looking for code that makes a wooden shovel teleport you forwards 10 blocks, whilst making an explosion that only damages other players, not the person who executes it. (Right click ability) I know the basics of it, but I can't figure out the rest.

When I'd like it by:
Within a week of this post opening
 
Here you go!
Code:
on right click:
    if player's held item is wooden shovel named "Hyperion":
        create a safe explosion of force 2 at player
        teleport player to block 10 in front of the player
To get the wooden shovel named "Hyperion" use this:
Code:
command /gethyperion:
    trigger:
        give player 1 wooden shovel named "Hyperion"