Skip to content
[/craft]

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

Make heart particles appear at a spot

/particle minecraft:heart ~ ~1 ~ 0.5 0.5 0.5 0 10

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