For the complete documentation index, see llms.txt. This page is also available as Markdown.

Placeholders

The plugin includes registered placeholders that can be utilized anywhere within PlaceholderAPI. The current list of valid placeholders is as follows:

Placeholder
Description

%ultimaterewards_cooldown_{reward}%

displays current state of reward

%ultimaterewards_state_{reward}%

returns state of reward, e.g. available, unavailable, upcoming, locked

%ultimaterewards_claimed_of_{rewards}%

shows how many rewards player had claimed from the list, e.g. %ultimaterewards_claimed_of_reward1,reward2%, suitable for non-cooldown rewards (like custom rewards, onetime rewards and others)

%ultimaterewards_progress_{reward}%

draws the progress bar of the reward

%ultimaterewards_available%

shows amount of available rewards to claim

%ultimaterewards_available_{rewardType}%

displays the number of rewards of the specified type to claim, available reward types here, e.g. %ultimaterewards_available_time_reward% will only show available rewards with Time Reward type

%ultimaterewards_current_streak_{reward}%

displays current streak of the specific reward

%ultimaterewards_referrals%

shows the total number of referral activations

%ultimaterewards_referred_to%

shows whom the player is referring

%ultimaterewards_playtime_session%

shows current session play-time

%ultimaterewards_playtime_local%

shows the time spent on current server

%ultimaterewards_playtime_local_in_hours%

shows the time spent on current server in hours

%ultimaterewards_playtime_local_in_minutes%

shows the time spent on current server in minutes

%ultimaterewards_playtime_global%

shows the total time spent on network (requires MySQL)

%ultimaterewards_afk_session_time%

shows time elapsed in the AFK area/world

%ultimaterewards_total_votes%

returns the total number of player's votes

%ultimaterewards_total_collected%

displays the total number of reward openings

%ultimaterewards_collected_{reward}%

displays the total number of specific reward openings

%ultimaterewards_setting_enabled_{setting}%

shows whether the player has the given setting enabled (true/false), setting type can be found here

%ultimaterewards_remaining_time_{reward}%

shows remaining play-time in order to unlock the reward NEW

Last updated