# 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)
