# Roles & Flags

The roles and their flags can be edited in the `roles.yml` file. These flags can't be toggled in game. However, each farm can set roles for their players.

* **BLOCK\_BREAK**\
  Allow a role to break blocks. This does not include crops or saplings.\
  \&#xNAN;*Toggle permission: betterfarming.role.setting.block\_break*\
  \&#xNAN;*Bypass permission: betterfarming.bypass.block\_break*
* **BLOCK\_PLACE**\
  Allow a role to place blocks. This does not include crops or saplings.\
  \&#xNAN;*Toggle permission: betterfarming.role.setting.block\_place*\
  \&#xNAN;*Bypass permission: betterfarming.bypass.block\_place*
* **HARVEST**\
  Allow a role to harvest crops.\
  \&#xNAN;*Toggle permission: betterfarming.role.setting.harvest*\
  \&#xNAN;*Bypass permission: betterfarming.bypass.harvest*
* **PLANT**\
  Allow a role to plant crops and saplings.\
  \&#xNAN;*Toggle permission: betterfarming.role.setting.plant*\
  \&#xNAN;*Bypass permission: betterfarming.bypass.plant*
* **INTERACT**\
  Allow a role to interact with doors etc.\
  \&#xNAN;*Toggle permission: betterfarming.role.setting.interact*\
  \&#xNAN;*Bypass permission: betterfarming.bypass.interact*
* **UPGRADE**\
  Allow a role to upgrade the farm.\
  \&#xNAN;*Toggle permission: betterfarming.role.setting.upgrade*\
  \&#xNAN;*Bypass permission: betterfarming.bypass.upgrade*
* **PLAYER\_SETROLE**\
  Allow a role to set roles for players that have a lower role.\
  \&#xNAN;*Toggle permission: betterfarming.role.setting.player\_setrole*\
  \&#xNAN;*Bypass permission: betterfarming.bypass.player\_setrole*
* **PLAYER\_TRUST**\
  Allow a role to trust other players.\
  \&#xNAN;*Toggle permission: betterfarming.role.setting.player\_trust*\
  \&#xNAN;*Bypass permission: betterfarming.bypass.player\_trust*
* **PLAYER\_UNTRUST**\
  Allow a role to untrust players with a lower role.\
  \&#xNAN;*Toggle permission: betterfarming.role.setting.player\_untrust*\
  \&#xNAN;*Bypass permission: betterfarming.bypass.player\_untrust*
* **DELETE**\
  Allow a role to delete the farm.\
  \&#xNAN;*Toggle permission: betterfarming.role.setting.delete*\
  \&#xNAN;*Bypass permission: betterfarming.bypass.delete*
* **CONFIGURE**\
  Allow a role to toggle settings of the farm.\
  \&#xNAN;*Toggle permission: betterfarming.role.setting.configure*\
  \&#xNAN;*Bypass permission: betterfarming.bypass.configure*


---

# 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.incredibleplugins.com/betterfarming/config/role-flags.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.
