Skip to content

Commit 92be1e5

Browse files
committed
fix: a few typos for server.properties
1 parent 52c9688 commit 92be1e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/config/paper/server-properties.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ management-server-host:
118118
default: "localhost"
119119
description: "Controls the host that the Minecraft Server Management Protocol is started."
120120
management-server-port:
121-
default: "localhost"
121+
default: "0"
122122
description: "Controls the port that the Minecraft Server Management Protocol is started on."
123123
management-server-secret:
124124
default: ""
@@ -134,7 +134,7 @@ management-server-tls-keystore:
134134
description: >-
135135
Controls the path to the keystore file used for TLS.
136136
137-
A server will not start is TLS is enabled and no keystore is provided.
137+
A server will not start when TLS is enabled and no keystore is provided.
138138
management-server-tls-keystore-password:
139139
default: ""
140140
description: >-

0 commit comments

Comments
 (0)