# Player placeholders

Name Identfier Description Examples outputs
Player balance (formatted) player_balance Displays the player's current balance (formatted) "0", "123", "123.45", "13,123.97"
Player balance (raw) player_balance_raw Displays the player's current balance (raw) "0", "123", "123.45", "13123.9417"
Player chat color (hex) player_chat_color Displays the player's chat color in hex format "#FF0000", "#00FF00", "#0000FF"
Player first time joined player_first_joined Displays the date and time the player first joined "2023-01-01 12:00:00"
Player first time joined (raw timestamp) player_first_joined_raw Displays the raw timestamp of when the player first joined "1672531200"
Player name player_name Displays the player's name "Simon", "OliverHD"
Player nickname player_nickname Displays the player's nickname "Oli"
Player play time (formatted) player_play_time Displays the player's total play time (formatted) "0s", "5m 30s", "2h 15m"
Player play time (ms) player_play_time_ms Displays the player's total play time in milliseconds "0", "330000", "8100000"
Player UUID player_uuid Displays the player's UUID "9b605d04-5a59-4353-bba3-2ddf570eb38a"