# Permissions

## Permission nodes:

{% tabs %}
{% tab title="Permission Nodes" %}
{% hint style="info" %}
\<effect> means the a name of an effect. For example `lightning`.
{% endhint %}

| Permission node            | Default | Description                                            |
| -------------------------- | ------- | ------------------------------------------------------ |
| animvanish.\*              | `FALSE` | All the permissions in AnimVanish.                     |
| animvanish.reload          | `FALSE` | Allows to reload the plugin                            |
| animvanish.help            | `TRUE`  | Allows to use the help command                         |
| animvanish.invis.\*        | `FALSE` | All the invisibility effects                           |
| animvanish.invis.\<effect> | `FALSE` | Grants the permission for the individual effect        |
| animvanish.invis.other     | `FALSE` | Allows to use the invisibility effect on other players |
| animvanish.invis.gui       | `FALSE` | Ability to open the invisibility selection menu        |
|                            |         |                                                        |

{% endtab %}

{% tab title="Per effect permission" %}
*list coming soon*
{% endtab %}
{% endtabs %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://animvanish.mikart.eu/permissions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
