Placeholder
Simply way to get data of plugin at various places around the server.
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.
{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 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