> 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/placeholders.md).

# Placeholders

**Placeholder List:**

**Essence if using RivalHarvesterHoes as economy:**

* %rivalhoes\_essence% - Raw Essence
* %rivalhoes\_essence\_formatted% - Formatted Essence
* %rivalhoes\_essencetop\_position% - Essence Position
* %rivalhoes\_essencetop\_name\_\<place>% - Get Name of Player
* %rivalhoes\_essencetop\_value\_\<place>% - Get Value of Place

Essence if using RivalFishingRods as economy:

* %rivalrods\_essence% - Raw Essence
* %rivalrods\_essence\_formatted% - Formatted Essence
* %rivalrods\_essencetop\_position% - Essence Position
* %rivalrods\_essencetop\_name\_\<place>% - Get Name of Player
* %rivalrods\_essencetop\_value\_\<place>% - Get Value of Place

**Fishes:**

* %rivalrods\_fishes% - Raw Fishes
* %rivalrods\_fishes\_formatted% - Formatted Fishes
* %rivalrods\_fishtop\_name\_\<place>% - Get Name of Player
* %rivalrods\_fishtop\_value\_\<place>% - Get Value of Place
* %rivalrods\_fishtop\_position% - Get the position of Player on the leaderboard

#### Fishing Competition:

* %rivalrods\_fishingcompetition\_time\_next% - Returns time until next event formatted m/s
* %rivalrods\_fishingcompetition\_time\_long% - Returns time until next event formatted minute/second
* %rivalrods\_fishingcompetition\_time\_left% - Return time left of the current fishing competition
* %rivalrods\_fishingcompetition\_active% - Returns "true" if active, false if not
* %rivalrods\_fishingcompetition\_caught% - Returns amount of Fishes caught in Fishing Competition
* %rivalrods\_fishingcompetition\_position% - Returns current position in the Fishing Competition
* %rivalrods\_is\_rod% - Returns "true" if a rod is in hand, "false" if not

For Placeholders you will need [PlaceholderAPI](broken://pages/nZybHQMKVwGG6nzWrypm),  for updating Holograms use [HolographicDisplays ](https://dev.bukkit.org/projects/holographic-displays)& [HolographicExtension](https://www.spigotmc.org/resources/holographicextension.18461/) to make updating Placeholders


---

# 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/placeholders.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.
