Update default config

This commit is contained in:
4drian3d 2022-03-03 16:50:53 -05:00
parent cff3955089
commit 058d6a21dc

View File

@ -19,11 +19,11 @@ authServers = ["auth1", "auth2"]
# Sets the message to send in case a non-logged-in player executes an unauthorized command
# To deactivate the message, leave it empty
blockedCommandMessage = "&4You cannot execute commands if you are not logged in yet"
blockedCommandMessage = "<red>You cannot execute commands if you are not logged in yet"
[EnsureAuthServer]
# Ensure that the first server to which players connect is an auth server
ensureFirstServerIsAuthServer = false
# Message to be sent to the player in case no auth server is available
disconnectMessage = "&4You could not connect to a login server, please try again later"
disconnectMessage = "<red>You could not connect to a login server, please try again later"