Cancel an arrows sound

Discussion in 'Plugin Development' started by ThrustLP, Jul 17, 2016.

Thread Status:
Not open for further replies.
  1. Offline

    ThrustLP

    Hey guys! So basicly I am shooting an arrow:

    Code:
    Projectile projectile = e.getPlayer().launchProjectile(Arrow.class);
                                projectile.setVelocity(projectile.getVelocity().multiply(0.8));
    Now I want to cancel any sound that arrow makes (hit the ground etc.). How would I do that? What I know is that I will have to use Packets. But nothing else.

    I hope you can help me out guys!

    Thank you!
    Tobi
     
  2. Offline

    Firestar311

    I am not sure if you can cancel the sounds from arrows. But if it does use Packets, I would not know
     
Thread Status:
Not open for further replies.

Share This Page