# Permissions

In addition to the permissions related to commands, which you can find here for players and here for administrators, version 3.0 includes a new permission that is enabled by default: **odailyquests.progress**.

This permission is necessary to progress through quests and receive login reminder messages. However, if you want quests to be inaccessible to players by default, you can disable this permission. For example, using LuckPerms, here it is: `/lp group default permission set odailyquests.progress false` .

&#x20;However, here is a summary table of permissions:

<table><thead><tr><th width="246.54541015625">Permission</th><th width="409.9090576171875">Description</th><th>Level</th></tr></thead><tbody><tr><td>odailyquests.progress</td><td>Allows the player to make progress in their quests.</td><td>Default</td></tr><tr><td>odailyquests.admin</td><td>Allows the player to use the admin commands.</td><td>OP</td></tr><tr><td>odailyquests.use</td><td>Allows the player to use player commands and see the player interface.</td><td>OP</td></tr><tr><td>odailyquests.show</td><td>Allows the player to see all category interfaces.</td><td>OP</td></tr><tr><td>odailyquests.reroll</td><td>Allows the player to reroll quests.</td><td>OP</td></tr><tr><td>odailyquests.bypass.spawner</td><td>Bypass the <code>disable_spawners_progression</code> parameter.</td><td>OP</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://ordwenplugins.gitbook.io/odailyquests/configuration/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.
