# Permissions and Commands

### Player

<table><thead><tr><th width="327.832727780382">Permission</th><th>Command</th><th>Description</th></tr></thead><tbody><tr><td>limboauth.commands.destroysession </td><td>/destroysession</td><td>The player can disconnect</td></tr><tr><td>limboauth.commands.premium </td><td>/license or /premium</td><td>The player can connect a premium account</td></tr><tr><td>limboauth.commands.unregister </td><td>/unregister</td><td>The player can unregister</td></tr><tr><td>limboauth.commands.changepassword</td><td>/changepassword</td><td>The player can change the password</td></tr><tr><td>limboauth.commands.totp</td><td>/totp</td><td>The player can connect totp</td></tr><tr><td>limboauth.commands.*</td><td></td><td>The player can use all the listed commands</td></tr></tbody></table>

### Admin

<table><thead><tr><th width="338.84648076524775">Permission</th><th></th><th>Description</th></tr></thead><tbody><tr><td>limboauth.admin.forceunregister </td><td>/forceunregister </td><td>The admin can unregister to any player</td></tr><tr><td>limboauth.admin.forcechangepassword </td><td>/forcechangepassword </td><td>The admin can change the password to any player</td></tr><tr><td>limboauth.admin.reload</td><td>/lauth reload</td><td>The admin can reload the plugin</td></tr><tr><td>limboauth.admin.*</td><td></td><td>The admin can use all the listed commands</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://wiki.elytrium.net/limboauth/permissions-and-commands.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.
