YoBatM commited on
Commit
c3aad73
·
verified ·
1 Parent(s): 6c51022

Create connect/config.yml

Browse files
Files changed (1) hide show
  1. plugins/connect/config.yml +32 -0
plugins/connect/config.yml ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # The endpoint name of this server/proxy instance registered on startup with the Connect network.
2
+ # Default is a random string. You can change it to a custom endpoint name.
3
+ endpoint: batm
4
+
5
+ # This setting is only relevant if you want to allow cracked players to join.
6
+ # This should not be irritated by offline-mode servers behind an online-mode proxy, keep this setting disabled.
7
+ # If left blank, the correct mode will be securely detected automatically.
8
+ allow-offline-mode-players: true
9
+
10
+ # Super endpoints are authorized to control this endpoint via Connect API.
11
+ # e.g. disconnect players from this endpoint, send messages to players, etc.
12
+ #
13
+ # You can add as many super endpoint names as you want.
14
+ #super-endpoints:
15
+ # - pvp-endpoint
16
+ # - someones-hub
17
+
18
+ # The default locale for Connect. By default, Connect uses the system locale
19
+ #default-locale: en_US
20
+
21
+ # bStats is a stat tracker that is entirely anonymous and tracks only basic information
22
+ # about Connect, such as how many people are online, how many servers are using Connect,
23
+ # what OS is being used, etc. You can learn more about bStats here: https://bstats.org/.
24
+ metrics:
25
+ # If metrics should be disabled.
26
+ disabled: false
27
+ # The unique id that should be consistent for a server/proxy.
28
+ uuid: f02dae24-1840-4803-853e-600d03942f8c
29
+
30
+ # Do not change this
31
+ config-version: 1
32
+