autowhitelist/config.example.json

10 lines
234 B
JSON
Raw Normal View History

2024-07-01 12:39:17 +00:00
{
"token": "discord bot token",
"rcon": {
"port": 25567,
"host": "my.server.com",
"password": "very secure password"
},
"channel": "channel id for my igns channel",
"changeNicknames": true
}