Skip to content
[/craft]

Spawn Heart Particles

Make heart particles appear at a spot

✅ Verified for Java 26.2 · Bedrock 26.32 — checked June 2026

Spawns 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 10
49 characters

How to use

  1. Open chat (T on Java, / on Bedrock).
  2. Paste the command for your edition; ~ ~1 ~ means one block above you.
  3. Press Enter — hearts puff into the air at that spot.
  4. 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 20

Become nearly invincible

/effect give @p resistance 999999 255 true

Switch yourself into Creative mode

/gamemode creative

Instantly remove every mob from the world except players

/kill @e[type=!player]

Give yourself XP levels for enchanting

/experience add @p 30 levels

Switch to Peaceful mode so hostile mobs don't spawn

/difficulty peaceful