> ## Documentation Index
> Fetch the complete documentation index at: https://vulture.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Restrict Commands

> Limit who can run specific Luster commands.

Restrict any Luster command to one or more roles. The server owner and administrators always bypass restrictions.

| Command                                    | Description                                                                     |
| ------------------------------------------ | ------------------------------------------------------------------------------- |
| `,restrictcommand`                         | Shows the help menu.                                                            |
| `,restrictcommand add <role> <command>`    | Restricts a command to a role. You can add multiple roles for the same command. |
| `,restrictcommand remove <role> <command>` | Removes a role from a command's allow list.                                     |
| `,restrictcommand list`                    | Lists every restricted command.                                                 |
| `,restrictcommand reset`                   | Removes every restriction.                                                      |

<Tip>
  Use the full command path, e.g. `antinuke role`, not just `role`.
</Tip>
