Minecraft – How to delete the effect particle when summoning a mob

minecraft-commandsminecraft-java-edition

How can we delete the effect particle when summoning a mob?

Best Answer

The ShowParticles tag, when set to 0, will hide particles from that effect. The datatype of 'byte' must be declared by appending the numerical value with a "b":

/summon Creeper ~ ~1 ~ {ActiveEffects:[{Id:14,Duration:1000000,ShowParticles:0b}]}