Actions
View how to create & manage actions.
Actions are predefined variables with required arguments for execution. For example, running a command as the player, or sending the player a predefined message.
ID
Description
Syntax
ADD_POTION_EFFECT
Add a potion effect to the player.
ADD_POTION_EFFECT:\<Type>|\<amplifier>|\<ambient>|\<particles>
REMOVE_POTION_EFFECT
Remove a potion effect from the player.
REMOVE_POTION_EFFECT:\<Type>
NEGATE_FALL_DAMAGE
Prevent the player from taking fall damage.
NEGATE_FALL_DAMAGE
SEND_MESSAGE
Send the player a message.
SEND_MESSAGE:\<Message>
PLAY_SOUND
Play a sound for the player.
PLAY_SOUND:\<Sound>
RUN_COMMAND
Run a command as the player.
RUN_COMMAND:\<Command>
RUN_CONSOLE_COMMAND
Run a command as console.
RUN_CONSOLE_COMMAND:\<Command>
Last updated