-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
executable file
·34 lines (27 loc) · 1.01 KB
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# The language. Empty: system language.
locale:
# The number of seconds between two checks against the Mojang servers.
check_interval: 90
# The minimal number of seconds between two warning sent to the players for
# the same kind of status.
# Players will always be immediately notified if the status changes.
warning_interval: 600
# Set to true to display a list of the down or unstable services in the
# warning message, like this: http://raw.carrade.eu/s/1450919953.png
display_services_down: false
# The URI called to check the servers status.
#
# It must return a JSON response following this format:
# [
# {"minecraft.net": "green"},
# {"account.mojang.com": "green"},
# {"authserver.mojang.com": "green"},
# {"sessionserver.mojang.com": "green"},
# {"api.mojang.com": "green"},
# {"textures.minecraft.net": "green"}
# ]
# where the status are "green", "yellow", "red".
# The list can contain other services; they will be ignored.
#
# Advice: don't change this.
check_uri: "https://status.mojang.com/check"