forked from git-mirrors/GeyserConnect
Add welcome message
This commit is contained in:
parent
d180ab3795
commit
11bd70bdc9
7 changed files with 37 additions and 2 deletions
|
@ -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
|
||||
|
|
0
src/main/resources/welcome.txt
Normal file
0
src/main/resources/welcome.txt
Normal file
Loading…
Add table
Add a link
Reference in a new issue