PlaceholderAPI Support
📚 PlaceholderAPI Support
🏷️ Placeholders This page lists all available placeholders provided by the plugin TheRewards, including optional support for leaderboard plugins.
🎁 Reward Placeholders
These placeholders require you to replace {reward}
with the name of your reward (as defined in your configuration).
%therewards_player_cooldown_reward_{reward}%
Time remaining until the reward can be claimed again.
%therewards_player_times_claimed_reward_{reward}%
Number of times the player has claimed that reward.
%therewards_player_is_onetime_reward_{reward}%
Whether the reward is single-use (true
or false
).
%therewards_player_available_reward_{reward}%
If the reward is available for claiming (true
o false
).
📝 Ejemplo: %therewards_player_cooldown_reward_daily%
🎯 General Reward Counters
%therewards_player_available_rewards%
Total number of rewards currently available to the player.
🔥 Streak Placeholders
These do not require specifying a reward.
%therewards_player_max_streak%
Highest reward streak achieved by the player.
%therewards_player_current_streak%
Player's current streak.
%therewards_player_cooldown_streak%
Time remaining to claim the next streak reward.
%therewards_player_available_streak%
Whether the streak reward is available to claim (true
or false
).
⏳ PlayTime Placeholders
%therewards_player_playtime_claimable_available%
If game time rewards are available for claiming (true
or false
).
%therewards_player_playtime_remaining%
Formatted time remaining (e.g. "2d 3h 45m 30s").
%therewards_player_playtime_claimed_count%
Number of game time rewards already claimed.
%therewards_player_playtime_claimable_count%
Number of game time rewards available to claim.
%therewards_player_playtime_remaining_seconds%
Time remaining to the next reward in seconds.
%therewards_player_playtime_remaining_minutes%
Time remaining to the next reward in minutes.
%therewards_player_playtime_remaining_hours%
Time remaining to the next reward in hours.
%therewards_player_playtime_remaining_days%
Time remaining to the next reward in days.
🏆 Top Leaderboards (Optional Integration)
Although TheRewards does not include built-in leaderboards, you can display them using plugins like Topper or ajLeaderboards.
📊Using Topper
Configure Topper’s file:
Example for a hologram (DecentHolograms):
📊 Using ajLeaderboards
Command to add a leaderboard:
Example for a hologram (DecentHolograms):
💡 If you are using a different hologram or leaderboard plugin, simply adapt the corresponding placeholders.
Last updated