Placeholder
Simply way to get data of plugin at various places around the server.
Last updated
Simply way to get data of plugin at various places around the server.
Internal placeholders used at GUI and Figures.
{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.
{remains} - Remaining time to open new window.
{mail_box_recipient} - Player's name, whom you sent a wish.
{mail_box_sender} - Player's name, who sent you a wish.
{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.
If you are familiar with PlaceholderAPI 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)
Last updated