Placeholders
📊 Statistics
These placeholders display player statistics. You can show global stats or stats specific to a game mode.
🌐 Global Stats
Displays the total value across all game modes.
Pattern: %arenalegends_stat_<statistic>%
%arenalegends_stat_GEMS%
Total gems (Global currency).
%arenalegends_stat_KILLS%
Total kills across all modes.
%arenalegends_stat_WINS%
Total wins across all modes.
%arenalegends_stat_RATING%
Current rating (accumulated).
🕹️ Mode-Specific Stats
Displays the value for a specific game mode (SOLO or TEAMS).
Pattern: %arenalegends_stat_<mode>_<statistic>%
Examples:
%arenalegends_stat_solo_KILLS%%arenalegends_stat_teams_WINS%
📋 Available Statistics
Use these keys for the <statistic> part of the placeholder:
Combat:
DAMAGE_DEALT,DAMAGE_TAKEN,DAMAGE_BLOCKED,HEALTH_RESTORED,KILLS,ASSISTS,TAKEDOWNS,DEATHS.Progress:
WINS,WIN_STREAK,LOSES,LOSE_STREAK,RATING,HIGHEST_RATING.Economy:
GOLD_SPENT,ITEMS_PURCHASED,ENCHANTS_PURCHASED,CONSUMABLES_PURCHASED,MYTHICS_PURCHASED,ANVILS_PURCHASED.Gameplay:
AUGMENTS_CHOSEN,ANVILS_CHOSEN,TOTEM_RESURRECTIONS,MINIONS_SPAWNED,DISTANCE_TRAVELLED.Items:
PROJECTILES_HIT,PROJECTILES_SHOT,POTIONS_SPLASHED,POTIONS_DRANK,FOOD_CONSUMED.Misc:
HIGHEST_DUMMY_DAMAGE.
🏅 Ranks
Displays rank information for a specific game mode.
Pattern: %arenalegends_rank_<mode>_<property>%
Properties:
NAME: The display name of the rank.TIER: The tier division of the rank.COLOR: The color code of the rank.SYMBOL: The symbol icon of the rank.
Examples:
%arenalegends_rank_solo_NAME%%arenalegends_rank_teams_COLOR%
🎮 Game Information
Displays real-time information about specific game instances.
Pattern: %arenalegends_game_<gameId>_<property>%
Properties:
PLAYERS: Current number of players in the game.MODE: The game mode (SOLOorTEAMS).STATE: The current state (WAITING,STARTING,PLAYING,ENDING).
Examples:
%arenalegends_game_arena1_PLAYERS%%arenalegends_game_lobby_STATE%
⚙️ Game Settings
Displays the configuration settings of a specific game.
Pattern: %arenalegends_game_<gameId>_setting_<setting>%
Available Settings:
TEAM_SIZEMAX_TEAMSDISABLEDRANKEDGENERATE_INSTANCESFILL_WITH_BOTSAUTO_START_WITH_BOTSROUND_BUILDERSOUNDTRACK
Examples:
%arenalegends_game_arena1_setting_TEAM_SIZE%%arenalegends_game_arena1_setting_RANKED%
Last updated