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

# Permissions

## Administration permissions <a href="#id-00645bb0-c565-47e7-9fa6-597e5dd4e239" id="id-00645bb0-c565-47e7-9fa6-597e5dd4e239"></a>

| Node                   | Descriptions                 |
| ---------------------- | ---------------------------- |
| creativemanager.reload | Allow to reload plugins      |
| creativemanager.admin  | Allow using settings command |

## Protections permissions <a href="#id-3fc849ff-ae10-44b1-ab20-42268250c825" id="id-3fc849ff-ae10-44b1-ab20-42268250c825"></a>

| Node                                        | Descriptions                                                     |
| ------------------------------------------- | ---------------------------------------------------------------- |
| creativemanager.bypass.container            | Allow using container in Creative Mode                           |
| creativemanager.bypass.gui                  | Allo using GUI in Creative Mode                                  |
| creativemanager.bypass.ignite               | Allow ignite block in Creative Mode                              |
| creativemanager.bypass.spawner              | Allow using spawn-egg and place spawner in Creative Mode         |
| creativemanager.bypass.drop                 | Allow drop item in Creative Mode                                 |
| creativemanager.bypass.pickup               | Allow pickup item in Creative Mode                               |
| creativemanager.bypass.build                | Allow build/break in Creative Mode                               |
| creativemanager.bypass.entity               | Allow interact with entity in Creative Mode                      |
| creativemanager.bypass.inventory            | Bypass Creative Inventory Mode                                   |
| creativemanager.bypass.lore                 | Bypass Creative Lore                                             |
| creativemanager.bypass.pvp                  | Allow hit player                                                 |
| creativemanager.bypass.pve                  | Allow hit monster                                                |
| creativemanager.bypass.loot                 | Creative placed block can't be looted                            |
| creativemanager.bypass.spawn\_build         | Allow creative player to build golem                             |
| creativemanager.bypass.blockcopy            | Allow creative player to Copy Block with NBT                     |
| creativemanager.bypass.enchants-and-potions | Allow creative player to enchant items or create Customs potions |
| creativemanager.bypass.throw                | Allow player to throw item (Arrow / Potion / ...)                |
| creativemanager.bypass.break-creative       | Allow survival player to break Creative placed block             |
| creativemanager.bypass.log                  | Allow survival player to loot drop after creative block break    |

## Blacklist permissions <a href="#c6eca370-36ac-41f9-acb3-96008b581cfb" id="c6eca370-36ac-41f9-acb3-96008b581cfb"></a>

| Node                                      | Descriptions                       |
| ----------------------------------------- | ---------------------------------- |
| creativemanager.bypass.blacklist.place    | Player bypass 'place' blacklist    |
| creativemanager.bypass.blacklist.use      | Player bypass 'use' blacklist      |
| creativemanager.bypass.blacklist.get      | Player bypass 'get' blacklist      |
| creativemanager.bypass.blacklist.break    | Player bypass 'break' blacklist    |
| creativemanager.bypass.blacklist.commands | Player bypass 'commands' blacklist |
| creativemanager.bypass.blacklist.useblock | Player bypass 'useblock' blacklist |

## Plugins protections <a href="#id-804664c0-607d-44c6-89d6-02ac08bed855" id="id-804664c0-607d-44c6-89d6-02ac08bed855"></a>

| Node                             | Descriptions                                            |
| -------------------------------- | ------------------------------------------------------- |
| creativemanager.bypass.slimefun  | Allow creative player to use Slimefun protected actions |
| creativemanager.bypass.chestshop | Allow creative player to use ChestShop plugin           |


---

# 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, and the optional `goal` query parameter:

```
GET https://wiki.k0bus.fr/permissions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
