Convars
You only have to configure the convars that has none
as default value. The rest is optional. These should be placed in the server.cfg
file or a file loaded by it.
Example:
set ps:discordDebug "true"
Convar | Type | Default | Description |
---|---|---|---|
| STRING | "false" | If you want debug prints in server console. |
| INT | 10 | The Discord API Version you want to use (Recommended Version 10.) |
| STRING | none | This is for your Discord Guild ID (Right-click Server Name in Dev Mode and Copy Server ID.) |
| STRING | none | This is for your Discord Bot Token (Bot Token in Discord Developer Portal.) |
| INT | 30 | The Max Amount of Requests to the Discord API per minute (Recommended Amount is 30) |
| INT | 1 | If you want to display the queue in the hostname (1 = true, 0 = false) |
| INT | 0 | The amount of time a player can be disconnected and join back to get upped queue priority (in seconds) (0 = disabled) |
| INT | 60 | The amount of time to check for ghost players (in seconds) |
| STRING | none | The webhook to send the status message to (leave blank to disable) |
| INT | 30 | The amount of time to send the status message to the webhook (in seconds) (Defualt is 30) |
Last updated