I tried using /give to get a potion that doesn't show potion bubbles and it didn't work.
Comments 9
This is not mean't to work with potions given using the /give command. Therefore, this is incomplete. In order for the ShowParticles data tag to work, do /effect @p 1 100 100 true/false.
There is no "ShowParticles" for the potions, compare http://minecraft.gamepedia.com/Data_values#Potions
@@unknown : When you open tickets here, you should provide all the necessary information at once, not drop by drop...
Works fine for me. Or rather it always defaults to no particles when it's a negative amplifier. The following code works for me, however it works the same with the ShowParticles part removed. Now if I actually wanted particles changing the setting to 1 doesn't seem to work.
/give @p potion 1 1 {CustomPotionEffects:[{Id:1,Amplifier:-5,Duration:200,ShowParticles:0}]}
Ok don't ask me why it's formatting that code weird. I wrote that as all one line, no pagebreaks.
Don't know if it's supposed to work with potions. It should work when using the effect command.