> For the complete documentation index, see [llms.txt](https://bitbylogic.gitbook.io/bitbylogics-resources/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bitbylogic.gitbook.io/bitbylogics-resources/resources/item-actions/actions.md).

# 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.

{% hint style="info" %}
More Actions will be added in the future, if you have a suggestion for an action, please DM me on Discord @BitByLogic!
{% endhint %}

<table><thead><tr><th width="273.92635863759534" align="center">ID</th><th width="218.33453813292434" align="center">Description</th><th align="center">Syntax</th></tr></thead><tbody><tr><td align="center">ADD_POTION_EFFECT</td><td align="center">Add a potion effect to the player.</td><td align="center">ADD_POTION_EFFECT:\&#x3C;Type>|\&#x3C;amplifier>|\&#x3C;ambient>|\&#x3C;particles></td></tr><tr><td align="center">REMOVE_POTION_EFFECT</td><td align="center">Remove a potion effect from the player.</td><td align="center">REMOVE_POTION_EFFECT:\&#x3C;Type></td></tr><tr><td align="center">NEGATE_FALL_DAMAGE</td><td align="center">Prevent the player from taking fall damage.</td><td align="center">NEGATE_FALL_DAMAGE</td></tr><tr><td align="center">SEND_MESSAGE</td><td align="center">Send the player a message.</td><td align="center">SEND_MESSAGE:\&#x3C;Message></td></tr><tr><td align="center">PLAY_SOUND</td><td align="center">Play a sound for the player.</td><td align="center">PLAY_SOUND:\&#x3C;Sound></td></tr><tr><td align="center">RUN_COMMAND</td><td align="center">Run a command as the player.</td><td align="center">RUN_COMMAND:\&#x3C;Command></td></tr><tr><td align="center">RUN_CONSOLE_COMMAND</td><td align="center">Run a command as console.</td><td align="center">RUN_CONSOLE_COMMAND:\&#x3C;Command></td></tr></tbody></table>
