How to Create Particles in Bukkit

Discussion in 'Plugin Development' started by brandon19257, Sep 27, 2012.

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

    brandon19257

    Note: I am not talking about using a Effect, i want to create particles such as the flames on a torch, or water particles. NOT SMOKE

    Does anybody know if this is possible?
     
  2. Offline

    filurp

    Flames on torches is already a feature implemented into Minecraft. If you use Optifine, you need to enable these settings through the "Video Options" on the Menu.
     
  3. Offline

    gregthegeek

    I think that the particles you are talking about are only generated client side.
     
  4. Offline

    chasechocolate

  5. Offline

    brandon19257

    I want to be able to make particle effect such as torch fire wherever i want, not just on the torches. I have been trying to do this for a while. idk if its possible
     
  6. Offline

    wacossusca34

    You can use Craftbukkit to play effects in the server. I forgot how to do it, but you have to send a packet to the specified player(s) with the effect type and location. There was a thread on it, but I can't seem to find it.
     
  7. Offline

    dylanisawesome1

    world.playEffect(location, Effect.MOBSPAWNER_FLAMES, radius)
     
Thread Status:
Not open for further replies.

Share This Page