Skip to main content

Logic Commands

Commands for scheduling functions, spawning particles, and playing sounds.

/function
Game Master

Runs a function or function tag from a data pack. Functions are .mcfunction files containing a list of commands.

v1.12
/particle
Game Master

Spawns particles at a location. Supports all particle types with customizable spread, speed, and visibility.

v1.8
/playsound
Game Master

Plays a sound effect to one or more players. Supports all vanilla and custom sounds with volume and pitch control.

v1.6
/schedule
Game Master

Schedules a function to run after a specified delay. Can also clear previously scheduled functions.

v1.14