# Permissions

| `twocubecore.admin`              | op    | Full admin: setspawn, setwarp, region wand, /tcc reload, /twocubeadmin |
| -------------------------------- | ----- | ---------------------------------------------------------------------- |
| `twocubecore.admin.eco`          | op    | `/eco give\|take\|set`                                                 |
| `twocubecore.admin.strike`       | op    | `/twocubestrike`                                                       |
| `twocubecore.fly`                | false | `/fly` command                                                         |
| `twocubecore.home.vip`           | false | 5 homes                                                                |
| `twocubecore.home.vip+`          | false | 5 homes                                                                |
| `twocubecore.home.mvp`           | false | 6 homes                                                                |
| `twocubecore.home.mvp+`          | false | 7 homes                                                                |
| `twocubecore.balance.others`     | op    | View other players' balance with `/balance <player>`                   |
| `twocubecore.bypass.cooldown`    | op    | Skip all teleport cooldowns                                            |
| `twocubecore.bypass.chatfilter`  | op    | Bypass the chat word filter                                            |
| `twocubecore.bypass.spawnregion` | op    | Build/pvp inside spawn region                                          |
| `twocubecore.bounty.set`         | false | `/bounty set`                                                          |
| `twocubecore.bounty.remove`      | false | `/bounty remove`                                                       |


---

# 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://docs.twocube.in/plugins/twocubecore-plugin/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.
