From 058d6a21dc1cebaf0eb85a13989f43880f292dff Mon Sep 17 00:00:00 2001 From: 4drian3d Date: Thu, 3 Mar 2022 16:50:53 -0500 Subject: [PATCH] Update default config --- proxy/src/main/resources/config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proxy/src/main/resources/config.toml b/proxy/src/main/resources/config.toml index 3033678..54c5c73 100644 --- a/proxy/src/main/resources/config.toml +++ b/proxy/src/main/resources/config.toml @@ -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 = "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" \ No newline at end of file + disconnectMessage = "You could not connect to a login server, please try again later" \ No newline at end of file