Particle Effects

Discussion in 'Plugin Development' started by chasechocolate, Jan 20, 2013.

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

    chasechocolate

    How can I add these particle effects into the world? http://www.minecraftwiki.net/wiki/Particles I have tried the
    Code:java
    1. world.addParticle("portal", x, y, z, <random double between -1 and 1>, <random double between -1 and 9>, <random double between -1 and 1>);
     
  2. Offline

    gomeow

    I believe there are packets for some of those
     
  3. Offline

    chasechocolate

    gomeow what packet is it? 0x3D (Sound or Particle Effect)?
     
  4. Offline

    gomeow

    I believe it is packet 62, not quite sure what the parameters are though
     
  5. Offline

    Rprrr

    Hmm.. I am also curious. Does anyone know how this works? It are some nice particle effects that I would love to use!
     
  6. Offline

    microgeek

  7. Offline

    Areoace

    player.getWorld().playEffect(player.getLocation(), Effect.STEP_SOUND,Material.TNT.getId());
     
  8. Offline

    kreashenz

    Areoace I believe he wants to make his own. I don't actually know, because this seems VERY complicated for me . Lol.
     
Thread Status:
Not open for further replies.

Share This Page