ViaVersion / VIAaaS

ViaVersion as a Service - standalone ViaVersion proxy
https://viaversion.github.io/VIAaaS
GNU Affero General Public License v3.0
162 stars 12 forks source link

Multi ports binding & default address parser per port #201

Closed HSGamer closed 2 years ago

HSGamer commented 2 years ago

This PR is for anyone who wants to use this as an MiTM (like forwarding BungeeCord to a single server). For some reason, if the players join from BungeeCord, we need to add that BungeeCord port to the default address parser.

This may be done poorly as this is the first time I touch Kotlin, so Reviews are appreciated.