kyngs / LibreLogin

Open-source, multiplatform, and highly customizable authentication plugin with outstanding features and API.
Mozilla Public License 2.0
170 stars 54 forks source link

LibreLogin does not send to other servers listed in `lobby` category if one server is down #274

Open Andrej123456789 opened 3 months ago

Andrej123456789 commented 3 months ago
# !!WHEN USING PAPER, PUT ALL WORLDS UNDER "root"!!
# On Paper, players will be spawned on the world spawn.
# 
# The servers/worlds player should be sent to when they are authenticated. THE SERVERS MUST BE REGISTERED IN THE PROXY CONFIG. IN CASE OF PAPER, THE WORLDS MUST EXIST.
# The configuration allows configuring forced hosts; the servers/worlds in "root" are used when players do not connect from a forced host. Use § instead of dots.
# See: https://github.com/kyngs/LibrePremium/wiki/Configuring-Servers
lobby {
    root=[
        lobby,
        city
    ]
}

In proxy config (Waterfall) lobby is listed as bigger priority over city server. But when lobby server is down, auth plugin after authentication does not redirect to city server. Putting city above lobby in plugin config does not fix situation.

Artugr18 commented 1 month ago

bump