Variables
Variables can be used in many actions to dynamically include details such as a character name, username, ID, and more.
If your commands or variables aren't working, check out this troubleshooting guide:
https://docs.gameserverapp.com/dashboard/monetization/deliveries#-troubleshooting-
Playersโ
Player IDโ
{player.id}
Displays the player's unique ID (Steam, Epic, EOS, Mojang, etc).
Usernameโ
{player.username}
Displays the player's username.
Token countโ
{player.token_count}
Displays the player's current token balance.
Custom roleโ
{custom_role.1.minutes_remaining}
shows the remaining time in minutes.
{custom_role.1.hours_remaining}
shows the remaining time in hours.
{custom_role.1.days_remaining}
shows the remaining time in days.
Characterโ
Character IDโ
{character.id}
Displays the in-game character ID.
Character nameโ
{character.name}
Displays the in-game character name.
Groupโ
Group IDโ
{group.id}
Displays the in-game group ID.
Group nameโ
{group.name}
Displays the in-game group name.
Game serverโ
Game server nameโ
{gameserver.name}
Displays the server's name as it appears in the list.
Website nameโ
{gameserver.website_name}
Displays the server's website name.
Online player countโ
{gameserver.online_player_count}
Displays the number of currently online players.
Clusterโ
Cluster nameโ
{cluster.name}
Displays the name of the cluster.