> For the complete documentation index, see [llms.txt](https://pyrotempus.gitbook.io/pyro-plugins/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pyrotempus.gitbook.io/pyro-plugins/master.md).

# Pyro Plugins

All of my resources are premium and require you to purchase them from here: <https://www.spigotmc.org/resources/authors/pyrotempus.238567/>

If you're feeling generous and want to support me, consider donating or becoming a patreon: <https://www.paypal.com/paypalme/ptempus> <https://www.patreon.com/pyrotempus>

And finally, if you need any support join my public discord server here - <https://discord.gg/zNtFN3m> Please note that you will be required to verify. To do so, please post your Transaction ID. If you are just a normal player, state that instead, you won't be able to get support if you verify as a normal user.

Below are the main links to each plugins main page.

{% content-ref url="/pages/-MkEAIDGS197A\_1u0jes" %}
[PyroFishingPro Splash Page](/pyro-plugins/pyrofishingpro/splash-page.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MkHIK8J9jGXUPA-s8hI" %}
[PyroMining Splash Page](/pyro-plugins/pyromining/splash-page.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MTNCaFj9rLuwX8Oede0" %}
[PyroWeatherPro Splash Page](/pyro-plugins/pyroweatherpro/pyroweatherpro.md)
{% endcontent-ref %}

Please note that pages are still being actively worked on and some information might be missing.


---

# 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://pyrotempus.gitbook.io/pyro-plugins/master.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.
