Creating Splash Potion visual with no effect

Discussion in 'Plugin Development' started by ferrago, Jul 8, 2015.

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

    ferrago

    I am trying to spawn the visual effect from a specific splash potion without having any actual effect on players. Just the visual particles. Any ideas?
     
  2. When the player throws the potion, wait 10 ticks and remove all potion effects.
     
  3. Offline

    Creeper674

    p.playEffect(location, Effect.POTION_BREAK, 0);
     
  4. Offline

    WesJD

Thread Status:
Not open for further replies.

Share This Page