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:

%arenalegends_stat_<solo>_<KILLS>%
%arenalegends_stat_<teams>_<RATING>%

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:

%arenalegends_stat_<GEMS>%
%arenalegends_stat_<KILLS>%

Rank Information

%arenalegends_rank_<gamemode>_<property>%

Properties:

  • <name>: Rank name

  • <color>: Rank color code

  • <symbol>: Rank symbol/icon

Examples:

%arenalegends_rank_<solo>_<name>%
%arenalegends_rank_<solo>_<color>%
%arenalegends_rank_<solo>_<symbol>%

Game Information

%arenalegends_game_<gameId>_<property>%

Properties:

  • <players>: Player count

  • <mode>: Game mode

Examples:

%arenalegends_game_<duel1>_<players>%
%arenalegends_game_<arena5>_<mode>%

Game Settings

%arenalegends_game_<gameId>_setting_<setting>%

Available settings:

  • <PLAYERS>

  • <TEAMS>

  • <RANKED>

  • <DISABLED>

Examples:

%arenalegends_game_<duel1>_setting_<PLAYERS>%
%arenalegends_game_<arena5>_setting_<RANKED>%

Statistics

Combat

  • damage_dealt - Total damage dealt

  • damage_taken - Total damage taken

  • damage_blocked - Total damage blocked

  • health_restored - Total health restored

  • highest_dummy_damage - Highest damage dealt to training dummy

  • totem_resurrections - Times resurrected by totem

Projectiles

  • projectiles_hit - Projectiles that hit targets

  • projectiles_shot - Total projectiles shot

Consumables

  • potions_splashed - Splash potions used

  • potions_drank - Potions consumed

  • food_consumed - Food items eaten

Shop & Economy

  • gold_spent - Total gold spent in shop

  • items_purchased - Items bought from shop

  • enchants_purchased - Enchantments purchased

  • consumables_purchased - Consumable items bought

  • anvils_chosen - Times anvil upgrades selected

  • anvils_purchased - Anvil upgrades bought

  • augments_chosen - Times augments selected

  • gems - Total gems earned (Global)

Performance

  • kills - Total eliminations

  • assists - Total assists provided

  • takedowns - Combined kills and assists

  • deaths - Times eliminated

  • rating - Current competitive rating

  • highest_rating - Highest rating achieved

Progress

  • wins - Total victories

  • win_streak - Current win streak

  • loses - Total losses

  • lose_streak - Current loss streak

  • distance_travelled - Total distance moved

  • minions_spawned - Total minions summoned

Last updated