... | ... | @@ -30,4 +30,9 @@ Under every key, there must be another JSON object containing the `"friendy_url" |
|
|
|
|
|
# Protocol that is used to test the service (`"protocol":` key)
|
|
|
|
|
|
The `"protocol":` key must always contain the `"type":` key. Currently, it can be set to `"http"`, `"teamspeak"`, or `"minecraft"` (take a look at #1 for updates on protocol support). The also mandatory `"config":` key must be configured depending on the protocol type. See [Protocol Modules](Protocol Modules) for documentation for them. Most of the options under the `"config":` key are optional. If none of them are set, the `"config":` key can be empty (`{}`) but **not** omitted. |
|
|
\ No newline at end of file |
|
|
The `"protocol":` key must always contain the `"type":` key. Currently, it can be set to `"http"`, `"teamspeak"`, or `"minecraft"` (take a look at #1 for updates on protocol support). The also mandatory `"config":` key must be configured depending on the protocol type. See below for documentation for them. Most of the options under the `"config":` key are optional. If none of them are set, the `"config":` key can be empty (`{}`) but **not** omitted.
|
|
|
|
|
|
# Protocol Module List
|
|
|
- [HTTP Config](Protocol Modules/HTTP)
|
|
|
- [Teamspeak Config](Protocol Modules/Teamspeak)
|
|
|
- [Minecraft Config](Protocol Modules/Minecraft) |
|
|
\ No newline at end of file |