Placeholders
Overview
ArenaLegends features comprehensive PlaceholderAPI support for displaying player statistics, ranks, and game information.
Mode-Specific Statistics
%arenalegends_stat_<gamemode>_<statistic>%
gamemode: solo, teams
statistic: Any valid statistic (e.g., KILLS, DEATHS, DAMAGE_DEALT)
Examples:
Global & Cross-Mode Statistics
For global or cross-mode totals: %arenalegends_stat_<statistic>%
Shows global value for global stats (e.g., GEMS)
Shows sum across modes for mode-specific stats (e.g., KILLS)
Examples:
Rank Information
%arenalegends_rank_<gamemode>_<property>%
Properties:
<name>
: Rank name<color>
: Rank color code<symbol>
: Rank symbol/icon
Examples:
Game Information
%arenalegends_game_<gameId>_<property>%
Properties:
<players>
: Player count<mode>
: Game mode
Examples:
Game Settings
%arenalegends_game_<gameId>_setting_<setting>%
Available settings:
<PLAYERS>
<TEAMS>
<RANKED>
<DISABLED>
Examples:
Statistics
Combat
damage_dealt
- Total damage dealtdamage_taken
- Total damage takendamage_blocked
- Total damage blockedhealth_restored
- Total health restoredhighest_dummy_damage
- Highest damage dealt to training dummytotem_resurrections
- Times resurrected by totem
Projectiles
projectiles_hit
- Projectiles that hit targetsprojectiles_shot
- Total projectiles shot
Consumables
potions_splashed
- Splash potions usedpotions_drank
- Potions consumedfood_consumed
- Food items eaten
Shop & Economy
gold_spent
- Total gold spent in shopitems_purchased
- Items bought from shopenchants_purchased
- Enchantments purchasedconsumables_purchased
- Consumable items boughtanvils_chosen
- Times anvil upgrades selectedanvils_purchased
- Anvil upgrades boughtaugments_chosen
- Times augments selectedgems
- Total gems earned (Global)
Performance
kills
- Total eliminationsassists
- Total assists providedtakedowns
- Combined kills and assistsdeaths
- Times eliminatedrating
- Current competitive ratinghighest_rating
- Highest rating achieved
Progress
wins
- Total victorieswin_streak
- Current win streakloses
- Total losseslose_streak
- Current loss streakdistance_travelled
- Total distance movedminions_spawned
- Total minions summoned
Last updated