Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: server sorting (for ingame) #1

Open
liquidsquid1 opened this issue Dec 9, 2024 · 0 comments
Open

feature: server sorting (for ingame) #1

liquidsquid1 opened this issue Dec 9, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@liquidsquid1
Copy link

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.

@SpoilerRules SpoilerRules self-assigned this Dec 10, 2024
@SpoilerRules SpoilerRules added enhancement New feature or request good first issue Good for newcomers labels Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants