Spawn Heart Particles
Make heart particles appear at a spot
✅ Verified for Java 26.2 · Bedrock 26.32 — checked June 2026Spawns the pink heart particles normally seen when animals breed. The Java form takes position, then delta x/y/z (spread), speed, and count — here 10 hearts spread half a block around a point one block up. Bedrock's /particle takes a particle name and a position but not the spread/count arguments, so run it repeatedly or use an emitter for more.
/particle minecraft:heart ~ ~1 ~ 0.5 0.5 0.5 0 1049 characters
- Java: yes
- Bedrock: yes
- Command block: yes
- Needs cheats / OP: yes
How to use
- Open chat (T on Java, / on Bedrock).
- Paste the command for your edition; ~ ~1 ~ means one block above you.
- Press Enter — hearts puff into the air at that spot.
- Increase the last number on Java to spawn more hearts at once.
Related commands
Create a burst or trail of fire particles
/particle minecraft:flame ~ ~ ~ 0.3 0.3 0.3 0.01 20Become nearly invincible
/effect give @p resistance 999999 255 trueSwitch to Peaceful mode so hostile mobs don't spawn
/difficulty peaceful