rep PlaceholderAPI expansion when PlaceholderAPI is installed.
Placeholders resolve against an online Player when possible. Rep also supports OfflinePlayer targets when that player’s data is already in the local cache (for example after they have joined the server or been loaded by an admin command). If data is not cached, placeholders return an empty string until the record is loaded.
Score placeholders
Rank placeholders
Rank values follow the score threshold rules in config.
Trust tier placeholders (Pro)
Available when Rep Pro is licensed andpro-settings.trust.trust-tiers-enabled is true.
See Pro trust tiers.
Season placeholders (Pro)
Available when Rep Pro is licensed andpro-settings.seasons-enabled is true.
See Pro seasons for season lifecycle and commands.
Compact formatting
Whenplaceholders.score-format is compact, or when using %rep_score_compact%, Rep uses the placeholders.compact section:
plugins/Rep/config.yml
placeholders.compact.thresholds only controls when numbers switch to k/m/b style — it does not affect rank tiers.
Test placeholders
Common uses
- Scoreboard plugins:
%rep_score%or%rep_score_compact% - Chat format plugins:
%rep_prefix%before the player name - Tab list plugins:
%rep_rank%next to the player name - InteractiveChat player hover:
%rep_score%and%rep_rank%— see Integrations
