Free browser tool

Minecraft Particle Command Generator

Build a Java Edition /particle command: pick any of the 115 particle types, set position, spread, speed, count, and force mode, then copy the command.

Particle data: Java Edition 1.21.11 · 115 types

Build Your /particle Command

Generated command /particle minecraft:flame ~ ~ ~ 0.5 0.5 0.5 0.1 100 normal @a

How the /particle Command Works

The full syntax is /particle <name> <pos> <delta> <speed> <count> [mode] [target]. Delta spreads the spawn area on each axis — 0 0 0 means a single point. Speed multiplies particle velocity. Count sets how many spawn (0 means exactly one, ignoring delta).

Examples

/particle minecraft:heart ~ ~2 ~ 0.3 0.3 0.3 0 10

Ten hearts above the executor.

/particle minecraft:explosion ~ ~ ~ 0 0 0 0 5 force

Five explosion particles, forced visible for everyone.

All 115 particle names are on the Particle ID list.

Minecraft Particle Command Generator FAQ

Why does count 0 behave differently?

With count 0, exactly one particle spawns and the delta values act as its motion vector instead of a spread area.

What does force mode do?

force makes particles visible even to players whose particle setting is Minimal, and at greater distances. normal respects each client\u2019s video settings.

How do I make dust or block particles?

Particles like minecraft:dust, minecraft:block, minecraft:item, and minecraft:vibration take extra options after the name (color, block, or item). This tool covers the standard form — use the note in the Particle ID list for option syntax.

Related Tools