We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15cbd4e commit 8973571Copy full SHA for 8973571
api/src/main/resources/config.yml
@@ -1,3 +1,7 @@
1
+# TransferProxy configuration file
2
+# If you have any questions or issues, feel free to create an issue here:
3
+# https://github.com/YvanMazy/TransferProxy/issues
4
+
5
network:
6
bind-address: "0.0.0.0"
7
bind-port: 25565
@@ -26,6 +30,8 @@ status:
26
30
# You can also directly specify the protocol number, such as 766.
27
31
protocol: "AUTO"
28
32
# Displayed number of online players.
33
+ # To display a real number of online players, here is the documentation:
34
+ # https://github.com/YvanMazy/TransferProxy/wiki/Display-the-correct-number-of-online-players
29
35
online: -1
36
# Displayed maximum number of online players.
37
# This value is only used for display and has no real effect.
0 commit comments