> For the complete documentation index, see [llms.txt](https://factorycraft.gitbook.io/wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://factorycraft.gitbook.io/wiki/commands-and-permissions/general.md).

# General

## General Permissions

| Permissions                                       | Usage                                                                              |
| ------------------------------------------------- | ---------------------------------------------------------------------------------- |
| MythicDungeons.Admin                              | Give access to all MythicDungeons commands                                         |
| MythicDungeons.Dungeon.\<dungeon type>            | Give access to specified type of dungeon                                           |
| MythicDungeons.Bypass.Dungeons.Access             | Give access to all type of dungeons                                                |
| MythicDungeons.Bypass.Dungeons.Commands           | Bypass command whitelist limitation                                                |
| MythicDungeons.Bypass.Dungeons.BlacklistItem      | Bypass blacklist item limitation                                                   |
| MythicDungeons.Bypass.Dungeons.Price              | Bypass dungeon entry fee                                                           |
| MythicDungeons.Bypass.Dungeons.Cooldown           | Bypass dungeon join cooldown                                                       |
| MythicDungeons.Bypass.Dungeons.Stamina            | Bypass dungeon entry stamina                                                       |
| MythicDungeons.Bypass.Dungeons.Conditions         | Bypass dungeon entry condition requirements                                        |
| MythicDungeons.Bypass.Dungeons.DeathLimit         | Bypass death count for the player                                                  |
| MythicDungeons.Bypass.Dungeons.DeathPenalty.Money | Bypass money death penalty for the player                                          |
| MythicDungeons.Bypass.Dungeons.DeathPenalty.Items | Bypass item death penalty for the player                                           |
| MythicDungeons.Bypass.Dungeons.SeeChat            | Bypass limit of visibility of global chat and whether the chat is globally visible |
| MythicDungeons.Bypass.Rooms.Full                  | Bypass full room limit                                                             |
| MythicDungeons.Bypass.Rooms.Private               | Bypass private room limit                                                          |
| MythicDungeons.Bypass.Rooms.MinLimit              | Bypass limit of starting dungeon with insufficient players                         |
| MythicDungeons.Bypass.Rooms.MaxLimit              | Bypass limit of starting dungeon with excessive players                            |
| MythicDungeons.Bypass.Dungeons.PvP                | Bypass limit of PvPing players inside dungeon                                      |

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://factorycraft.gitbook.io/wiki/commands-and-permissions/general.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.
