# 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: 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/premium-plugins/psmenu/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.
