> 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/psmenu/commands-and-permissions.md).

# Commands & Permissions

## 🧾Introduction

Welcome to the **PSMenu** Commands and Permissions guide.\
This page lists all the player and admin commands, along with the permissions required to use them.

### 🙋 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>/ps home</code></td><td>With this command you can open the protection menu.</td><td><code>protectionstones.home</code></td></tr><tr><td><code>/ps flag</code></td><td>With this command you can open the flags menu.</td><td><code>protectionstones.flags</code></td></tr><tr><td><code>/ps kick &#x3C;target></code></td><td>With this command you can kick players who are in your protection.</td><td><code>protectionstones.kick</code></td></tr><tr><td><code>/ps ban &#x3C;target></code></td><td>With this command you can ban players from your protection.</td><td><code>protectionstones.ban</code></td></tr><tr><td><code>/ps unban &#x3C;target></code></td><td>With this command you can unban players from your protection.</td><td><code>protectionstones.unban</code></td></tr><tr><td><code>/ps leave &#x3C;name></code></td><td>It will allow you to leave a region you are in or leave a region using its name.</td><td><p><code>protectionstones.leave</code></p><p></p></td></tr></tbody></table>

***

### ⚙️Other permissions

<table data-header-hidden><thead><tr><th width="304"></th><th width="254.33333333333331"></th></tr></thead><tbody><tr><td>Permission Node</td><td>Description</td></tr><tr><td><code>psaddon.bypass.ban</code></td><td>Prevents a user from kicking you out of a protection.</td></tr><tr><td><code>psaddon.bypass.kick</code></td><td>Prevents a user from banning you from a protection.</td></tr><tr><td><code>psaddon.bypass.countdown</code></td><td>Eliminates the cooldown when teleporting to a protection.</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>/psaddon help</code></td><td>With this command you can see more help commands</td><td><code>psaddon.help</code></td></tr><tr><td><code>/psaddon reload</code></td><td>With this command you can reload the configuration files.</td><td><code>psaddon.reload</code></td></tr><tr><td><code>/psaddon home</code></td><td>Open the protections menu</td><td><code>psaddon.home</code></td></tr><tr><td><code>/psaddon flags</code></td><td>Open the protections flags</td><td><code>psaddon.flags</code></td></tr><tr><td><code>/psaddon admin listhomes &#x3C;target></code></td><td>Opens the protection menu of another player</td><td><code>psaddon.admin</code></td></tr><tr><td><code>/psaddon admin setloc &#x3C;target></code></td><td>With this command you can set the setspawn location</td><td><code>psaddon.admin</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/psmenu/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.
