# Commands and Permissions

Main Permissions: `rivalhoes.main - rivalhoes.admin`

Hoe Commands:

| COMMANDS                  |             DESCRIPTION             | PERMISSIONS              |
| ------------------------- | :---------------------------------: | ------------------------ |
| /hoe give                 |         Give hoe to a player        | rivalhoes.give           |
| /hoe about                |      View info about the plugin     | -                        |
| /hoe stats                |        View Stats of a player       | rivalhoes.stats          |
| /hoe info                 |         View Enchants on Hoe        | rivalhoes.info           |
| /hoe reload               |          Reload all configs         | rivalhoes.reload         |
| /hoe harvesterevent start |      Start the Harvester Event      | rivalhoes.harvesterevent |
| /hoe calculate            | Calculate Essence price for Enchant | rivalhoes.calculate      |
| /hoe admin                |    Open the Admin Panel for Hoes    | rivalhoes.admin          |
| /hoe setenchant           |       Set a enchant to the Hoe      | rivalhoes.setenchant     |
| /hoe max                  |     Give a hoe with max enchants    | rivalhoes.max            |
| /hoe setowner             |     Change the Owner of the Hoe     | rivalhoes.setowner       |
| /hoe testchance           |     Test the Chance of Enchants     | rivalhoes.testchance     |

Essence Commands:

|               COMMANDS              |         DESCRIPTION        | PERMISSIONS                |
| :---------------------------------: | :------------------------: | -------------------------- |
|      /essence balance \<player>     |    View Essence Balance    | rivalhoes.essence.balance  |
|  /essence give \<player> \<amount>  |   Give Essence to Player   | rivalhoes.essence.give     |
|   /essence pay \<player> \<amount>  |    Pay Essence to Player   | rivalhoes.essence.pay      |
|     /essence withdraw \<amount>     |      Withdraw Essence      | rivalhoes.essence.withdraw |
|   /essence set \<player> \<amount>  |    Set Player's Essence    | rivalhoes.essence.set      |
| /essence remove \<player> \<amount> | Remove Essence from Player | rivalhoes.essence.remove   |
|            /essence shop            |    Open the Essence Shop   | rivalhoes.essence.shop     |
|            /essence reset           |   Reset Player's Essence   | rivalhoes.essence.reset    |
|            /essence force           |   Force save Essence Data  | rivalhoes.admin            |
|             /essence top            |  View Essence Leaderboard  | -                          |

Crop Commands:&#x20;

<table><thead><tr><th width="341.7936342290634" align="center">COMMANDS</th><th align="center">DESCRIPTION</th></tr></thead><tbody><tr><td align="center">/crops balance &#x3C;player> &#x3C;crop></td><td align="center">View  Crop Balance</td></tr><tr><td align="center">/crops give &#x3C;player> &#x3C;crop></td><td align="center">Give Crops to Player</td></tr><tr><td align="center">/crops remove &#x3C;player> &#x3C;crop></td><td align="center">Remove Crops from Player</td></tr><tr><td align="center">/crops reset &#x3C;player> &#x3C;crop></td><td align="center">Reset Player's Crops</td></tr><tr><td align="center">/crops set &#x3C;player> &#x3C;crop> &#x3C;amount></td><td align="center">Set Player's Crops</td></tr><tr><td align="center">/crops top &#x3C;crop></td><td align="center">View Crop Leaderboards</td></tr><tr><td align="center">/crops force</td><td align="center">Force save Crop Data</td></tr></tbody></table>

Other Commands:

* /harvesters - Shows all current players using Harvester Hoes
* /jackhammer - Toggle the JackHammer enchant activation for yourself
* /trench - Toggle the Trench enchant activation for yourself
* /harvesterevent - Shows your current crops, time left and current leaderboard
* /rush - Check the time left on Rush boost&#x20;


---

# 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.rivaldev.xyz/rival-tools/rival-harvester-hoes/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.
