sasi2006166 / Fallback-Server

Fallback Server is an Bungee / Velocity plugin that will prevent player kicking when detects connection problems inside sub-servers.
31 stars 12 forks source link

Connection refused instead connecting to another lobby #34

Open austv opened 5 months ago

austv commented 5 months ago

I have two lobbys and I added them this way:

  # Add here fallback lobbies, also used for /hub command.
  fallback_list:
    - lobby
    - lobby-2

When the "lobby" is off-line, it's suppose to connect directly to "lobby-2". But, somehow, the player is tried to connected to "lobby" and, if the connection get refused, then moved to "lobby-2". Something like that: image

Is that correct?