Particle effect on a certain

Discussion in 'Plugin Development' started by camman00, Aug 13, 2015.

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

    camman00

    Hello I don't speak much English but how would I make a certain block have a certain particle effect. Thank you
     
  2. Offline

    mythbusterma

    @camman00

    World#playEffect(...)

    That should do it.
     
  3. Offline

    camman00

    Can you give me an example please. Thank you for ur response.
    @mythbusterma

    Bump :(

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 11, 2016
  4. @camman00
    1) You can only bump every 24 hours
    2) World#playEffect(Block#getLocation, Effect);
     
  5. Offline

    camman00

    Can you show me an example please like a method sorry I'm new to this hole bukkit coding thing. Everyone started as a noob
     
  6. Offline

    mythbusterma

    @camman00

    The point being that Java is a prerequisite to writing plugins, not a co-requisite. You have to understand Java before you can write a plugin, in much the same fashion as you must know French to write a novel in French. Asking someone for every snippet you need and cobbling those together with some words you look up in the dictionary is not going to lead to a very compelling novel, and doing that with a plugin is no different.

    TL;DR Learn Java using the official tutorial: https://docs.oracle.com/javase/tutorial/
     
  7. Offline

    camman00

    Lock this thread please I solved my problem thank you @megamichiel
    I already know Java and have completed the tutorials early on. I new to bukkit.
    Mythbusterma please stay on topic your last comment was not needed.

    Edit: what makes you think that I'm French?
     
    Last edited: Aug 20, 2015
Thread Status:
Not open for further replies.

Share This Page