# Placeholder

## **In-Game placeholders**

Internal placeholders used at GUI and Figures.

### **Advent Calendar**

#### GUI

* {count\_opened} - Count of opened calendar windows.
* {remains} - Remaining time to open new window.
* {day} - Number of window.
* {reward\_name} - Name of claimed reward.
* {openable\_date\_time} - Date-time, when window will be opened.

#### ​Figure

* {remains} - Remaining time to open new window.

### ​**Christmas Mail**

#### GUI

* {mail\_box\_recipient} - Player's name, whom you sent a wish.
* {mail\_box\_sender} - Player's name, who sent you a wish.<br>
* {predicate\_message} - Yes/No - If wish was sent.
* {predicate\_gift} - Yes/No - If gift was sent.
* {predicate\_claim} - Yes/No - If mail box was opened.
* {mail\_box\_gap\_date} - Date-time, when players are able to open their mail boxes.
* {message} - Message from mail box.

## 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\_window\_opened% - Count of opened calendar windows.
* %advent\_calendar\_remains% - Remaining time to open new window.
* %advent\_mail\_capacity% - Capacity of MailBox.
* %advent\_mail\_sent% - Count of sent Mails. (0 when mode is Reading)
* %advent\_mail\_received% - Count of received Mails. (0 when mode is Sending)


---

# 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/archieve/advent-season-2022-edition/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.
