How to create particle effects?

Discussion in 'Plugin Development' started by DarkBladee12, Dec 24, 2012.

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

    DarkBladee12

    Is it possible to create a specific particle effect at a location? If yes, how can I achieve this?
     
    ThunderWaffeMC likes this.
  2. Offline

    Muxon

    Example:
    world.playEffect(location, Effect.ENDER_SIGNAL, 2003);
    Link to all the effects and their numbers.
     
  3. Offline

    DarkBladee12

    Muxon I didn't mean this effects! I mean effects like block break particle or firework particles and something like that^^
     
  4. Offline

    drampelt

    Here is a tutorial for the potion particle effect.
     
  5. Offline

    KingMagnus

    Yea most particle effects are outside of bukkits regular API.
     
  6. Offline

    DarkBladee12

  7. Offline

    Uniclaw

    DarkBladee12 Use packets, with that its easy ;)! Just "apply" the packet to every player on the server ^^
     
  8. Offline

    chasechocolate

  9. Offline

    fireblast709

    Block break visual/sound effect is just the Effect.STEP_SOUND
     
Thread Status:
Not open for further replies.

Share This Page