How do u make Sowrd Throwing?

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

  • LOOKING FOR A VERSION OF SKRIPT?

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

Status
Not open for further replies.

Boxmon

New Member
Mar 3, 2021
7
0
1
24
I see some people throwing swords with skript but i cant find how? and some were spinning both vertically and horizontally. I would really appreciate you help :emoji_slight_smile:))
 
how would I make it so you can throw the axe at the targeted player or block with it actually showing as you throw it, so like; you throw it, while it’s in the air all players can see it, then when it hits a block or player it comes back to you(and when you throw it, it disapears from your inventory then comes back after it hits something) like thor’s axe
[doublepost=1644332330,1644332299][/doublepost]
how would I make it so you can throw the axe at the targeted player or block with it actually showing as you throw it, so like; you throw it, while it’s in the air all players can see it, then when it hits a block or player it comes back to you(and when you throw it, it disapears from your inventory then comes back after it hits something) like thor’s axe
my skript is
command /Stormbreaker:
permission: Sword.sk
trigger:
give player 1 of unbreakable iron axe named "&f&l&oStormbreaker" with lore "&7(Right Click; Lightning" with lore "&7(Shift + Right Click; Throw Axe"


on right click:
if player's held item is iron axe named "&f&l&oStormbreaker":
if player is not sneaking:
strike lightning at targeted block
else:
if player is sneaking:
cancel event
send "&f&l&oI AM THE MIGHTY THOR!" to the player
damage targeted entity by 12 hearts


on drop:
if event-item is iron axe named "&f&l&oStormbreaker":
cancel event
 
Status
Not open for further replies.