1.8 Item That Shoots Particles Help

Discussion in 'Plugin Development' started by Zeinaty, Jul 14, 2015.

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

    Zeinaty

    Hi, could somebody point me in the right direction of how I can achieve this? I'd like to make an item that shoots particles rapid fast on right click (The items and damage would be configurable in a config.yml file).
     
  2. @Zeinaty
    You need to listen for the PlayerInteractEvent to check if a player right clicks. Then using some particle utility (or if you're a bit familliar with packets your own stuff), spawn the particles in a trail.
     
  3. Offline

    Zeinaty

    @megamichiel I'm familiar with how would make an onRightClickEvent, but I don't know how to make a particle trail.
     
  4. Offline

    Zeinaty

    @megamichiel I will look into that, thanks!
    If I run into any problems with it I will reply again and edit my original post.
     
  5. Offline

    lilian58660

    if you want potion particles with differents color check this ^^
     
  6. Offline

    Zeinaty

    @megamichiel So I tried using that library and I followed somebody else's tutorial on shooting particles from a bow, but I got an error here: [​IMG]@lilian58660 Thanks! If I ever need that I will be sure to use it! :)
     
  7. Offline

    Zeinaty

  8. Offline

    SuperSniper

    Its honestly stupid on how you need to watch tutorials for everything to make plugins....
    You most likely dont know what any of the code does.
     
  9. Offline

    Zeinaty

    ... how would you know? I don't even watch tutorials for everything.
     
Thread Status:
Not open for further replies.

Share This Page