[SPIGOT-1606] In PotionEffect, the Particles parameter apparently has no effect Created: 01/Mar/16  Updated: 02/Mar/16  Resolved: 02/Mar/16

Status: Resolved
Project: Spigot
Component/s: None
Affects Version/s: None
Fix Version/s: None

Type: Bug Priority: Minor
Reporter: Toxidius Assignee: Unassigned
Resolution: Won't Fix Votes: 1
Labels: 1.9
Environment:

CraftBukkit version git-Spigot-1a196e1-76c0425 (MC: 1.9) (Implementing API version 1.9-R0.1-SNAPSHOT)
Windows 8.1 64Bit
Java 1.8.0_73



 Description   

When creating a ParticleEffect and defining particles as false, and then applying this effect to a mob, the mob still displays particles.

PotionEffect speed = new PotionEffect(PotionEffectType.SPEED, 72000, 1, false, false);
Zombie.addPotionEffect(speed);
// ambient particles are false, and particles are false
// mob should display no particles right?


 Comments   
Comment by md_5 [ 02/Mar/16 ]

I can't see any issue with our code, so I'm gonna blame mojang.

Comment by Thinkofname [ 01/Mar/16 ]

oh I see now

Comment by Toxidius [ 01/Mar/16 ]

Yes, ambient makes the particles party transparent. I want them to be completely disabled or invisible to the player.

Comment by Thinkofname [ 01/Mar/16 ]

Pretty sure ambient just makes them transparently slightly right?

Generated at Sat Dec 13 15:18:43 UTC 2025 using Jira 10.3.13#10030013-sha1:56dd970ae30ebfeda3a697d25be1f6388b68a422.