Make particles last longer?

Discussion in 'Plugin Development' started by NerdsWBNerds, May 28, 2014.

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

    NerdsWBNerds

    I'm using the following library to spawn particle effects

    http://forums.bukkit.org/threads/lib-1-7-particleeffect-v1-4.154406/

    My question, how do I last longer? On the HiveMC Block Party server, they spawn the firework spark effect and it says around for a couple of seconds, all of mine go away in less than a second. How do I change that?
     
  2. NerdsWBNerds set their speed to 0 or something low like 0.1 or 0.02 :)
     
  3. Offline

    NerdsWBNerds


    For some reason that still doesn't make it last nearly as long as they do on HiveMC's Block Party.
     
  4. Offline

    MordorKing78

    Erm.. Can you use an Delayed task or something..?
    I Dont understand exactly what u want but.
    Code:java
    1. //Delayed Task on 10 Ticks or something
    2. // Play Effect
    3.  
    4. //Delayed Task on 20 Ticks
    5. // Play Effect again
    6.  
    7. // Delayed Task on 30 Ticks
    8. // Play Effect again
    9.  
    10. ...

    Srry if this is not what you wanted.
     
  5. Offline

    NerdsWBNerds


    That's spawning new particles every 10 ticks. I want to spawn particles that stay alive for more than 1 second.
     
  6. Offline

    Garris0n

    They don't last that long on "Block Party", only a second or so.
     
  7. Offline

    MordorKing78

    I think respawning particles is the only way. If you respawn them fast.
     
  8. Offline

    Konkz

    On HiveMC they just respawn. Pay close attention and you can see.
     
Thread Status:
Not open for further replies.

Share This Page