-
-
Notifications
You must be signed in to change notification settings - Fork 0
Plugin config guide
Karl Essinger edited this page Sep 16, 2018
·
1 revision
The plugin config entries are located in cfg/sourcemod/dyscord.cfg
The file is created the first time you run the server with the plugin installed.
Here is the default config:
// A short message to go before a link to the Discord server (Max 1000 chars).
// -
// Default: "Join the Discord server!"
dyscord_announcement "Join the Discord server!"
// Link to the Discord server.
// -
// Default: "Tell your admin to put a link here!"
dyscord_announcement_link "Tell your admin to put a link here!"
// How often the announcement is sent in seconds.
// -
// Default: "1200.0"
dyscord_announcement_rate "1200.0"
// The ip of the bot application.
// -
// Default: "127.0.0.1"
dyscord_bot_ip "127.0.0.1"
// The ip of the bot application.
// -
// Default: "8888"
dyscord_bot_port "8888"
// The global IP of this server. Used in game invite links in Discord.
// -
// Default: "(Set this in the Dyscord config)"
dyscord_server_ip "(Set this in the Dyscord config)"