> 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/free-plugins/thevaults/commands-and-permissions.md).

# Commands & Permissions

## Commands & Permissions

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

***

In this page you can find information about permissions and commands necessary for the plugin to work.

### 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>/pv (value)</code></td><td>Open the specified backpack.</td><td><code>thevaults.open</code></td></tr></tbody></table>

***

### Admin Commands

<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>/therewards help</code></td><td>View help message</td><td><code>thevaults.help</code></td></tr><tr><td><code>/therewards reload</code></td><td>With this command you can reload the configuration files.</td><td><code>thevaults.reload</code></td></tr><tr><td><code>/therewards list</code></td><td>View the number of backpacks a player has.</td><td><code>thevaults.list</code></td></tr><tr><td><code>/therewards remove  &#x3C;player> &#x3C;value></code></td><td>Removes a specific backpack from a player</td><td><code>thevaults.remove</code></td></tr><tr><td><code>/therewards removeall &#x3C;player></code></td><td>Eliminate all the backpacks of a player.</td><td><code>thevaults.removeall</code></td></tr><tr><td><code>/therewards view &#x3C;player> &#x3C;value></code></td><td>View a specific player's backpack.</td><td><code>thevaults.view</code></td></tr></tbody></table>

​​

***

### BackPack Permission

<table data-header-hidden><thead><tr><th width="410"></th><th width="357.3333333333333"></th></tr></thead><tbody><tr><td>Permission</td><td>Description</td></tr><tr><td><pre><code>thevaults.amount.(amount)
</code></pre></td><td>This permit will increase the number of backpacks you can open.</td></tr><tr><td><pre><code>thevaults.size.[1-6]
</code></pre></td><td>This permit will increase the size of the backpack.</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/free-plugins/thevaults/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.
