server-list-explorer icon indicating copy to clipboard operation
server-list-explorer copied to clipboard

feature: server sorting (for ingame)

Open liquidsquid1 opened this issue 11 months ago • 0 comments

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.

liquidsquid1 avatar Dec 09 '24 22:12 liquidsquid1