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

# Commands & Permissions

## Commands

<table><thead><tr><th>Command</th><th width="180">Description</th><th>Permission</th></tr></thead><tbody><tr><td><code>/farmassist info</code><br><code>/farmassist about</code></td><td>Display information about the plugin.</td><td><code>farmassist.info</code></td></tr><tr><td><code>/farmassist toggle</code><br><code>/farmassist</code></td><td>Toggle farmassist functions.</td><td><code>farmassist.toggle</code></td></tr><tr><td><code>/farmassist global</code><br><code>/farmassist g</code></td><td>Toggle farmassist functions globally.</td><td><code>farmassist.toggle.global</code></td></tr><tr><td><code>/farmassist update</code><br><code>/farmassist u</code></td><td>Display if the plugin has an update.</td><td><code>farmassist.update</code></td></tr><tr><td><code>/farmassist reload</code></td><td>Reloads the plugin.</td><td><code>farmassist.reload</code></td></tr><tr><td><code>/farmassist language</code><br><code>/farmassist lang</code></td><td>Change the active plugin language.</td><td><code>farmassist.lang</code></td></tr></tbody></table>

## Permissions

<table><thead><tr><th width="275">Permission</th><th>Description</th></tr></thead><tbody><tr><td><code>farmassist.crops</code></td><td>Allows you to replant all crops. </td></tr><tr><td><code>farmassist.wheat</code></td><td>Allows auto replant for wheat.</td></tr><tr><td><code>farmassist.sugar_cane</code></td><td>Allows auto replant for sugar cane.</td></tr><tr><td><code>farmassist.nether_wart</code></td><td>Allows auto replant for nether wart.</td></tr><tr><td><code>farmassist.cocoa</code></td><td>Allows auto replant for cocoa.</td></tr><tr><td><code>farmassist.carrots</code></td><td>Allows auto replant for carrots.</td></tr><tr><td><code>farmassist.potatoes</code></td><td>Allows auto replant for potatoes.</td></tr><tr><td><code>farmassist.beetroots</code></td><td>Allows auto replant for beetroots.</td></tr><tr><td><code>farmassist.cactus</code></td><td>Allows auto replant for cactus.</td></tr><tr><td><code>farmassist.notify.update</code></td><td>Notify this player if there is an update for FarmAssistReboot.</td></tr><tr><td><code>farmassist.noseeds</code></td><td>Allows players to bypass the required seeds and just auto replant.</td></tr></tbody></table>


---

# 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://farmassistreboot.sarhatabaot.net/2.0.0/commands-and-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.
