# No Permission

The `No permission` error message is displayed when the player does not have the required permissions to execute a command, or perform a certain action.

## Common causes <a href="#common-causes" id="common-causes"></a>

### Missing permissions <a href="#missing-permissions" id="missing-permissions"></a>

The most common cause of this error is the player not having the required permissions. Make sure that you have correctly configured permissions for the player.

Please refer to the [Permissions documentation](/products/ultrastaffchat/permissions.md) for a list of permissions used by UltraStaffChatPro.

### Proxy permissions missing <a href="#proxy-permissions-missing" id="proxy-permissions-missing"></a>

If you are using UltraStaffChatPro on a **Proxy** server, such as BungeeCord or Velocity, you will need a permissions plugin installed and correctly configured on the proxy.

**We highly recommend** [**LuckPerms**](https://luckperms.net/), an easy-to-use, fast and reliable permission plugin that works on Bukkit, Sponge, Fabric, Forge, Nukkit, Velocity and BungeeCord.

**Why?** Server permissions do not apply to the proxy, and therefore do not exist when UltraStaffChatPro performs a permission check. Please also avoid using `/op` on your backend servers, and instead use a proper permissions plugin such as [LuckPerms](https://luckperms.net/).

<br>


---

# 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.hypera.dev/products/ultrastaffchatpro/common-issues/no-permission.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.
