Solved Remove death particles from entity?

Discussion in 'Plugin Development' started by AL_1, Sep 12, 2016.

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

    AL_1

    I have an invisible bat riding an arrow, and when that arrow is deleted or picked up the bat is killed. How do i make it so that the bat does not give off death particles when it's killed?
     
  2. Offline

    ShaneCraftDev

    Do you have access to the bat object? If you call Entity#remove, the entity is actually getting removed and not killed in the world.
     
  3. Offline

    AL_1

    Yes i can access the bat, and that's a good idea. There's so much in bukkit i forget some of it.

    EDIT: Bat#remove didnt work, so i used b.remove() and that worked.
     
    Last edited: Sep 12, 2016
Thread Status:
Not open for further replies.

Share This Page