Add welcome message

This commit is contained in:
rtm516 2021-01-17 14:53:57 +00:00
commit 11bd70bdc9
No known key found for this signature in database
GPG key ID: 331715B8B007C67A
7 changed files with 37 additions and 2 deletions

View file

@ -20,6 +20,10 @@ max-players: 100
# MOTD to display
motd: "GeyserConnect Proxy"
# Welcome message file, if file exists and is not empty this will show on join
# This is loaded live so will update without a server restart
welcome-file: welcome.txt
# Config for the Geyser listener
geyser:
# The port that will listen for connections

View file