Validate MOTD too

Also remove accidentally added velocity.toml.
This commit is contained in:
Andrew Steinborn
2018-07-27 15:11:33 -04:00
parent 247dafd9de
commit 2512621a25
2 changed files with 10 additions and 1 deletions

View File

@@ -2,7 +2,9 @@
bind = "0.0.0.0:26671"
# What should be the MOTD? Legacy color codes and JSON are accepted.
motd = "&3A Velocity Server"
motd = """
{"text":"hi"}
"""
# What should we display for the maximum number of players? (Velocity does not support a cap
# on the number of players online.)