Spaces:
Running
Running
Upload 2 files
Browse files- plugins/connect/config.yml +30 -0
- plugins/connect/token.json +1 -0
plugins/connect/config.yml
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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: turjosmp
|
4 |
+
# This setting is only relevant if you want to allow cracked players to join.
|
5 |
+
# This should not be irritated by offline-mode servers behind an online-mode proxy, keep this setting disabled.
|
6 |
+
# If left blank, the correct mode will be securely detected automatically.
|
7 |
+
allow-offline-mode-players: true
|
8 |
+
|
9 |
+
# Super endpoints are authorized to control this endpoint via Connect API.
|
10 |
+
# e.g. disconnect players from this endpoint, send messages to players, etc.
|
11 |
+
#
|
12 |
+
# You can add as many super endpoint names as you want.
|
13 |
+
#super-endpoints:
|
14 |
+
# - pvp-endpoint
|
15 |
+
# - someones-hub
|
16 |
+
|
17 |
+
# The default locale for Connect. By default, Connect uses the system locale
|
18 |
+
#default-locale: en_US
|
19 |
+
|
20 |
+
# bStats is a stat tracker that is entirely anonymous and tracks only basic information
|
21 |
+
# about Connect, such as how many people are online, how many servers are using Connect,
|
22 |
+
# what OS is being used, etc. You can learn more about bStats here: https://bstats.org/.
|
23 |
+
metrics:
|
24 |
+
# If metrics should be disabled.
|
25 |
+
disabled: false
|
26 |
+
# The unique id that should be consistent for a server/proxy.
|
27 |
+
uuid: f7908361-51b9-4982-8ccf-fe86b45ad3e4
|
28 |
+
|
29 |
+
# Do not change this
|
30 |
+
config-version: 1
|
plugins/connect/token.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"token":"T-wizdsfurwfsrmymijtba"}
|