> For the complete documentation index, see [llms.txt](https://docs.xshyo.us/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xshyo.us/premium-plugins/theitemskin/commands-and-permissions.md).

# Commands & Permissions

### 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>/itemskin</code></td><td>Open the skin menu.</td><td><code>theitemskin.open</code></td></tr></tbody></table>

***

### Admin Commands

Here you can find all the administrator commands, along with their description and permissions.

<table><thead><tr><th width="272">Command</th><th width="199">Description</th><th>Permission Node</th></tr></thead><tbody><tr><td><code>/theitemskin apply [optional (skin)]</code></td><td>Apply or adapt a skin to the item in your hand</td><td><code>theitemskin.apply</code></td></tr><tr><td><code>/theitemskin give (player) [physical|item|remover|applyTag] (skin) [optional value]</code></td><td>Give players items or physical items etc.</td><td><code>theitemskin.give</code></td></tr><tr><td><code>/theitemskin giveall [physical|item|remover|applyTag] (skin) [optional value]</code></td><td>Give all connected players items or physical items.</td><td><code>theitemskin.giveall</code></td></tr><tr><td><code>/theitemskin help</code></td><td>View help message</td><td><code>theitemskin.help</code></td></tr><tr><td><code>/theitemskin info</code></td><td>View information of the item in your hand</td><td><code>theitemskin.info</code></td></tr><tr><td><code>/theitemskin reload</code></td><td>Reload the configuration</td><td><code>theitemskin.reload</code></td></tr><tr><td><code>/theitemskin remove skins &#x3C;player> [skin]</code></td><td>Remove skin purchases from players</td><td><code>theitemskin.remove</code></td></tr><tr><td><code>/theitemskin removeall &#x3C;player></code></td><td>Remove any skin information from players</td><td><code>theitemskin.removeall</code></td></tr><tr><td><code>/theitemskin create (hand|prompt)</code></td><td>You will be able to generate a template easily, in this case with the item in your hand or by chat.</td><td><code>theitemskin.create</code></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.xshyo.us/premium-plugins/theitemskin/commands-and-permissions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
