Skip to content

Convert server addresses (mc.hypixel.net) to pretty, human readable names (Hypixel)

License

Notifications You must be signed in to change notification settings

craftserverbot/server-mappings

Repository files navigation

Minecraft Server Mappings

Convert server addresses (mc.hypixel.net) to pretty, human readable names (Hypixel)

Tests

Usage

Exports one function, get_pretty_name:

let pretty_name = get_pretty_name("mc.hypixel.net");
assert_eq!(pretty_name, Some("Hypixel"));

About

Convert server addresses (mc.hypixel.net) to pretty, human readable names (Hypixel)

Resources

License

Stars

Watchers

Forks