-
Notifications
You must be signed in to change notification settings - Fork 3
Placeholders
Each player related placeholder comes in two versions: One for the player viewing the tab list on one for a player displayed in the tab list. E.g. to display the players name there is ${viewer name} and ${player name}. The first one can be used everywhere, the second one in player slots and filters of player sets.
In addition to the built-in placeholders presented below you can use placeholders provided by PlaceholderAPI. To learn how to use placeholder from PlaceholderAPI have a look at the PlaceholderAPI page.
| Viewer Variant | Player Variant | Example Output |
|---|---|---|
${viewer display_name} |
${player display_name} |
§aCodeCrafter§b47 |
${viewer gamemode} |
${player gamemode} |
0 |
${viewer health} |
${player health} |
20.0 |
${viewer is_hidden} |
${player is_hidden} |
false |
${viewer level} |
${player level} |
1 |
${viewer location_x} |
${player location_x} |
0.0 |
${viewer location_y} |
${player location_y} |
0.0 |
${viewer location_z} |
${player location_z} |
0.0 |
${viewer max_health} |
${player max_health} |
20.0 |
${viewer name} |
${player name} |
CodeCrafter47 |
${viewer permission <permission>} |
${player permission <permission>} |
false |
${viewer ping} |
${player ping} |
0 |
${viewer tab_name} |
${player tab_name} |
CodeCrafter47 |
${viewer team} |
${player team} |
team |
${viewer team_color} |
${player team_color} |
§1 |
${viewer team_display_name} |
${player team_display_name} |
§1Team |
${viewer team_prefix} |
${player team_prefix} |
§1[Team] |
${viewer team_suffix} |
${player team_suffix} |
§1[Team] |
${viewer total_xp} |
${player total_xp} |
100 |
${viewer uuid} |
${player uuid} |
d9935dff-9702-404b-9d44-8efd35b0928d |
${viewer world} |
${player world} |
world |
${viewer xp} |
${player xp} |
100 |
| Viewer Variant | Player Variant | Example Output |
|---|---|---|
${viewer essentials_afk} |
${player essentials_afk} |
true |
| Viewer Variant | Player Variant | Example Output |
|---|---|---|
${viewer faction_at_current_location} |
${player faction_at_current_location} |
faction |
${viewer faction_member_count} |
${player faction_member_count} |
10 |
${viewer faction_name} |
${player faction_name} |
faction |
${viewer faction_online_member_count} |
${player faction_online_member_count} |
10 |
${viewer faction_player_power} |
${player faction_player_power} |
1 |
${viewer faction_power} |
${player faction_power} |
1 |
${viewer faction_rank} |
${player faction_rank} |
owner |
| Viewer Variant | Player Variant | Example Output |
|---|---|---|
${viewer multiverse_world_alias} |
${player multiverse_world_alias} |
World |
| Viewer Variant | Player Variant | Example Output |
|---|---|---|
${viewer player_points} |
${player player_points} |
10 |
| Viewer Variant | Player Variant | Example Output |
|---|---|---|
${viewer SimpleClans_ClanName} |
${player SimpleClans_ClanName} |
clan |
${viewer SimpleClans_ClanMembers} |
${player SimpleClans_ClanMembers} |
10 |
${viewer SimpleClans_ClanTag} |
${player SimpleClans_ClanTag} |
clan |
${viewer SimpleClans_ClanTagLabel} |
${player SimpleClans_ClanTagLabel} |
§aclan |
${viewer SimpleClans_ClanColorTag} |
${player SimpleClans_ClanColorTag} |
§a |
${viewer SimpleClans_OnlineClanMembers} |
${player SimpleClans_OnlineClanMembers} |
10 |
| Viewer Variant | Player Variant | Example Output |
|---|---|---|
${viewer vault_balance} |
${player vault_balance} |
100.0 |
${viewer vault_balance2} |
${player vault_balance2} |
100.0 |
${viewer vault_currency} |
${player vault_currency} |
dollar |
${viewer vault_currency_plural} |
${player vault_currency_plural} |
dollars |
${viewer vault_primary_group} |
${player vault_primary_group} |
owner |
${viewer vault_primary_group_weight} |
${player vault_primary_group_weight} |
100 |
${viewer vault_player_prefix} |
${player vault_player_prefix} |
§a[Player] |
${viewer vault_prefix} |
${player vault_prefix} |
§c[Owner] |
${viewer vault_primary_group_prefix} |
${player vault_primary_group_prefix} |
§c[Owner] |
${viewer vault_suffix} |
${player vault_suffix} |
§a[Player] |
| Viewer Variant | Player Variant | Example Output |
|---|---|---|
${viewer askyblock_island_level} |
${player askyblock_island_level} |
10 |
${viewer askyblock_island_name} |
${player askyblock_island_name} |
island |
${viewer askyblock_team_leader} |
${player askyblock_team_leader} |
CodeCrafter47 |
| Viewer Variant | Player Variant | Example Output |
|---|---|---|
${viewer paf_clans_clan_name} |
${player paf_clans_clan_name} |
clan |
${viewer paf_clans_clan_tag} |
${player paf_clans_clan_tag} |
§aClan |
${viewer paf_clans_clan_member_count} |
${player paf_clans_clan_member_count} |
10 |
${viewer paf_clans_clan_online_member_count} |
${player paf_clans_clan_online_member_count} |
5 |
${viewer paf_clans_is_leader} |
${player paf_clans_is_leader} |
true |
-
Displays the current time. Example:
${time HH:mm:ss}. You can find more information about the date format at https://docs.oracle.com/javase/8/docs/api/java/text/SimpleDateFormat.html.Examples:
Pattern Result ${time HH:mm:ss}20:51:03${time h:mm a}8:51 PM${time dd.MM.yyyy}11.09.2020 -
This placeholder is for use in the
morePlayersComponentoption of all components that add players to the tab list. -
Displays number of players in a player set. See Player sets.
-
Can be used as the
iconproperty of a slot to display the skin of the player looking at the tab list.
These placeholders change arbitrary text to use a specific type set or colors.
| Placeholder | Image |
|---|---|
${uppercase <text>} |
![]() |
${lowercase <text>} |
![]() |
${small_caps <text>} |
![]() |
${superscript <text>} |
![]() |
${bubbles <text>} |
![]() |
${rainbow <text>} |
![]() |
Example: You can display the name of the player looking at the tab list (viewer) in rainbow colors using ${rainbow ${viewer name}}.





