# Placeholder

## PlaceholderAPI

If you are familiar with [PlaceholderAPI](https://www.spigotmc.org/resources/placeholderapi.6245/) resource, you can obtain data and display it at other plugin.

* %advent\_calendar\_remains\_parsed% - Remaining time to change season state. (In parsed format 11d 12h 13m 14s or 12:13:14)
* %advent\_calendar\_remains\_seconds% - Remaining time to change season state. (In seconds)
* %advent\_calendar\_window\_count\_personal% - Count of claimed windows
* %advent\_calendar\_window\_count\_total% - Count of all windows


---

# 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://wiki.innouniq.com/plugins/advent-season/modules/advent-calendar/configuration/placeholder.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.
