# PlaceholderAPI Placeholders

## World-based placeholders

| Placeholder                        | Output                                                                                |
| ---------------------------------- | ------------------------------------------------------------------------------------- |
| advancedseasons\_season\_\<world>  | Season in the world (e.g. Spring, Summer). Returns "None" if seasons are not enabled. |
| advancedseasons\_yearday\_\<world> | Day of the year, e.g. 1,2 etc.                                                        |

## Player Placeholders

| Placeholder                  | Output                                                                                                                                       |
| ---------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- |
| advancedseasons\_season      | Season in player's world (e.g. Spring, Summer). Returns "None" if seasons are not enabled.                                                   |
| advancedseasons\_yearday     | Day of the year, e.g. 1,2 etc.                                                                                                               |
| advancedseasons\_temperature | <p>Player's temperature (units are from config.yml), returns 0 if world is not enabled.<br>Returns only a number (e.g. 30) without unit.</p> |


---

# 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://seasons.advancedplugins.net/general/placeholderapi-placeholders.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.
