Fire particles

Discussion in 'Plugin Development' started by Pink__Slime, Jun 8, 2013.

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

    Pink__Slime

    So I have made a flamethrower on my server but I want to change it from firing falling blocks to particles.
    I got this idea from a large server my friend owns.

    The effect I want in particular is found at 1 minute into the video below


    If someone could tell me how to do this it would be greatly appreciated.
     
  2. Offline

    microgeek

    Effect.java > Mob spawner flames
     
  3. Offline

    Pink__Slime

    microgeek
    Yeah I get that much but how do I shoot it in front so it will stop at a certain distance?

    Also, how would I detect if a player is in the particles?
     
  4. Offline

    microgeek

    Get a circle of blocks around the player, and a spawn particles at certain blocks. As for the igniting players, just check if they are in the list of blocks.
     
Thread Status:
Not open for further replies.

Share This Page