Logic Commands
Commands for scheduling functions, spawning particles, and playing sounds.
/functionRuns a function or function tag from a data pack. Functions are .mcfunction files containing a list of commands.
v1.12
/particleSpawns particles at a location. Supports all particle types with customizable spread, speed, and visibility.
v1.8
/playsoundPlays a sound effect to one or more players. Supports all vanilla and custom sounds with volume and pitch control.
v1.6
/scheduleSchedules a function to run after a specified delay. Can also clear previously scheduled functions.
v1.14