-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from cloudmaker97/documentation/readme
- Loading branch information
Showing
2 changed files
with
98 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# Settings and configuration | ||
|
||
These are the settings that can be configured in the `config.json` file. The file is located in the root directory of the project. All | ||
fields marked with `(*)` are required to be checked, or leave empty for default values. | ||
|
||
| **- Key -** | **- Description -** | | ||
|----------------------------------------------|---------------------------------------------------------------------------| | ||
| (*) application.serverPassword | The password to join the server (or leave empty) | | ||
| (*) 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.updateIntervalSeconds | The interval in seconds to update 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 | | ||
| translation.discordEmbed.title | The title of the Discord embed | | ||
| translation.discordEmbed.descriptionOnline | The description when the server is online | | ||
| translation.discordEmbed.descriptionOffline | The description when the server is offline | | ||
| translation.discordEmbed.descriptionUnknown | The description when the server status is unknown | | ||
| translation.discordEmbed.titleServerName | The title of the server name | | ||
| translation.discordEmbed.titleServerPassword | The title of the server password | | ||
| translation.discordEmbed.titleServerTime | The title of the server time | | ||
| translation.discordEmbed.titlePlayerCount | The title of the player count | | ||
| 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 | |