Particle Effects

Discussion in 'Plugin Development' started by Tyep, May 4, 2014.

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

    Tyep

    How would you do effects like this?
    [​IMG][​IMG]
     
  2. Offline

    Drkmaster83

    The 2nd one is done by sending packets/nms, as for the first one, I imagine it's an invisible ocelot being teleported to the location of your head every tick (very resource intensive)...
     
  3. Offline

    coco5843

    Aha that cloud effect is amazing !
    I make the cloud effect :
     
  4. Offline

    Tyep

    can i have that test plugin :3
     
  5. Offline

    coco5843

    Not possible , coming soon !
     
  6. Offline

    Tyep

    What Do You Mean By Coming Soon Are you making a particle plugin? :D
     
  7. Offline

    coco5843

    yes , ... his name : HypixelEffect !
     
  8. Offline

    Zach_1919

    Tyep If you want someone to make a plugin for you, go to the request section. If you're actually looking to figure out how to do this then you could start with this:

    Code:java
    1. Location loc = player.getLocation().add(0,1,0);
    2.  
    3. player.getWorld().playEffect(*whatever arguments go in here...use the loc*);
     
  9. Offline

    iiHeroo

    You can only do some of these particles through NMS.

    [mod edit: Deleted some posts below this one advocating unsupported, unofficial builds]
     
Thread Status:
Not open for further replies.

Share This Page