Closed HYDeath closed 1 year ago
You can do this in 2 ways:
Use \n as a line separator:
prompt-login="Hey welcome to my fancy server.\nPlease login using: &e/login &b<password> [2fa_code]"
Use hocon text block (after you reload librelogin configuration, this format will convert to the format above.)
prompt-login="""Hey welcome to my fancy server.
Please login using: &e/login &b<password> [2fa_code]"""
Both of these examples will display:
It's similar to DynamicBungeeAuth's messages like:
AutoMessages. Register.