File size: 1,332 Bytes
c3aad73
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
# The endpoint name of this server/proxy instance registered on startup with the Connect network.
# Default is a random string. You can change it to a custom endpoint name.
endpoint: batm

# This setting is only relevant if you want to allow cracked players to join.
# This should not be irritated by offline-mode servers behind an online-mode proxy, keep this setting disabled.
# If left blank, the correct mode will be securely detected automatically.
allow-offline-mode-players: true

# Super endpoints are authorized to control this endpoint via Connect API.
# e.g. disconnect players from this endpoint, send messages to players, etc.
#
# You can add as many super endpoint names as you want.
#super-endpoints:
#  - pvp-endpoint
#  - someones-hub

# The default locale for Connect. By default, Connect uses the system locale
#default-locale: en_US

# bStats is a stat tracker that is entirely anonymous and tracks only basic information
# about Connect, such as how many people are online, how many servers are using Connect,
# what OS is being used, etc. You can learn more about bStats here: https://bstats.org/.
metrics:
  # If metrics should be disabled.
  disabled: false
  # The unique id that should be consistent for a server/proxy.
  uuid: f02dae24-1840-4803-853e-600d03942f8c

# Do not change this
config-version: 1