# Commands & Permissions

## Commands

| Commands                          | Permissions                    | Description                       |
| --------------------------------- | ------------------------------ | --------------------------------- |
| /playerprofiles                   | -                              | shows help messages.              |
| /playerprofiles help              | -                              | shows help messages.              |
| /playerprofiles toggle            | playerprofiles.toggle          | lock/unlock your profile.         |
| /playerprofiles reload            | playerprofiles.admin           | reload the configuration.         |
| /playerprofiles creategui \<name> | playerprofiles.admin           | create a new custom gui.          |
| /playerprofiles deletegui \<name> | playerprofiles.admin           | delete existing custom gui.       |
| /playerprofiles opengui \<name>   | playerprofiles.admin           | open existing custom gui.         |
| /playerprofiles listgui           | playerprofiles.admin           | shows all loaded custom gui.      |
| /profile                          | playerprofiles.profiles        | open players profiles menu.       |
| /profile \<player>                | playerprofiles.profiles.others | open other players profiles menu. |

### Command Aliases

* /playerp
* /pprofiles

## Permissions

| Permissions                    | Description                                                                                                                                                           |
| ------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| playerprofiles.viewinteract    | this permission only applies if you have enabled **interact-permission** options, user without this permissions can't open players profiles with right clicking them. |
| playerprofiles.bypass.world    | bypass disabled world view profiles.                                                                                                                                  |
| playerprofiles.bypass.combat   | bypass disable opening profiles in combat.                                                                                                                            |
| playerprofiles.bypass.blocked  | bypass locked player profiles.                                                                                                                                        |
| playerprofiles.bypass.cooldown | bypass cooldown on open.                                                                                                                                              |

{% hint style="info" %}
OP players will have all permissions.
{% endhint %}

{% hint style="info" %}
All text between (**<>**) is a placeholder/variable, replace it with the requested value without the sign (**<>**).
{% endhint %}


---

# 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://aglerr.gitbook.io/wiki/aglerr-plugin/player-profiles/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.
