# Commands & Permissions

## Commands

| Command                              | Permission                | Description                                                |
| ------------------------------------ | ------------------------- | ---------------------------------------------------------- |
| /Tags                                | DeluxeTags.GUI            | <p>Opens the tags GUI <br>to select a tag.</p>             |
| /Tags List                           | DeluxeTags.List           | Lists your available tags.                                 |
| /Tags List All                       | DeluxeTags.List.All       | Lists all loaded tags.                                     |
| /Tags List \<Player>                 | DeluxeTags.List.Player    | Lists the specified player's available tags.               |
| /Tags Select \<TagID>                | DeluxeTags.Select         | Selects the specified tag.                                 |
| /Tags Set \<Player> \<TagID>         | DeluxeTags.Set            | <p>Sets the specified tag <br>to the specified player.</p> |
| /Tags Clear \<Player>                | DeluxeTags.Clear          | Clears the player's tag.                                   |
| /Tags Create \<TagID> \<Tag>         | DeluxeTags.Create         | Creates new tag.                                           |
| /Tags Delete \<TagID>                | DeluxeTags.Delete         | Deletes the specified tag.                                 |
| /Tags SetOrder \<TagID> \<Order>     | DeluxeTags.SetOrder       | Sets the specified tag's order.                            |
| /Tags SetDisplay \<TagID> \<Display> | DeluxeTags.SetDisplay     | Sets the specified tag's display.                          |
| /Tags SetDesc \<TagID> \<Desc>       | DeluxeTags.SetDescription | <p>Sets the specified <br>tag's description.</p>           |
| /Tags Reload                         | DeluxeTags.Reload         | Reloads the plugin's files.                                |
| /Tags Version                        | -                         | Displays the plugin's version.                             |
| /Tags Help                           | -                         | Displays the player's available commands.                  |

## Permissions

{% hint style="info" %}
People with DeluxeTags.Tag.\<TagID> will still be able to see the tags in the GUI without the DeluxeTags.See.\<TagID> permission.
{% endhint %}

| DeluxeTags.See.\<TagID>               | Gives access to see the specified tag in the /tags GUI without being able to select it. |
| ------------------------------------- | --------------------------------------------------------------------------------------- |
| DeluxeTags.See.All                    | Gives access to see all tags in the /tags GUI without being able to select them.        |
| <p></p><p>DeluxeTags.Tag.\<TagID></p> | Gives access to the specified tag.                                                      |
| DeluxeTags.ForceTag.\<TagID>          | Force the specified tag to the player if `force_tags:` option is enabled.               |

{% hint style="info" %}
All text between the less-than and greater-than signs (**<>**) is a placeholder/variable, replace it with the requested value without the less-than and greater-than signs (**<>**).
{% endhint %}


---

# 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://wiki.helpch.at/helpchat-plugins/deluxetags/commands-and-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.
