Added configuration description for #2

This commit is contained in:
Dennis Heinrich 2024-11-26 01:02:29 +01:00
parent c8c0e1018a
commit e4f485217f

View file

@ -47,7 +47,6 @@ interface of the server).
| (*) application.serverStatsUrl | The feed URL to the server stats (from the web interface from the server) | | (*) application.serverStatsUrl | The feed URL to the server stats (from the web interface from the server) |
| (*) application.serverMapUrl | The feed URL to the server map (from the web interface from the server) | | (*) application.serverMapUrl | The feed URL to the server map (from the web interface from the server) |
| (*) application.updateIntervalSeconds | The interval in seconds to update the server stats | | (*) application.updateIntervalSeconds | The interval in seconds to update the server stats |
| (*) discord.guildId | The guild id where the bot should be installed |
| (*) discord.channelId | The channel id where the bot should post the server stats | | (*) discord.channelId | The channel id where the bot should post the server stats |
| (*) discord.botToken | The bot token from the Discord Developer Portal | | (*) discord.botToken | The bot token from the Discord Developer Portal |
| translation.discordEmbed.title | The title of the Discord embed | | translation.discordEmbed.title | The title of the Discord embed |
@ -59,6 +58,20 @@ interface of the server).
| translation.discordEmbed.titleServerTime | The title of the server time | | translation.discordEmbed.titleServerTime | The title of the server time |
| translation.discordEmbed.titlePlayerCount | The title of the player count | | translation.discordEmbed.titlePlayerCount | The title of the player count |
| translation.discordEmbed.noPlayersOnline | The message when no players are online | | translation.discordEmbed.noPlayersOnline | The message when no players are online |
| translation.discordEmbed.titleServerMap | The title of the server map |
| translation.discordEmbed.titleServerMods | The title of the server mods |
| translation.common.monthJanuary | The month January in the language of the server |
| translation.common.monthFebruary | The month February in the language of the server |
| translation.common.monthMarch | The month March in the language of the server |
| translation.common.monthApril | The month April in the language of the server |
| translation.common.monthMay | The month May in the language of the server |
| translation.common.monthJune | The month June in the language of the server |
| translation.common.monthJuly | The month July in the language of the server |
| translation.common.monthAugust | The month August in the language of the server |
| translation.common.monthSeptember | The month September in the language of the server |
| translation.common.monthOctober | The month October in the language of the server |
| translation.common.monthNovember | The month November in the language of the server |
| translation.common.monthDecember | The month December in the language of the server |
## Run inside a Docker container ## Run inside a Docker container