PARTICLES

Discussion in 'Plugin Development' started by Cubefun, Jan 28, 2022.

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

    Cubefun

    Hello,
    i wanna use EXPLOSION particles but how to make it doesnt move bc it fly away
    look at the pic i want it to be like this


    e.getPlayer().getLocation().getWorld()
    .playEffect(bl.getLocation().add(0.7D, 0.8D, 0.2D), Effect.EXPLOSION, 1);


     

    Attached Files:

  2. Offline

    Kars

    Did you try doing it without using .add on the Location?
     
  3. Offline

    Cubefun

    yes i did but i think i have to choose the type of particles bc this one has like 8 types but idk how to do that
    look in this texture pack so u know what i mean bc the bigger once doesnt move that much
     

    Attached Files:

Thread Status:
Not open for further replies.

Share This Page