Solved Removing arrows

Discussion in 'Plugin Development' started by bubblefat_, Jun 18, 2015.

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

    bubblefat_

    I have to have a repeating task to remove all arrows off the ground and stuck in players every 15 seconds. How do I do this?
     
  2. Offline

    TheWolfBadger

    @bubblefat_ I would track the arrows when they are shot and add them to an array list. Then I would delete all the arrows in the array list by looping through them every 15 seconds that passes. Then I would remove each one from the array list so they wouldn't be left in there null. Understand? --- I won't spooonfeed.
     
Thread Status:
Not open for further replies.

Share This Page