Fireworks - Spawn in the explosion without the actual launch?

Discussion in 'Plugin Development' started by stuntguy3000, Mar 21, 2013.

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

    stuntguy3000

    Hi,

    Just wondering is there a way to "spawn" in the firework explosion instead of spawning a firework?
     
  2. Offline

    caseif

  3. Offline

    NerdsWBNerds

  4. Offline

    hofma100

    And a even simpler way would be to just detonate it after a few ticks.
     
  5. Offline

    NerdsWBNerds

    That would spawn the firework, not just the effect. Typically my way is what people want, no launch sound.
     
  6. Offline

    FozZeW

    just do this... ((CraftFirework)firework).getHandle().expectedLifespan = 1;

    ._.
     
  7. Offline

    TryB4

  8. Offline

    stuntguy3000

    Check my original post date, guys.
     
    xTigerRebornx likes this.
Thread Status:
Not open for further replies.

Share This Page