Spawn Flame Particles
Create a burst or trail of fire particles
✅ Verified for Java 26.2 · Bedrock 26.32 — checked June 2026Spawns small flame particles like those from torches and campfires. On Java the arguments are position, delta x/y/z spread, speed, and count — this makes a 20-particle flame puff around you with a gentle drift. Bedrock uses the particle name minecraft:basic_flame_particle and a position only; run it along a path (or with execute) to build a moving trail.
/particle minecraft:flame ~ ~ ~ 0.3 0.3 0.3 0.01 2051 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.
- Press Enter — flames appear at the target position.
- On Java, raise the count (last number) or the speed for a bigger burst.
Related commands
Make heart particles appear at a spot
/particle minecraft:heart ~ ~1 ~ 0.5 0.5 0.5 0 10Become nearly invincible
/effect give @p resistance 999999 255 trueSwitch to Peaceful mode so hostile mobs don't spawn
/difficulty peaceful