adde0109 / Ambassador

This is a Velocity plugin that makes it possible to host a modern forge server behind a Velocity proxy!
GNU Lesser General Public License v2.1
82 stars 16 forks source link

Reconnect required for non-modded servers #22

Closed iLemon closed 1 year ago

iLemon commented 1 year ago

My network has a problem where if you connect to the forge server, and then switch back to any other paper server, you'll still be required to reconnect.

For example if your network setup is like this:

velocity:

Reprod steps:

  1. Connect to network and be in the hub.
  2. Connect to the forge server, you'll be required to reconnect as intended
  3. Switch back to the hub, or vanilla server, you'll be required to reconnect, not intended
  4. Reconnect and you'll be forced to reconnect for every single server switch, even if they're all to non-forge servers.

I'm running Ambassador 1.3.1 from discord.

adde0109 commented 1 year ago

This is intended in order for Forge to reset and deactivate mods when switching into vanilla. It is possible to avoid the reset but it may come with some instability depending on the mods.

adde0109 commented 1 year ago

An option in the config file could be added to override this behaviour.

iLemon commented 1 year ago

The problem is more that it happens when going from vanilla <-> vanilla, as long as you've joined forge at least once.

adde0109 commented 1 year ago

I will look into that