You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
there should be an option in the explorer that lets you sort the server list so that when you go back ingame, it is more organised.
there should be two parts to this:
automatic naming
sorting
automatic naming:
simply split the server ip by the .s and get the second to last section (like mc.hypixel.net)
then capitalise it and add capitalisation for common abbreviations in a dictionary so servers like ColdPvP show up right (like pvp -> PvP)
there should be exceptions for numerical ipv4 where it prompts the user to name them, and localhost should be named local server
sorting:
sort by playercount (at the time of sorting), most servers have a stable playercount so this should get them into a good list, biggest (hypixel) first and smallest at the bottom.
The text was updated successfully, but these errors were encountered:
there should be an option in the explorer that lets you sort the server list so that when you go back ingame, it is more organised.
there should be two parts to this:
automatic naming
sorting
automatic naming:
simply split the server ip by the .s and get the second to last section (like mc.hypixel.net)
then capitalise it and add capitalisation for common abbreviations in a dictionary so servers like ColdPvP show up right (like pvp -> PvP)
there should be exceptions for numerical ipv4 where it prompts the user to name them, and localhost should be named local server
sorting:
sort by playercount (at the time of sorting), most servers have a stable playercount so this should get them into a good list, biggest (hypixel) first and smallest at the bottom.
The text was updated successfully, but these errors were encountered: