Solved Playing a lava pop?

Discussion in 'Plugin Development' started by lewysryan, Feb 26, 2014.

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

    lewysryan

    Ok so I really want to know how to play a lava pop thing. Its the particle that shoots out from still lava pools. Its on hypixel when you go on the booster but how do you do it?

    I looked around and found libs but I had no idea how to use them and got errors. (I tried this a while back and lost the error and the code)

    so how do I do it? thanks :D

    btw not on about the sound
     
  2. Offline

    ZzCobrazZ

    void playSound(Location location,
    String sound,
    float volume,
    float pitch)


    Sound is LavaPop.

    You'd have to get the location of the player if you wanted to play on person.
     
  3. Offline

    TryB4

    lewysryan likes this.
Thread Status:
Not open for further replies.

Share This Page