In-Game Commands

Create custom chat commands that players can use in-game.

Updated 2026-03-07 commandschatin-game

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

1

Go to Automation > In-Game Commands.

2

Click "Add Command".

3

Set the trigger text (e.g., "/rules", "/discord", "/kit").

4

Configure the response: a chat message, RCON command, or both.

5

Optionally set a cooldown to prevent spam.

6

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.

VariableDescription
{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).