Browse Source
Merge pull request #57 from DUDU54/fix/MinecraftSERVERNAME
Fix minecraft motd
pull/61/head
Daniel Gibbs
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Minecraft/server.properties
|
|
@ -19,7 +19,7 @@ max-build-height=256 |
|
|
|
max-players=20 |
|
|
|
max-tick-time=60000 |
|
|
|
max-world-size=29999984 |
|
|
|
motd=A Minecraft Server |
|
|
|
motd=SERVERNAME |
|
|
|
network-compression-threshold=256 |
|
|
|
online-mode=true |
|
|
|
op-permission-level=4 |
|
|
|