What is the proper way to setup a lobby/hub server
Currently I am using BungeeCord + CitizensV2.
Am looking for multiline support in npc names (citizensV2 doesn't have that). And proper player count (I found a plugin which only supports current player count (no max).
Am looking for multiline support in npc names (citizensV2 doesn't have that). And proper player count (I found a plugin which only supports current player count (no max).
Solution
velocity and bungeecord can't know what the max player counts are, as bungeecord/velocity players are just normal players. You can use a placeholder that pings the servers to get this information, but it's not something that bungeecord/velocity inherently know.