PAPI variables

Every table placeholder will return itself (raw placeholder) if params are incorrect, unless told otherwise.

Table placeholders

Placeholder
Description

%uno_table_players_count_<table>%

Returns the number of players a table has.

%uno_table_players_min_<table>%

Return the min players needed to start a game in <table>

%uno_table_players_max_<table>%

Return the max players allowed in <table>

%uno_table_name_<table>%

Returns the display name of <table>

%uno_table_turn_current_<table>%

Returns the name of the player playing the current turn.

%uno_table_turn_next_<table>%

Returns the name of the player playing next.

%uno_table_turn_prev_<table>%

Returns the name of the player who played the previous turn.

%uno_table_status_<table>%

Returns the table's status parsed.

%uno_table_time_starting_<table>%

Returns the time remaining to start <table>.

%uno_table_time_in_game_<table>%

Returns in game time of <table>. Will return 0 if table is not in game.

%uno_table_name%

Returns the table's display name the player is currently playing. Will return an empty string if not found

%uno_table_name_original%

Returns the name in config of the table the player is currently playing. Will return an empty string if not found

Stats placeholders

Placeholder
Description

%uno_stats_cards_played%

Returns the number of cards the player has played.

%uno_stats_cards_drew%

Returns the number of cards the player has drawn.

%uno_stats_games_won%

Returns the number of games the player has won.

%uno_stats_games_played%

Returns the number of games the player has played.

%uno_stats_time_played%

Returns the time (in seconds) the player has played.

%uno_stats_time_formatted%

Returns the time (formatted) the player has played.

Time will be formatted according to your config.yml file.

Last updated