mirror of
https://github.com/cloudmaker97/FS25-Discord-Bot.git
synced 2025-12-06 00:18:34 +00:00
25 lines
No EOL
822 B
JSON
25 lines
No EOL
822 B
JSON
{
|
|
"application": {
|
|
"serverPassword": "TypeMyServerPasswordHere",
|
|
"serverStatsUrl": "http://1.1.1.1:8080/feed/dedicated-server-stats.xml",
|
|
"serverMapUrl": "http://1.1.1.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",
|
|
"titleServerPassword": "Server password",
|
|
"titleServerTime": "Server time",
|
|
"titlePlayerCount": "Players online",
|
|
"noPlayersOnline": "No players online"
|
|
}
|
|
}
|
|
} |