# Commands

<details>

<summary>plugin.yml</summary>

{% code lineNumbers="true" fullWidth="false" %}

```yaml
commands:
   rpg:
      description: Execute a RealisticPlantGrowth command.
      usage: /rpg <help|info|reload>
      permission: rpg.help
      aliases: [realisticPlantGrowth, realisticplantgrowth]
```

{% endcode %}

</details>

## Overview

<table><thead><tr><th width="254">Command</th><th>Permission</th><th align="center">Can be used in the console</th></tr></thead><tbody><tr><td><a href="#rpg-help"><code>/rpg help</code></a></td><td><a href="/pages/j0KJXtyV82yEsfmThMqY#rpg.help"><code>rpg.help</code></a></td><td align="center"><mark style="color:green;">✓</mark></td></tr><tr><td><a href="#rpg-info"><code>/rpg info</code></a></td><td><a href="/pages/j0KJXtyV82yEsfmThMqY#rpg.info"><code>rpg.info</code></a></td><td align="center">-</td></tr><tr><td><a href="#rpg-reload"><code>/rpg reload</code></a></td><td><a href="/pages/j0KJXtyV82yEsfmThMqY#rpg.reload"><code>rpg.reload</code></a></td><td align="center"><mark style="color:green;">✓</mark></td></tr></tbody></table>

## `/rpg help`

Shows the Help menu if the user has the required permission.

## `/rpg info`

Provides general information about the plant currently held in the player's hand.\
This includes details such as biome groups, valid biomes, and whether the plant can grow in darkness.

For more detailed and location-specific information, utilize the left-click feature of the [`display_growth_rates`](/guides/configuration/config.yml.md#display_growth_rates) setting.

## `/rpg reload`

Reloads the plugin and updates all configuration files, eliminating the need for a server restart to apply changes to the configured settings.

***


---

# 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://realistic-plant-growth.nightevolution.de/overview/commands.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.
