💡PlaceholderAPI

Here you will learn every information about PlaceholderAPI

PlaceholderAPI is optional

Every variable of PlaceholderAPI need be surrounded by %

Exemple: %elytraracing_self_playedracemode%

Not every plugins are compatible with PlaceholderAPI

ElytraRacing don't support placeholders in its messages.

ElytraRacing support placeholders in its scoreboards.

<player> argument must be replaced by:

  • The actual name of the player

  • "self": target the player which the message is sent to

<map> argument must be replaced by:

  • The actual name of the map

<rank> argument must be replaced by:

  • The desired rank

Variable

Description

elytraracing_<player>_playedracemode

Get how many times the player played race mode

elytraracing_<player>_playedgrandprix

Get how many times the player played grandprix

elytraracing_<player>_wonracemode

Get how many times the player have won a race mode

elytraracing_<player>_wongrandprix

Get how many times the player have won a grandprix

elytraracing_<player>_mapplayed

Get the total of map played

elytraracing_<player>_mapfinished

Get how many times the player have finished maps

elytraracing_<player>_score

Get the score of the player

elytraracing_<player>_rank_playedracemode

Get the rank of the player in racemode (time played)

elytraracing_<player>_rank_playedgrandprix

Get the rank of the player in grandprix (time played)

elytraracing_<player>_rank_score

Get the rank of the player in score

elytraracing_<player>_<map/favorite>_winrate

Get the winrate of the player on a map

elytraracing_<player>_<map/favorite>_ranking

Get the ranking of the player on a map

elytraracing_<player>_<map/favorite>_playertime

Get the time of the player on a map

elytraracing_<player>_<map/favorite>_name

Get the name of a map

elytraracing_lastgame_<rank>_username

Get the player's username per rank of the last game played

elytraracing_top_map_<map>_<rank>_username

Get the player's username ranked at position <rank> on the map <map>.

elytraracing_top_map_<map>_<rank>_time

Get the player's time at position <rank> on the map <map>.

elytraracing_top_map_<map>_<rank>_win

Get the number of wins of the player ranked at position <rank> on the map <map>.

elytraracing_top_map_<map>_<rank>_winrate

Get the player's win rate ranked at position <rank> on the map <map>.

Last updated