# Commands & Permissions

## Commands & Permissions

#### Introduction <a href="#introduction" id="introduction"></a>

***

This page contains all of the commands and permissions for PSMenu.

### Player Commands <a href="#basic-commands" id="basic-commands"></a>

<table data-header-hidden><thead><tr><th width="228"></th><th width="254.33333333333331"></th><th></th></tr></thead><tbody><tr><td>Command</td><td>Description</td><td>Permission Node</td></tr><tr><td><code>/tags</code></td><td>Open the tags menu</td><td><code>thetag.open</code></td></tr><tr><td><code>/gtag</code></td><td>Configure a custom tag</td><td><code>thetag.customtag</code></td></tr></tbody></table>

***

### Admin Commands

<table data-header-hidden><thead><tr><th width="268"></th><th width="240.33333333333331"></th><th></th></tr></thead><tbody><tr><td>Command</td><td>Description</td><td>Permission Node</td></tr><tr><td><code>/thetags help</code></td><td>View help message</td><td><code>thetag.help</code></td></tr><tr><td><code>/thetags reload</code></td><td>With this command you can reload the configuration files.</td><td><code>thetag.reload</code></td></tr><tr><td><code>/thetags info (player)</code></td><td>View player information</td><td></td></tr><tr><td><code>/thetags transfer (type) (player) (player)</code></td><td>Transfer All, Current or custom tag, or all tags.</td><td></td></tr><tr><td><code>/thetags addtokens (player) (amount)</code></td><td>add exchange tokens to players</td><td><code>thetag.addtokens</code></td></tr><tr><td><code>/thetags removetokens [player] [amount]</code></td><td>remove player exchange tokens</td><td><code>thetag.removetokens</code></td></tr><tr><td><code>/thetags settokens [player] [amount]</code></td><td>set up player exchange tokens</td><td><code>thetags.settokens</code></td></tr><tr><td><code>/thetags removedata current|custom|tags [player]</code></td><td>Delete specific player data</td><td><code>thetag.remove</code></td></tr><tr><td><code>/thetags removealldata [player]</code></td><td>Delete all data of a player</td><td><code>thetag.rempveall</code></td></tr><tr><td><code>/thetags migratetags (pluginName)</code></td><td>Migrate tags from other plugins to TheTags.</td><td><code>thetag.migrate</code></td></tr></tbody></table>

​​


---

# 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://docs.xshyo.us/free-plugins/thetags/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.
