> For the complete documentation index, see [llms.txt](https://bloodmoon.pseudonova.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bloodmoon.pseudonova.com/actions/commands.md).

# Commands

| Commands                                                                 | Permission                      | Description                                     |
| ------------------------------------------------------------------------ | ------------------------------- | ----------------------------------------------- |
| /bloodmoon action create \<action>                                       | bloodmoon.action.create         | Creates a new action with the specified name    |
| /bloodmoon action remove \<action>                                       | bloodmoon.action.remove         | Removes the specified action                    |
| /bloodmoon lifecycle remove-event \<action> \<action> \<index>           | bloodmoon.action.remove-event   | Removes the specified event                     |
| /bloodmoon lifecycle add-event \<action> \<chance> \<event> \[arguments] | bloodmoon.action.add-event      | Adds an event for the specified action          |
| /bloodmoon action events \<action>                                       | bloodmoon.action.events         | Gets a list of the active events of an action   |
| /bloodmoon action remove-command \<action> \<index>                      | bloodmoon.action.remove-command | Removes the specified command                   |
| /bloodmoon action add-command \<action> \<chance> \<command>             | bloodmoon.action.add-command    | Adds a command for the specified action         |
| /bloodmoon action commands \<action>                                     | bloodmoon.action.commands       | Gets a list of the active commands of an action |
| /bloodmoon action list                                                   | bloomoon.action.list            | Show a list of all actions                      |

{% hint style="info" %}
The argument \<event> is an user defined [event](/events/introduction.md).
{% endhint %}
