Skip to content
[/craft]
Spawn Flame Particles

Spawn Flame Particles

Create a burst or trail of fire particles

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

Spawns 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 20
51 characters

How to use

  1. Open chat (T on Java, / on Bedrock).
  2. Paste the command for your edition.
  3. Press Enter — flames appear at the target position.
  4. On Java, raise the count (last number) or the speed for a bigger burst.

Related commands