> For the complete documentation index, see [llms.txt](https://docs.rivaldev.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rivaldev.xyz/rival-tools/rival-fishing-rods/commands-and-permissions.md).

# Commands and Permissions

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

Hoe Commands:

| COMMANDS                      |              DESCRIPTION              | PERMISSIONS               |
| ----------------------------- | :-----------------------------------: | ------------------------- |
| /rod give                     |         Give a hoe to a player        | rivalrods.give            |
| /rod about                    |       View info about the plugin      | -                         |
| /rod stats                    |         View Stats of a player        | rivalrods.stats           |
| /rod info                     |          View Enchants on Rod         | rivalrods.info            |
| /rod reload                   |           Reload all configs          | rivalrods.reload          |
| /rod fishingcompetition start |     Start the fishing competition     | rrivalrods.harvesterevent |
| /rod calculate                |  Calculate Essence price for Enchant  | rivalrods.calculate       |
| /rod admin                    | Open the Admin Panel for Fishing Rods | rivalrods.admin           |
| /rod setenchant               |        Set a enchant to the rod       | rivalrods.setenchant      |
| /rod max                      |      Give a rod with max enchants     | rivalrods.max             |
| /rod setowner                 |  Change the Owner of the Fishing Rod  | rivalrods.setowner        |
| /rod testchance               |      Test the Chance of Enchants      | rivalrods.testchance      |

Fish 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">/fish balance &#x3C;player> </td><td align="center">View  Fish Balance</td></tr><tr><td align="center">/fish give &#x3C;player> &#x3C;amount></td><td align="center">Give Fish to Player</td></tr><tr><td align="center">/fish remove &#x3C;player> &#x3C;amount></td><td align="center">Remove Fish from Player</td></tr><tr><td align="center">/fish reset &#x3C;player></td><td align="center">Reset Player's Fishes amount</td></tr><tr><td align="center">/fish set &#x3C;player> &#x3C;amount></td><td align="center">Set Player's Fishes amount</td></tr><tr><td align="center">/fish top</td><td align="center">View Fish Top Leaderboard</td></tr><tr><td align="center">/fish force</td><td align="center">Force save Fish Data</td></tr></tbody></table>

Other Commands:

* /fisherman- Shows all current players using Fishing Rods
* /fishingcompetition- Shows your current fishes, time left and current leaderboard


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.rivaldev.xyz/rival-tools/rival-fishing-rods/commands-and-permissions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
