Webhook Setup
The Webhook system helps you take logs from within the game using Discord.
Steam API
To ensure the Webhook system works smoothly, you need to enter your Steam API in the steam_webApiKey section of the server.cfg
. Otherwise, you may encounter issues.
Setup
In the
Webhook
section ofconfig.lua
, theURL
part is where you will enter the Discord Webhook's URL. (Required!)In the
Webhook
section ofconfig.lua
, theImageURL
part is where you will enter the webhook image, and it must be in the form of an image URL. (Required!)If you set
enabled
totrue
, the Webhook system will start working.If you set
noJobLog
totrue
, the information of people who do not have the required profession will be logged.If you want to adjust the colors, you need to use a site that converts HEX to Decimal colors.
Last updated