In-game commands let you define custom chat commands that players can type in the server chat. When a player types the command, GameSentry automatically executes the configured response.
Creating an In-Game Command
Go to Automation > In-Game Commands.
Click "Add Command".
Set the trigger text (e.g., "/rules", "/discord", "/kit").
Configure the response: a chat message, RCON command, or both.
Optionally set a cooldown to prevent spam.
Enable the command.
Variables
You can use variables in your command responses to personalize them. Available variables include the player's name, Steam ID, and server information.
| Variable | Description |
|---|---|
| {player.name} | The player's current display name |
| {player.steamid} | The player's Steam ID |
| {server.name} | The server's name |
| {server.players} | Current player count |
| {server.maxplayers} | Maximum player count |
Popular commands include /rules (show server rules), /discord (share invite link), /wipe (show next wipe date), and /pop (show player count).