All my servers are hosted on the same dedi and using localhost as IP.
I'm trying to make it so that when someone joins with the IP RiftMC.US they are sent to the Hub server. And when someone joins with the IP MT.RiftMC.US they are sent directly to MeowTactics server, bypassing the Hub completely.
So, what I have done:
Created SVR - MT.RiftMC.US and this points to port:25565 (My BungeeCord's Port)
My BungeeCord config has the following:
listeners:
- max_players: 2000
fallback_server:...
Forced Host doesn't redirect.
I'm trying to make it so that when someone joins with the IP RiftMC.US they are sent to the Hub server. And when someone joins with the IP MT.RiftMC.US they are sent directly to MeowTactics server, bypassing the Hub completely.
So, what I have done:
Created SVR - MT.RiftMC.US and this points to port:25565 (My BungeeCord's Port)
My BungeeCord config has the following:
listeners:
- max_players: 2000
fallback_server:...
Forced Host doesn't redirect.