FS25-Discord-Bot/config.example-en.json
Dennis Heinrich 24f65956ab
Some checks failed
Docker Build / build-and-push (push) Has been cancelled
Local development with webserver and demo files
2025-07-10 17:25:29 +02:00

41 lines
No EOL
1.3 KiB
JSON

{
"application": {
"serverPassword": "TypeMyServerPasswordHere",
"serverStatsUrl": "http://127.0.0.1:8080/feed/dedicated-server-stats.xml",
"serverMapUrl": "http://127.0.0.1:8080/feed/dedicated-server-stats-map.jpg",
"updateIntervalSeconds": 30
},
"discord": {
"channelId": "DiscordChannelId_12345",
"botToken": "DiscordSecretBotToken_XYZ"
},
"translation": {
"discordEmbed": {
"title": "Server Status",
"descriptionOnline": "Server is online",
"descriptionOffline": "Server is offline",
"descriptionUnknown": "Server status fetching",
"titleServerName": "Server name",
"titleServerMap": "Server map",
"titleServerMods": "Server mods",
"titleServerPassword": "Server password",
"titleServerTime": "Server time",
"titlePlayerCount": "Players online",
"noPlayersOnline": "No players online"
},
"common": {
"monthJanuary": "January",
"monthFebruary": "February",
"monthMarch": "March",
"monthApril": "April",
"monthMay": "May",
"monthJune": "June",
"monthJuly": "July",
"monthAugust": "August",
"monthSeptember": "September",
"monthOctober": "October",
"monthNovember": "November",
"monthDecember": "December"
}
}
}