Solved Bow that instantly shoots on left and right click.

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

Light

Member
Jun 1, 2021
1
0
1
24
Spigot/Skript Version: 1.16.5/latest version

What I want:
a bow that instantly shoots on left click and right click. lets say the bows name is &5Boss or §5Boss
When I'd like it by:
ASAP.
thank you.
 
Code:
on left click with bow:
  name of player's tool is "&5Boss" or "§5Boss"
  player has 1 arrow
  remove 1 arrow from player's inventory
  shoot arrow at speed 2

on right click with bow:
  name of player's tool is "&5Boss" or "§5Boss"
  player has 1 arrow
  remove 1 arrow from player's inventory
  shoot arrow at speed 2

There you Go!