Solved ParticleEffect: Hydropump

Discussion in 'Plugin Development' started by DSCxSander, May 15, 2016.

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

    DSCxSander

    Hey guys! I'm working on an particle plugin, but I dont get it..

    It should appear down here:

    [​IMG]

    The blue middle line, must be WATER_SPARK.
    And the white lines around must be FIREWORK_SPARK.

    Is here someone who can help me with this code?

    (Sorry for my English, I'm Dutch)
     
  2. Offline

    567legodude

    @DSCxSander 90% of responses will be the following:
    1. Nobody will write code for you here.
    2. If you want something done for you then go ask in the Plugin Requests section.
     
  3. Offline

    Evonoucono

    @DSCxSander
    Try learning vectors if you haven't already. Get the players starting location and increase it in the direction they are looking. Spawn a particle each time you increase the location and you should get a line of particles. For a directional spiral of particles look at this source code: http://dev.bukkit.org/bukkit-plugins/effectlib/
    It's a little more complicated so I'm not even going to attempt to explain it, just look at the link.
     
  4. Offline

    DSCxSander

Thread Status:
Not open for further replies.

Share This Page