Update default config
This commit is contained in:
parent
cff3955089
commit
058d6a21dc
@ -19,11 +19,11 @@ authServers = ["auth1", "auth2"]
|
|||||||
|
|
||||||
# Sets the message to send in case a non-logged-in player executes an unauthorized command
|
# Sets the message to send in case a non-logged-in player executes an unauthorized command
|
||||||
# To deactivate the message, leave it empty
|
# 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]
|
[EnsureAuthServer]
|
||||||
# Ensure that the first server to which players connect is an auth server
|
# Ensure that the first server to which players connect is an auth server
|
||||||
ensureFirstServerIsAuthServer = false
|
ensureFirstServerIsAuthServer = false
|
||||||
|
|
||||||
# Message to be sent to the player in case no auth server is available
|
# 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"
|
Loading…
x
Reference in New Issue
Block a user