Placeholders
The plugin includes registered placeholders that can be utilized anywhere within PlaceholderAPI. The current list of valid placeholders is as follows:
%ultimaterewards_cooldown_{reward}%
displays current state of reward
%ultimaterewards_state_{reward}%
returns state of reward, e.g. available, unavailable, upcoming, locked NEW
%ultimaterewards_progress_{reward}%
draws the progress bar of the reward
%ultimaterewards_available%
shows amount of available rewards to claim
%ultimaterewards_available_{rewardType}%
%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 NEW
%ultimaterewards_playtime_local_in_minutes%
shows the time spent on current server in minutes NEW
%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}%
Leaderboards
%ultimaterewards_playtime_alltime_top_name_<position>%
prints player name of certain position in all time leaderboard
ltimaterewards_playtime_alltime_top_value_<position>%
prints value (format is available in config.yml) of certain position in all time leaderboard
%ultimaterewards_playtime_alltime_top_position%
prints player position in all time leaderboard
%ultimaterewards_votes_alltime_top_name_<position>%
prints player name of certain position in all time leaderboard
ltimaterewards_votes_alltime_top_value_<position>%
prints number of votes of certain position in all time leaderboard
%ultimaterewards_votes_alltime_top_position%
prints player position in all time leaderboard
Last updated