🔎Placeholders
On this page, you will find all the placeholders that you can use on our plugin
PhoenixPractice supports PlaceholderAPI, allowing you to use player data from our plugin in other plugins that also support PlaceholderAPI. Below is a list of the available PlaceholderAPI placeholders as well as our internal placeholders that you can use in holograms.
PlaceholderAPI Placeholders
The following is the list of the available placeholders that Phoenix Practice has, make sure to replace the <mode> with the ID of your mode.
%phoenixpractice_players_playing%
The amount of players playing.
%phoenixpractice_players_playing_<mode>%
The amount of players playing on a specific mode.
%phoenixpractice_players_queueing%
The amount of players queueing.
%phoenixpractice_players_queueing_<mode>%
The amount of players queueing on a specific mode.
The following <arg> can take unranked or ranked values.
%phoenixpractice_<arg>_total_kills%
The amount of player's kills.
%phoenixpractice_<arg>_total_deaths%
The amount of player's deaths.
%phoenixpractice_<arg>_kd_ratio%
The KDR of the player.
%phoenixpractice_<arg>_total_wins%
The amount of player's wins.
%phoenixpractice_<arg>_total_losses%
The amount of player's losses.
%phoenixpractice_<arg>_total_draws%
The amount of player's draws.
%phoenixpractice_<arg>_win_streak%
The win streak of the player.
%phoenixpractice_<arg>_lost_streak%
The lose streak of the player.
%phoenixpractice_<arg>_kill_streak%
The kill streak of the player.
%phoenixpractice_<arg>_death_streak%
The death streak of the player.
%phoenixpractice_<arg>_players_queueing%
The amount of players queueing.
%phoenixpractice_<arg>_players_queueing_<mode>%
The amount of players queueing on a specific mode.
%phoenixpractice_ranked_global_elo%
The elo of the user on all modes.
%phoenixpractice_ranked_<mode>_elo%
TThe elo of the user on a specific mode.
%phoenixpractice_<type>_<metric>%
%phoenixpractice_<type>_<mode>_<metric>%
%phoenixpractice_<type>_<metric>_<rank>%
%phoenixpractice_<type>_<mode>_<metric>_<rank>%
%phoenixpractice_<type>_<metric>_<rank>_value%
%phoenixpractice_<type>_<mode>_<metric>_<rank>_value%
%phoenixpractice_<period>_<type>_<metric>%
%phoenixpractice_<period>_<type>_<mode>_<metric>%
%phoenixpractice_<period>_<type>_<metric>_<rank>%
%phoenixpractice_<period>_<type>_<mode>_<metric>_<rank>%
%phoenixpractice_<period>_<type>_<metric>_<rank>_value%
%phoenixpractice_<period>_<type>_<mode>_<metric>_<rank>_value%
Period:
all, daily, weekly, monthly
Type:
unranked, ranked, challenge
Metric:
totalkills, totaldeaths, totalwins, totallosses, totaldraws, kdaration, elo
* elo is only availble in the all period.
Example:
%phoenixpractice_ranked_crystal_totalkills_1_value%- will return the name of the player that has the most kills in ranked for the crystal modeFor leaderboard of elo use
%phoenixpractice_ranked_elo_1%
%phoenixpractice_nametag_color%
The nametag's color
%phoenixpractice_nametag_letter%
The nametag's letter
%phoenixpractice_nametag%
The nametag
%phoenixpractice_rejecting_requests%
If the players has requests disabled
Internal Placeholders
The following list of placeholders can be used inside our plugin when running commands or editing messages.
%time_left%
The time left of the duel.
%opponents%
The list with the opponents.
%opponent_ping%
The ping of the opponents.
%mode%
The current mode of the duel.
%map%
The current id of the map,
%win_rounds%
The player's won rounds,
%lost_rounds%
The player's lost rounds,
%rounds_to_win%
The amount of rounds left to win.
%cps%
The player's clicks per second.
%ping%
The player's ping,
%boxing_team_score% (Requires Boxing)
The boxing score of your team.
%boxing_enemy_score% (Reuires Boxing)
The boxing score of the enemy team.
Last updated
Was this helpful?