WorldJavaBedrock

/particle

Creates a burst of the named particle effect at a position, optionally controlling spread, speed, count, display mode (force/normal), and which players see it. Some particles take extra parameters — dust takes an RGB color and scale, block/item take an ID, etc.

Syntax

Parameters

name
particle ID
e.g. minecraft:flame, minecraft:dust.
posoptional
coords
Where to spawn (defaults to executor).
dx dy dzoptional
floats
Random spread box around the position.
speedoptional
float
Particle velocity multiplier.
countoptional
integer
How many particles to emit.

Examples

  • A cloud of 30 flame particles around you.

  • Five heart particles floating above you.

  • Red dust particle (RGB 1 0 0, scale 1).

Permission level

/particle requires Cheats (op level 2). In single-player you need the world's "Allow Cheats" toggle on. On a multiplayer server you need to be opped — see /op.