We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52c9688 commit 92be1e5Copy full SHA for 92be1e5
1 file changed
src/config/paper/server-properties.yml
@@ -118,7 +118,7 @@ management-server-host:
118
default: "localhost"
119
description: "Controls the host that the Minecraft Server Management Protocol is started."
120
management-server-port:
121
- default: "localhost"
+ default: "0"
122
description: "Controls the port that the Minecraft Server Management Protocol is started on."
123
management-server-secret:
124
default: ""
@@ -134,7 +134,7 @@ management-server-tls-keystore:
134
description: >-
135
Controls the path to the keystore file used for TLS.
136
137
- A server will not start is TLS is enabled and no keystore is provided.
+ A server will not start when TLS is enabled and no keystore is provided.
138
management-server-tls-keystore-password:
139
140
0 commit comments